Package: accountsservice Description-md5: 8aeed0a03c7cd494f0c4b8d977483d7e Description-en: query and manipulate user account information The AccountService project provides a set of D-Bus interfaces for querying and manipulating user account information and an implementation of these interfaces, based on the useradd, usermod and userdel commands. Package: adium-theme-ubuntu Description-md5: 314da14682c298664cc6118ca7defcf7 Description-en: Adium message style for Ubuntu Adium message style for Ubuntu, to be used in an instant messenger that supports Adium message styles, such as Empathy. Package: adwaita-icon-theme Description-md5: 074cb6d8a0caaa072baf8360cb391830 Description-en: default icon theme of GNOME (small subset) This package contains the default icon theme used by the GNOME desktop. The icons are used in many of the official gnome applications like eog, evince, system monitor, and many more. . This package only contains a small subset of the original GNOME icons which are not provided by the Humanity icon theme, to avoid installing many duplicated icons. Please install adwaita-icon-theme-full if you want the full set. 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-dbg Description-md5: 1dc9b1b377a5ebff4fae9939578a7f2c Description-en: Apache debugging symbols 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 includes the debugging symbols. It can be used to debug crashing server instances and modules. See /usr/share/doc/apache2/README.backtrace for more information. 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-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: apparmor Description-md5: aeec4cdd49168a208d06acb49ddc8a26 Description-en: user-space parser utility for AppArmor This provides the system initialization scripts needed to use the AppArmor Mandatory Access Control system, including the AppArmor Parser which is required to convert AppArmor text profiles into machine-readable policies that are loaded into the kernel for use with the AppArmor Linux Security Module. Package: apparmor-docs Description-md5: 8bf5ecfba92aaab8faa56dc9987fe5b7 Description-en: documentation for AppArmor This package provides some technical documentation for the AppArmor Mandatory Access Control system. Currently this is only a single PDF covering basic operation, written some time ago. Package: apparmor-easyprof Description-md5: e82ab0ed04f6b741d056bf09b6fa0a55 Description-en: AppArmor easyprof profiling tool This provides the aa-easyprof utility which is an easy to use interface for AppArmor policy generation. aa-easyprof supports the use of templates and policy groups to quickly profile an application. Package: apparmor-notify Description-md5: e52281d3d6b2d671b6cf682c76155a65 Description-en: AppArmor notification system This package provides a utility to display AppArmor denial messages via desktop notifications. The utility can also be used to generate summary reports. Package: apparmor-profiles Description-md5: 2c92aff4e358401fd1ecce98729f5598 Description-en: profiles for AppArmor Security policies This provides various AppArmor profiles that have not been shipped by the packages they provide confinement for. By default, they ship in complain mode so that users can test and choose which are desired. Package: apparmor-utils Description-md5: 2f472f83afee26d39aaf889703fff536 Description-en: utilities for controlling AppArmor This provides the utilities to operate on AppArmor profiles. Profiles can be created, updated, enforced, set to complain mode, and disabled with tools such as aa-genprof, aa-enforce, aa-complain and aa-disabled. Package: apport Description-md5: c04626471654f9246cf5e28b560d262e Description-en: automatically generate crash reports for debugging apport automatically collects data from crashed processes and compiles a problem report in /var/crash/. This utilizes the crashdump helper hook provided by the Ubuntu kernel. . This package also provides a command line frontend for browsing and handling the crash reports. For desktops, you should consider installing the GTK+ or Qt user interface (apport-gtk or apport-kde). Package: apport-gtk Description-md5: 2f45e17d5bf22355d7921dba196ae6dd Description-en: GTK+ frontend for the apport crash report system apport automatically collects data from crashed processes and compiles a problem report in /var/crash/. This utilizes the crashdump helper hook provided by the Ubuntu kernel. . This package provides a GTK+ frontend for browsing and handling the crash reports. Package: apport-retrace Description-md5: 7608c287131a28c4611767ba61f02050 Description-en: tools for reprocessing Apport crash reports apport-retrace recombines an Apport crash report (either a file or a Launchpad bug) and debug symbol packages (.ddebs) into fully symbolic stack traces. This can optionally use a sandbox for installing debug symbol packages and doing the processing, so that entire process of retracing crashes can happen with normal user privileges without changing the system. . You need to install gdb-multiarch if you want to be able to retrace crash reports which happened on a different architecture than the one you run apport-retrace on. Package: appstream Description-md5: 2e965edcce1f676af5daae61436d324e Description-en: Software component index AppStream is a cross-distribution effort for creating and sharing metadata of software components available in the package repositories of a distribution. It provides specifications for an unified software component metadata format, screenshot and icon services and various other metadata to describe software in repositories. The metadata can be used to show details about the actual software in software management tools instead of just listing packages, making software management intuitive and easy. . This package provides tools to generate, maintain and query the AppStream database of installed and available software, and enables AppStream integration in APT. . The 'appstreamcli' tool can be used for accessing the software component database as well as for working with AppStream XML metadata directly, including validating it for compliance with the specification. Package: appstream-doc Description-md5: 8d1ef66af23edb9ed238884ecc29fdc9 Description-en: Developer documentation for AppStream AppStream is a cross-distribution effort for creating and sharing metadata of software components available in the package repositories of a distribution. It provides specifications for an unified software component metadata format and provides tools to read, write and validate the metadata. . This package provides developer documentation for AppStream. Package: appstream-glib-doc Description-md5: 9432e372607238ff788bc9d3f21a8f61 Description-en: Developer documentation for the libappstream-glib library AppStream is a cross-distribution effort for creating and sharing metadata about software components available in the package repositories of a distribution. . This package provides developer documentation for the libappstream-glib library. Package: apt Description-md5: 9fb97a88cb7383934ef963352b53b4a7 Description-en: commandline package manager This package provides commandline tools for searching and managing as well as querying information about packages as a low-level access to all features of the libapt-pkg library. . These include: * apt-get for retrieval of packages and information about them from authenticated sources and for installation, upgrade and removal of packages together with their dependencies * apt-cache for querying available information about installed as well as installable packages * apt-cdrom to use removable media as a source for packages * apt-config as an interface to the configuration settings * apt-key as an interface to manage authentication keys Package: apt-doc Description-md5: bc2b838ed28e60af95d78926380a3300 Description-en: documentation for APT This package contains the user guide and offline guide for various APT tools which are provided in a html and a text-only version. Package: apt-transport-https Description-md5: 3365a6b50bd0e4eef6e176a80c735f43 Description-en: https download transport for APT This package enables the usage of 'deb https://foo distro main' lines in the /etc/apt/sources.list so that all package managers using the libapt-pkg library can access metadata and packages available in sources accessible over https (Hypertext Transfer Protocol Secure). . This transport supports server as well as client authentication with certificates. Package: apt-utils Description-md5: fa0295dc4e40dbbea6c84f614c570636 Description-en: package management related utility programs This package contains some less used commandline utilities related to package management with APT. . * apt-extracttemplates is used by debconf to prompt for configuration questions before installation. * apt-ftparchive is used to create Packages and other index files needed to publish an archive of Debian packages * apt-sortpkgs is a Packages/Sources file normalizer. Package: apturl Description-md5: 0ff87045fbbd2d7c44b70b7ac3d409e1 Description-en: install packages using the apt protocol - GTK+ frontend AptUrl is a simple graphical application that takes an URL (which follows the apt-protocol) as a command line option, parses it and carries out the operations that the URL describes (that is, it asks the user if he wants the indicated packages to be installed and if the answer is positive does so for him). . This package contains the GTK+ frontend. Package: apturl-common Description-md5: 1a9a3582fbd6f80810cf5bf2bc1a5249 Description-en: install packages using the apt protocol - common data AptUrl is a simple graphical application that takes an URL (which follows the apt-protocol) as a command line option, parses it and carries out the operations that the URL describes (that is, it asks the user if he wants the indicated packages to be installed and if the answer is positive does so for him). . This package contains the common data shared between the frontends. Package: archdetect-deb Description-md5: 765a228bfe63c8b4154e609b8f7c1823 Description-en: Hardware architecture detector This package provides the 'archdetect' tool, which displays the current machine architecture and subarchitecture. The architecture corresponds to that built into dpkg, and describes the CPU (and possibly kernel) types; the subarchitecture distinguishes machines with different boot arrangements that require special handling. . This package would be called 'archdetect', but a udeb of that name already existed for use in the installer. Package: awstats Description-md5: 13563117d747b5d1acdce35986df9f8a Description-en: powerful and featureful web server log analyzer Advanced Web Statistics (AWStats) is a powerful web server logfile analyzer written in perl that shows you all your web statistics including visits, unique visitors, pages, hits, rush hours, search engines, keywords used to find your site, robots, broken links and more. Gives more detailed information and better graphical charts than webalizer, and is easier to use. Works with several web server log format as a CGI and/or from command line. Supports more than 30 languages. Package: backuppc Description-md5: 9cf963981a203dec6d92fb3ac952296c Description-en: high-performance, enterprise-grade system for backing up PCs BackupPC is disk based and not tape based. This particularity allows features not found in any other backup solution: * Clever pooling scheme minimizes disk storage and disk I/O. Identical files across multiple backups of the same or different PC are stored only once resulting in substantial savings in disk storage and disk writes. Also known as "data deduplication". * Optional compression provides additional reductions in storage. CPU impact of compression is low since only new files (those not already in the pool) need to be compressed. * A powerful http/cgi user interface allows administrators to view log files, configuration, current status and allows users to initiate and cancel backups and browse and restore files from backups very quickly. * No client-side software is needed. On WinXX the smb protocol is used. On Linux or Unix clients, rsync or tar (over ssh/rsh/nfs) can be used * Flexible restore options. Single files can be downloaded from any backup directly from the CGI interface. Zip or Tar archives for selected files or directories can also be downloaded from the CGI interface. * BackupPC supports mobile environments where laptops are only intermittently connected to the network and have dynamic IP addresses (DHCP). * Flexible configuration parameters allow multiple backups to be performed in parallel. * and more to discover in the manual... Package: bamf-dbg Description-md5: d08673dde009c4e5d772fa886e34cfd2 Description-en: Window matching library - debugging symbols bamf matches application windows to desktop files . This package contains the daemon used by the library and a gio module that facilitates the matching of applications started through GDesktopAppInfo . This package contains debugging symbols for the daemon and library. Package: bamfdaemon Description-md5: 5e170802764cd2226fe0395c325fb65f Description-en: Window matching library - daemon bamf matches application windows to desktop files . This package contains the daemon used by the library and a gio module that facilitates the matching of applications started through GDesktopAppInfo 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: bash Description-md5: 3522aa7b4374048d6450e348a5bb45d9 Description-en: GNU Bourne Again SHell Bash is an sh-compatible command language interpreter that executes commands read from the standard input or from a file. Bash also incorporates useful features from the Korn and C shells (ksh and csh). . Bash is ultimately intended to be a conformant implementation of the IEEE POSIX Shell and Tools specification (IEEE Working Group 1003.2). . The Programmable Completion Code, by Ian Macdonald, is now found in the bash-completion package. Package: bash-completion Description-md5: 00158d11d140744fbdcfdd08e81901ad Description-en: programmable completion for the bash shell bash completion extends bash's standard completion behavior to achieve complex command lines with just a few keystrokes. This project was conceived to produce programmable completion routines for the most common Linux/UNIX commands, reducing the amount of typing sysadmins and programmers need to do on a daily basis. Package: bash-doc Description-md5: 232b3e580e9136f4e0c8f65a0c7a5b36 Description-en: Documentation and examples for the GNU Bourne Again SHell Bash is an sh-compatible command language interpreter that executes commands read from the standard input or from a file. Bash also incorporates useful features from the Korn and C shells (ksh and csh). . This package contains the distributable documentation, all the examples and the main changelog. Package: bcrelay Description-md5: 8169550aed31e33592b7b141c95a3b62 Description-en: Broadcast relay daemon The bcrelay daemon relays broadcasts between two interfaces. It is shipped with the pptpd package, but can be used for other purposes. Package: bdf2psf Description-md5: 5eb98031ca1e36678eeeefee0d31085b Description-en: font converter to generate console fonts from BDF source fonts This package provides a command-line converter that can be used in scripts to build console fonts from BDF sources automatically. The converter comes with a collection of font encodings that cover many of the world's languages. The output font can use a different character encoding from the input. When the source font does not define a glyph for a particular symbol in the encoding table, that glyph position in the console font is not wasted but used for another symbol. . When deciding about the position in the font for a particular glyph, the converter takes into account that in text video modes the video adapter copies the eighth column of the glyph matrix of symbols positioned in the pseudographic area to the ninth column. In order to create fonts for text video modes, the width of the glyph matrix of the source BDF font should be seven, eight, or nine pixels; otherwise the converter creates fonts suitable for framebuffer only. Package: bind9 Description-md5: afd61d02df1ec6f856b928dfbf6fd201 Description-en: Internet Domain Name Server The Berkeley Internet Name Domain (BIND) implements an Internet domain name server. BIND 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-doc Description-md5: 329b8ef5cf9ad3d51ce47e6d8d13d75e Description-en: Documentation for BIND This package provides various documents that are useful for maintaining a working BIND installation. Package: bind9-host Description-md5: acdae162c721f5d2986f557bdefa1e70 Description-en: Version of 'host' bundled with BIND 9.X This package provides the 'host' program in the form that is bundled with the BIND 9.X sources. Package: bind9utils Description-md5: 5f6f5621a6edd04ef33a0fe5d2d5bff8 Description-en: Utilities for BIND This package provides various utilities that are useful for maintaining a working BIND installation. Package: binutils Description-md5: fde49b4cfeaad346a6e094f973da28d7 Description-en: GNU assembler, linker and binary utilities The programs in this package are used to assemble, link and manipulate binary and object files. They may be used in conjunction with a compiler and various libraries to build programs. Package: binutils-aarch64-linux-gnu Description-md5: 4f3566ae5e721ce41d5e747ddb0644a0 Description-en: GNU binary utilities, for aarch64-linux-gnu target This package provides GNU assembler, linker and binary utilities for aarch64-linux-gnu target, for use in a cross-compilation environment. . You don't need this package unless you plan to cross-compile programs for aarch64-linux-gnu. Package: binutils-arm-linux-gnueabihf Description-md5: 1c336f1a0f1cb48756b45db43be0ea57 Description-en: GNU binary utilities, for arm-linux-gnueabihf target This package provides GNU assembler, linker and binary utilities for arm-linux-gnueabihf target, for use in a cross-compilation environment. . You don't need this package unless you plan to cross-compile programs for arm-linux-gnueabihf. Package: binutils-dev Description-md5: ddc22c04156534b000b4f021b88a6023 Description-en: GNU binary utilities (BFD development files) This package includes header files and static libraries necessary to build programs which use the GNU BFD library, which is part of binutils. Note that building Debian packages which depend on the shared libbfd is Not Allowed. Package: binutils-doc Description-md5: 61fd9f95707b9eb9ad8fe9b13a862636 Description-en: Documentation for the GNU assembler, linker and binary utilities This package consists of the documentation for the GNU assembler, linker and binary utilities in info format. Package: binutils-multiarch Description-md5: f9de0df7e70bff89b6d3519f04688470 Description-en: Binary utilities that support multi-arch targets The programs in this package are used to manipulate binary and object files that may have been created on other architectures. This package is primarily for multi-architecture developers and cross-compilers and is not needed by normal users or developers. Note that a cross-assembling version of gas is not included in this package, just the binary utilities. . NORMAL USERS SHOULD NOT INSTALL THIS PACKAGE. It's meant only for those requiring support for reading info from binaries from other architectures. Package: binutils-multiarch-dev Description-md5: adf07629018b12b2492a658992c9a6a5 Description-en: GNU binary utilities that support multi-arch targets (BFD development files) This package includes header files, static and shared libraries necessary to build programs which use the GNU BFD library for multi-arch targets, which is part of binutils. Note that building Debian packages which depend on the shared libbfd is Not Allowed. . NORMAL USERS SHOULD NOT INSTALL THIS PACKAGE. It's meant only for those requiring support for reading info from binaries from other architectures. Package: binutils-powerpc-linux-gnu Description-md5: b0372e82b679525fd97c0e17e8db82bb Description-en: GNU binary utilities, for powerpc-linux-gnu target This package provides GNU assembler, linker and binary utilities for powerpc-linux-gnu target, for use in a cross-compilation environment. . You don't need this package unless you plan to cross-compile programs for powerpc-linux-gnu. Package: binutils-powerpc64le-linux-gnu Description-md5: 99e8cb7d295747b431c63aaa6f3c121c Description-en: GNU binary utilities, for powerpc64le-linux-gnu target This package provides GNU assembler, linker and binary utilities for powerpc64le-linux-gnu target, for use in a cross-compilation environment. . You don't need this package unless you plan to cross-compile programs for powerpc64le-linux-gnu. Package: brltty Description-md5: a37f99c1cd1793507aa1485689256c9f Description-en: Access software for a blind person using a braille display BRLTTY is a daemon which provides access to the console (text mode) for a blind person using a braille display. It drives the braille display and provides complete screen review functionality. The following display models are supported: * Alva/Optelec (ABT3xx, Delphi, Satellite, Braille System 40, BC 640/680) * Baum * BrailComm * BrailleLite * BrailleNote * Cebra * EcoBraille * EuroBraille (AzerBraille, Clio, Esys, Iris, NoteBraille, Scriba) * Freedom Scientific (Focus and PacMate) * Handy Tech * HIMS (Braille Sense, SyncBraille) * HumanWare (Brailliant) * Iris * LogText 32 * MDV * Metec (BD-40) * NinePoint * Papenmeier * Pegasus * Seika * Tieman (Voyager, CombiBraille, MiniBraille, MultiBraille, BraillePen/EasyLink) * Tivomatic (Albatross) * TSI (Navigator, PowerBraille) * VideoBraille * VisioBraille . BRLTTY also provides a client/server based infrastructure for applications wishing to utilize a Braille display. The daemon process listens for incoming TCP/IP connections on a certain port. A shared object library for clients is provided in the package libbrlapi0.6. A static library, header files and documentation is provided in package libbrlapi-dev. Bindings to other programming languages can be found in libbrlapi-java (Java) and python3-brlapi (Python). Package: bsdutils Description-md5: 48257031d7f91a8655d15ca8e9e4e07d Description-en: basic utilities from 4.4BSD-Lite This package contains the bare minimum of BSD utilities needed for a Debian system: logger, renice, script, scriptreplay, and wall. The remaining standard BSD utilities are provided by bsdmainutils. Package: bzr Description-md5: 385532c1021111e4f9f43e144fc13733 Description-en: easy to use distributed version control system Bazaar is a distributed version control system designed to be easy to use and intuitive, able to adapt to many workflows, reliable, and easily extendable. . Publishing of branches can be done over plain HTTP, that is, no special software is needed on the server to host Bazaar branches. Branches can be pushed to the server via sftp (which most SSH installations come with), FTP, or over a custom and faster protocol if bzr is installed in the remote end. . Merging in Bazaar is easy, as the implementation is able to avoid many spurious conflicts, deals well with repeated merges between branches, and is able to handle modifications to renamed files correctly. . Bazaar is written in Python, and has a flexible plugin interface which can be used to extend its functionality. Many plugins exist, providing useful commands (bzrtools), graphical interfaces (qbzr), or native interaction with Subversion branches (bzr-svn). . Install python-paramiko if you are going to push branches to remote hosts with sftp. Package: bzr-doc Description-md5: 679f7348b5b6603975d945c4f1eead21 Description-en: easy to use distributed version control system (documentation) Bazaar is a distributed version control system designed to be easy to use and intuitive, able to adapt to many workflows, reliable, and easily extendable. . Publishing of branches can be done over plain HTTP, that is, no special software is needed on the server to host Bazaar branches. Branches can be pushed to the server via sftp (which most SSH installations come with), FTP, or over a custom and faster protocol if bzr is installed in the remote end. . Merging in Bazaar is easy, as the implementation is able to avoid many spurious conflicts, deals well with repeated merges between branches, and is able to handle modifications to renamed files correctly. . Bazaar is written in Python, and has a flexible plugin interface which can be used to extend its functionality. Many plugins exist, providing useful commands (bzrtools), graphical interfaces (qbzr), or native interaction with Subversion branches (bzr-svn). . This package provides the documentation. Package: casper Description-md5: 9be0120948307c7e897a16c45a69ba0f Description-en: Run a "live" preinstalled system from read-only media Package: ceilometer-agent-central Description-md5: 65411a0f4dccd2451a23425cde8bfbde Description-en: ceilometer central agent Ceilometer aims to deliver a unique point of contact for billing systems to acquire all counters they need to establish customer billing, across all current and future OpenStack components. The delivery of counters must be traceable and auditable, the counters must be easily extensible to support new projects, and agents doing data collections should be independent of the overall system. . (A ceilometer is an instrument that measures cloud coverage.) . This package contains the central agent. Package: ceilometer-agent-compute Description-md5: 5f365421f9a788ab41103aa53af13f31 Description-en: ceilometer compute agent Ceilometer aims to deliver a unique point of contact for billing systems to aquire all counters they need to establish customer billing, across all current and future OpenStack components. The delivery of counters must be traceable and auditable, the counters must be easily extensible to support new projects, and agents doing data collections should be independent of the overall system. . (A ceilometer is an instrument that measures cloud coverage.) . This package contains the compute agent Package: ceilometer-api Description-md5: 766dd8673f1da92fa0deb946838a502a Description-en: ceilometer api service Ceilometer aims to deliver a unique point of contact for billing systems to aquire all counters they need to establish customer billing, across all current and future OpenStack components. The delivery of counters must be traceable and auditable, the counters must be easily extensible to support new projects, and agents doing data collections should be independent of the overall system. . This package contains the api service Package: ceilometer-collector Description-md5: 222e590c0a0892d27e265f09c19a6c17 Description-en: ceilometer collector service Ceilometer aims to deliver a unique point of contact for billing systems to aquire all counters they need to establish customer billing, across all current and future OpenStack components. The delivery of counters must be traceable and auditable, the counters must be easily extensible to support new projects, and agents doing data collections should be independent of the overall system. . (A ceilometer is an instrument that measures cloud coverage.) . This package contains the collector service Package: ceilometer-common Description-md5: 34faa0983e70918885ef7fdaab2517dc Description-en: ceilometer common files Ceilometer aims to deliver a unique point of contact for billing systems to aquire all counters they need to establish customer billing, across all current and future OpenStack components. The delivery of counters must be traceable and auditable, the counters must be easily extensible to support new projects, and agents doing data collections should be independent of the overall system. . (A ceilometer is an instrument that measures cloud coverage.) . This package contains files that are needed for all parts of ceilometer Package: ceph Description-md5: 8076f05fe2327940c1772acbf6f471cf Description-en: distributed storage and file system Ceph is a distributed storage system designed to provide excellent performance, reliability, and scalability. . This package contains all server daemons and management tools for creating, running, and administering a Ceph storage cluster, with the exception of the metadata server, which is necessary for using the distributed file system and is provided by the ceph-mds package. Package: ceph-common Description-md5: e302e645c41e2c6148fcff41573e283b Description-en: common utilities to mount and interact with a ceph storage cluster Ceph is a distributed storage and file system designed to provide excellent performance, reliability, and scalability. This is a collection of common tools that allow one to interact with and administer a Ceph cluster. Package: ceph-common-dbg Description-md5: 4e090d4d7aa07af441f4e2ba271159ef Description-en: debugging symbols for ceph-common Ceph is a distributed storage and file system designed to provide excellent performance, reliability, and scalability. This is a collection of common tools that allow one to interact with and administer a Ceph cluster. . This package contains the debugging symbols for ceph-common. Package: ceph-dbg Description-md5: 43fb0fb4a4a9eb4d08ff4a0f12738692 Description-en: debugging symbols for ceph Ceph is a distributed storage system designed to provide excellent performance, reliability, and scalability. . This package contains the debugging symbols for ceph. Package: ceph-fuse Description-md5: 2e66da405a3a0048edd7d65c675526ff Description-en: FUSE-based client for the Ceph distributed file system Ceph is a distributed network file system designed to provide excellent performance, reliability, and scalability. This is a FUSE-based client that allows one to mount a Ceph file system without root privileges. . Because the FUSE-based client has certain inherent performance limitations, it is recommended that the native Linux kernel client be used if possible. If it is not practical to load a kernel module (insufficient privileges, older kernel, etc.), then the FUSE client will do. Package: ceph-fuse-dbg Description-md5: 3379c0e590cdcd0711795dc0925dd7a9 Description-en: debugging symbols for ceph-fuse Ceph is a distributed network file system designed to provide excellent performance, reliability, and scalability. This is a FUSE-based client that allows one to mount a Ceph file system without root privileges. . This package contains the debugging symbols for ceph-fuse. Package: cinder-api Description-md5: 325d82ff6875c8b415e2cbe731a45c21 Description-en: Cinder storage service - API server OpenStack is a reliable cloud infrastructure. Its mission is to produce the ubiquitous cloud computing platform that will meet the needs of public and private cloud providers regardless of size, by being simple to implement and massively scalable. . Cinder is the OpenStack Block storage service. . This package contains the Cinder API server. Package: cinder-backup Description-md5: e2df85270f1e60cf99b08a0d7054224e Description-en: Cinder storage service - Scheduler server OpenStack is a reliable cloud infrastructure. Its mission is to produce the ubiquitous cloud computing platform that will meet the needs of public and private cloud providers regardless of size, by being simple to implement and massively scalable. . Cinder is the OpenStack Block storage service. . This package contains the Cinder backup service. Package: cinder-common Description-md5: d0c1f1d187fc251f073166729bba6897 Description-en: Cinder storage service - common files OpenStack is a reliable cloud infrastructure. Its mission is to produce the ubiquitous cloud computing platform that will meet the needs of public and private cloud providers regardless of size, by being simple to implement and massively scalable. . Cinder is the OpenStack Block storage service. . This package contains commons components for Cinder. Package: cinder-scheduler Description-md5: cdc56e77ac87da514cb5cf0c47684649 Description-en: Cinder storage service - Scheduler server OpenStack is a reliable cloud infrastructure. Its mission is to produce the ubiquitous cloud computing platform that will meet the needs of public and private cloud providers regardless of size, by being simple to implement and massively scalable. . Cinder is the OpenStack Block storage service. . This package contains the Cinder Scheduler server. Package: cinder-volume Description-md5: 47b3310ccd07d775fd3dc3ac73b9c761 Description-en: Cinder storage service - Volume server OpenStack is a reliable cloud infrastructure. Its mission is to produce the ubiquitous cloud computing platform that will meet the needs of public and private cloud providers regardless of size, by being simple to implement and massively scalable. . Cinder is the OpenStack Block storage service. . This package contains the Cinder Volume server. Package: clamav Description-md5: fb7be82d5591a0f3facf827f0a60c5d6 Description-en: anti-virus utility for Unix - command-line interface Clam AntiVirus is an anti-virus toolkit for Unix. The main purpose of this software is the integration with mail servers (attachment scanning). The package provides a flexible and scalable multi-threaded daemon in the clamav-daemon package, a command-line scanner in the clamav package, and a tool for automatic updating via the Internet in the clamav-freshclam package. The programs are based on libclamav, which can be used by other software. . This package contains the command line interface. Features: - built-in support for various archive formats, including Zip, Tar, Gzip, Bzip2, OLE2, Cabinet, CHM, BinHex, SIS and others; - built-in support for almost all mail file formats; - built-in support for ELF executables and Portable Executable files compressed with UPX, FSG, Petite, NsPack, wwpack32, MEW, Upack and obfuscated with SUE, Y0da Cryptor and others; - built-in support for popular document formats including Microsoft Office and Mac Office files, HTML, RTF and PDF. . For scanning to work, a virus database is needed. There are two options for getting it: - clamav-freshclam: updates the database from Internet. This is recommended with Internet access. - clamav-data: for users without Internet access. The package is not updated once installed. The clamav-getfiles package allows creating custom packages from an Internet-connected computer. Package: clamav-base Description-md5: 701912f0a2cc626b57570094858a5b1d Description-en: anti-virus utility for Unix - base package Clam AntiVirus is an anti-virus toolkit for Unix. The main purpose of this software is the integration with mail servers (attachment scanning). The package provides a flexible and scalable multi-threaded daemon in the clamav-daemon package, a command-line scanner in the clamav package, and a tool for automatic updating via the Internet in the clamav-freshclam package. The programs are based on libclamav, which can be used by other software. . This package mainly manages the clamav system account. It is not really useful without the clamav or clamav-daemon package. Package: clamav-daemon Description-md5: dc258511e9e1f62ef33172c190a0fad6 Description-en: anti-virus utility for Unix - scanner daemon Clam AntiVirus is an anti-virus toolkit for Unix. The main purpose of this software is the integration with mail servers (attachment scanning). The package provides a flexible and scalable multi-threaded daemon in the clamav-daemon package, a command-line scanner in the clamav package, and a tool for automatic updating via the Internet in the clamav-freshclam package. The programs are based on libclamav, which can be used by other software. . This package contains the daemon featuring: - fast, multi-threaded daemon; - easy integration with MTA's; - support for on-access scanning; - remote scanning; - able to be run supervised by daemon. Package: clamav-dbg Description-md5: b161fcac7822f321b1f9101d061dd53c Description-en: debug symbols for ClamAV Clam AntiVirus is an anti-virus toolkit for Unix. The main purpose of this software is the integration with mail servers (attachment scanning). The package provides a flexible and scalable multi-threaded daemon in the clamav-daemon package, a command-line scanner in the clamav package, and a tool for automatic updating via the Internet in the clamav-freshclam package. The programs are based on libclamav, which can be used by other software. . This package contains the stripped debugging symbols for the ClamAV suite. Package: clamav-docs Description-md5: af78818bbdf8851b6358c15693a31419 Description-en: anti-virus utility for Unix - documentation Clam AntiVirus is an anti-virus toolkit for Unix. The main purpose of this software is the integration with mail servers (attachment scanning). The package provides a flexible and scalable multi-threaded daemon in the clamav-daemon package, a command-line scanner in the clamav package, and a tool for automatic updating via the Internet in the clamav-freshclam package. The programs are based on libclamav, which can be used by other software. . This package contains the documentation for the ClamAV suite. Package: clamav-freshclam Description-md5: 82c68e4f7c984e3d6bdc720ae842fca8 Description-en: anti-virus utility for Unix - virus database update utility Clam AntiVirus is an anti-virus toolkit for Unix. The main purpose of this software is the integration with mail servers (attachment scanning). The package provides a flexible and scalable multi-threaded daemon in the clamav-daemon package, a command-line scanner in the clamav package, and a tool for automatic updating via the Internet in the clamav-freshclam package. The programs are based on libclamav, which can be used by other software. . This package contains the freshclam program and scripts to automate virus database updating. It relies on an Internet connection, but can be run in a variety of ways to compensate for intermittent connections. Package: clamdscan Description-md5: ad077e4c74b9870b6e7bb55aef11c547 Description-en: anti-virus utility for Unix - scanner client Clam AntiVirus is an anti-virus toolkit for Unix. The main purpose of this software is the integration with mail servers (attachment scanning). The package provides a flexible and scalable multi-threaded daemon in the clamav-daemon package, a command-line scanner in the clamav package, and a tool for automatic updating via the Internet in the clamav-freshclam package. The programs are based on libclamav, which can be used by other software. . This package contains clamdscan, the command line interface of the clamav daemon. Package: click-apparmor Description-md5: 2f38f52265e23d1e53ff74e49c902daa Description-en: Click manifest to AppArmor easyprof conversion tools Provides a tool and a click hook for generating and managing AppArmor policies for Click packages. Package: cloud-init Description-md5: 8719ef0e4178017b7147590b1fde082e Description-en: Init scripts for cloud instances Cloud instances need special scripts to run during initialisation to retrieve and install ssh keys and to let the user run various scripts. Package: cloud-initramfs-copymods Description-md5: 9b99c06c4d826846f96198235e941192 Description-en: copy initramfs modules into root filesystem for later use When booting with an external-to-root kernel and initramfs, you need to ensure that /lib/modules contains any necessary modules not already loaded. . This package arranges for the modules in the initramfs to be placed into /lib/modules after the switchroot is done. Package: cloud-initramfs-dyn-netconf Description-md5: 1a41b583d318bc06bd63e44e8b7af400 Description-en: write a network interface file in /run for BOOTIF This package provides an initramfs module that will write a simple network interfaces formated file to /run/network/interfaces with entries for any devices that were configured during initramfs. Package: cmake Description-md5: 47b53839da906127970f1e8c870afc2d Description-en: cross-platform, open-source make system CMake is used to control the software compilation process using simple platform and compiler independent configuration files. CMake generates native makefiles and workspaces that can be used in the compiler environment of your choice. CMake is quite sophisticated: it is possible to support complex environments requiring system configuration, pre-processor generation, code generation, and template instantiation. . CMake was developed by Kitware as part of the NLM Insight Segmentation and Registration Toolkit project. The ASCI VIEWS project also provided support in the context of their parallel computation environment. Other sponsors include the Insight, VTK, and VXL open source software communities. Package: cmake-data Description-md5: a70b3cf96f911b61c8fa1e1b3f34f44f Description-en: CMake data files (modules, templates and documentation) This package provides CMake architecture independent data files (modules, templates, documentation etc.). Unless you have cmake installed, you probably do not need this package. Package: cmake-doc Description-md5: c77e6a2a8065e9574225a496b383a0cd Description-en: extended documentation in various formats for CMake CMake is used to control the software compilation process using simple platform and compiler independent configuration files. CMake generates native makefiles and workspaces that can be used in the compiler environment of your choice. . This package provides additional documentation in various formats like HTML or plain text. Package: command-not-found Description-md5: add5e86211cf27a4446f18bd0c777aa8 Description-en: Suggest installation of packages in interactive bash sessions This package will install a handler for command_not_found that looks up programs not currently installed but available from the repositories. Package: command-not-found-data Description-md5: 730a06588855602fe72d37b151efeed2 Description-en: Set of data files for command-not-found. This package provides the required data used by the command-not-found application. Package: compiz Description-md5: f8949ff691855a5244d51aa54ee72f8f Description-en: OpenGL window and compositing manager Compiz brings to life a variety of visual effects that make the Linux desktop easier to use, more powerful and intuitive, and more accessible for users with special needs. . This metapackage provides the components necessary for running compiz. It provides the compiz core, a set of standard plugins, a window decorator using the Gtk toolkit and the files necessary to integrate compiz with the GNOME desktop environment. Package: compiz-core Description-md5: 96330190075d58bc036c352e8a3a72fa Description-en: OpenGL window and compositing manager Compiz brings to life a variety of visual effects that make the Linux desktop easier to use, more powerful and intuitive, and more accessible for users with special needs. . Compiz combines together a window manager and a composite manager using OpenGL for rendering. A "window manager" allows the manipulation of the multiple applications and dialog windows that are presented on the screen. A "composite manager" allows windows and other graphics to be combined together to create composite images. Compiz achieves its stunning effects by doing both of these functions. Package: compiz-dev Description-md5: 867507a9b714c75e96d3438264bda095 Description-en: OpenGL window and compositing manager - development files Compiz brings to life a variety of visual effects that make the Linux desktop easier to use, more powerful and intuitive, and more accessible for users with special needs. . This package contains the headers and libraries needed to compile compiz plugins. Package: compiz-gnome Description-md5: f487b7706c4305676403c9a70567359c Description-en: OpenGL window and compositing manager - GNOME window decorator Compiz brings to life a variety of visual effects that make the Linux desktop easier to use, more powerful and intuitive, and more accessible for users with special needs. . This package contains files needed to integrate compiz with the GNOME desktop environment. Package: compiz-plugins-default Description-md5: 169e3bd9eb5bb71160bf028bbbfc8b44 Description-en: OpenGL window and compositing manager - default plugins Compiz brings to life a variety of visual effects that make the Linux desktop easier to use, more powerful and intuitive, and more accessible for users with special needs. . This package contains the default set of core Compiz plugins. Package: compiz-plugins-main-dev Description-md5: 3b7683fb9ca8062e8f26efe3a5e476f0 Description-en: transitional dummy package This package ensures a clean upgrade path, and can be safely removed after the upgrade. Package: console-setup Description-md5: 68ace576871ee78c34a9c31d6c6d6bf9 Description-en: console font and keymap setup program This package provides the console with the same keyboard configuration scheme as the X Window System. As a result, there is no need to duplicate or change the keyboard files just to make simple customizations such as the use of dead keys, the key functioning as AltGr or Compose key, the key(s) to switch between Latin and non-Latin mode, etc. . The package also installs console fonts supporting many of the world's languages. It provides an unified set of font faces - the classic VGA, the simplistic Fixed, and the cleaned Terminus, TerminusBold and TerminusBoldVGA. Package: console-setup-linux Description-md5: 344215f6cd3c78235b14195ca3b44ec5 Description-en: Linux specific part of console-setup This package includes fonts in psf format and definitions of various 8-bit charmaps. Package: cpp-5 Description-md5: 93a75b5e1f4b43c36eba0239b6fab6a3 Description-en: GNU C preprocessor A macro processor that is used automatically by the GNU C compiler to transform programs before actual compilation. . This package has been separated from gcc for the benefit of those who require the preprocessor but not the compiler. Package: cpp-5-aarch64-linux-gnu Description-md5: 45f5a7d0ff0712ad443d07c2355c0a1a Description-en: GNU C preprocessor A macro processor that is used automatically by the GNU C compiler to transform programs before actual compilation. . This package has been separated from gcc for the benefit of those who require the preprocessor but not the compiler. . This package contains preprocessor configured for arm64 architecture. Package: cpp-5-arm-linux-gnueabihf Description-md5: 7f9493441e3cdf1166438a9959deefe1 Description-en: GNU C preprocessor A macro processor that is used automatically by the GNU C compiler to transform programs before actual compilation. . This package has been separated from gcc for the benefit of those who require the preprocessor but not the compiler. . This package contains preprocessor configured for armhf architecture. Package: cpp-5-doc Description-md5: 22a9ba311e91d8d744a9e4df2030d2bf Description-en: Documentation for the GNU C preprocessor (cpp) Documentation for the GNU C preprocessor in info format. Package: cpp-5-powerpc-linux-gnu Description-md5: 4f91d407b8b7aa38dc64eff3ee27629c Description-en: GNU C preprocessor A macro processor that is used automatically by the GNU C compiler to transform programs before actual compilation. . This package has been separated from gcc for the benefit of those who require the preprocessor but not the compiler. . This package contains preprocessor configured for powerpc architecture. Package: cpp-5-powerpc64le-linux-gnu Description-md5: 3c8dfbf0de7afc39cf0815e138362016 Description-en: GNU C preprocessor A macro processor that is used automatically by the GNU C compiler to transform programs before actual compilation. . This package has been separated from gcc for the benefit of those who require the preprocessor but not the compiler. . This package contains preprocessor configured for ppc64el architecture. Package: cups-browsed Description-md5: 6841b0cfd74741276406b0948b8f9867 Description-en: OpenPrinting CUPS Filters - cups-browsed This package provides cups-browsed, a daemon which browses the Bonjour broadcasts of shared remote CUPS printers and makes the printers available locally, replacing the CUPS broadcasting/browsing which was dropped in CUPS 1.6.x. This way the old behavior of having the remote printers available automatically is now re-implemented with Bonjour. . cups-browsed is also useful with a CUPS >= 1.6 client to allow the latter to browse the printer list of CUPS < 1.6 servers (by using the old 'cups' protocol in BrowseRemoteProtocols). . cups-browsed is also useful with a CUPS >= 1.6 server to allow CUPS < 1.6 clients to browse its printer list (by using the old 'cups' protocol in BrowseLocalProtocols). Package: cups-filters Description-md5: 3904eb1f4e7435cb00f37604454e097a Description-en: OpenPrinting CUPS Filters - Main Package This package provides additional CUPS filters which are not provided by the CUPS project itself. This includes filters for a PDF based printing workflow. . This package contains the filters for printing with drivers/PPDs and for converting non-PDF input files to PDF. Package: cups-filters-core-drivers Description-md5: 67465907d5010e764cd27bef007a9ecd Description-en: OpenPrinting CUPS Filters - PPD-less printing This package provides additional CUPS filters which are not provided by the CUPS project itself. This includes filters for a PDF based printing workflow. . This package contains only the filters needed for PPD-less printing of PDF input files on IPP printers with known, common languages (PDF, PostScript, PWG Raster, PCL). 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: curtin-common Description-md5: b24ac6ac0cf9c430ccd5e7cc40c446ae Description-en: Library and tools for curtin installer This package contains utilities for the curtin installer. Package: dbus Description-md5: 8317e43242716ec7f7692a3ac5895e1c Description-en: simple interprocess messaging system (daemon and utilities) D-Bus is a message bus, used for sending messages between applications. Conceptually, it fits somewhere in between raw sockets and CORBA in terms of complexity. . D-Bus supports broadcast messages, asynchronous messages (thus decreasing latency), authentication, and more. It is designed to be low-overhead; messages are sent using a binary protocol, not using XML. D-Bus also supports a method call mapping for its messages, but it is not required; this makes using the system quite simple. . It comes with several bindings, including GLib, Python, Qt and Java. . This package contains the D-Bus daemon and related utilities. . The client-side library can be found in the libdbus-1-3 package, as it is no longer contained in this package. Package: dbus-1-dbg Description-md5: 8e652fad9ff7afdabd20cb27b87476a9 Description-en: simple interprocess messaging system (debug symbols) D-Bus is a message bus, used for sending messages between applications. Conceptually, it fits somewhere in between raw sockets and CORBA in terms of complexity. . This package provides support for debugging programs that use the core D-Bus shared library. . See the dbus package description for more information about D-Bus in general. Package: dbus-1-doc Description-md5: 4ff746780e6dca0a27147236301ca4fd Description-en: simple interprocess messaging system (documentation) D-Bus is a message bus, used for sending messages between applications. Conceptually, it fits somewhere in between raw sockets and CORBA in terms of complexity. . This package contains the API documentation for D-Bus, as well as the protocol specification. . See the dbus description for more information about D-Bus in general. Package: dbus-x11 Description-md5: 101d13ea029d06116b86761850faa2f3 Description-en: simple interprocess messaging system (X11 deps) D-Bus is a message bus, used for sending messages between applications. Conceptually, it fits somewhere in between raw sockets and CORBA in terms of complexity. . This package contains the dbus-launch utility which is necessary for packages using a D-Bus session bus. . See the dbus description for more information about D-Bus in general. Package: debian-installer Description-md5: 4971db8ed5ee1de169a33701c5a72c9c Description-en: Debian installer This package currently only contains some documentation for the Debian installer. We welcome suggestions about what else to put in it. Package: debootstrap Description-md5: 883a8efb3ed16248b0d2091d9c0b60c9 Description-en: Bootstrap a basic Debian system debootstrap is used to create a Debian base system from scratch, without requiring the availability of dpkg or apt. It does this by downloading .deb files from a mirror site, and carefully unpacking them into a directory which can eventually be chrooted into. Package: deja-dup Description-md5: bcefeda9975db72a7a2ac610f40bac2b Description-en: Back up your files Déjà Dup is a simple backup tool. It hides the complexity of backing up the Right Way (encrypted, off-site, and regular) and uses duplicity as the backend. . Features: * Support for local, remote, or cloud backup locations, such as Amazon S3, and Rackspace Cloud Files * Securely encrypts and compresses your data * Incrementally backs up, letting you restore from any particular backup * Schedules regular backups * Integrates well into your GNOME desktop Package: dh-make Description-md5: 49189f3da1d1311b194d89a6376ec4e1 Description-en: tool that converts source archives into Debian package source This package allows you to take a standard (or upstream) source package and convert it into a format that will allow you to build Debian packages. . After answering a few questions, dh_make will then provide a set of templates that, after some small editing, will allow you to create a Debian package. Package: dh-python Description-md5: 9f24690d2f6e9b70048dc4079a2dfca7 Description-en: Debian helper tools for packaging Python libraries and applications This package contains: * pybuild - invokes various build systems for requested Python versions in order to build modules and extensions * dh_python2 - calculates Python 2.X dependencies for Debian packages, adds maintainer scripts to byte compile files, etc. * dh_python3 - calculates Python 3.X dependencies for Debian packages, adds maintainer scripts to byte compile files, etc. * dh_pypy - calculates PyPy dependencies for Debian packages, adds maintainer scripts to byte compile files, etc. Package: distro-info-data Description-md5: f7fe06a2e0396bbe8c1c7abad056bf48 Description-en: information about the distributions' releases (data files) Information about all releases of Debian and Ubuntu. The distro-info script will give you the codename for e.g. the latest stable release of your distribution. To get information about a specific distribution there are the debian-distro-info and the ubuntu-distro-info scripts. . This package contains the data files. Package: dkms Description-md5: b7b6bb6a6b083b2245e0648e7752a459 Description-en: Dynamic Kernel Module Support Framework DKMS is a framework designed to allow individual kernel modules to be upgraded without changing the whole kernel. It is also very easy to rebuild modules as you upgrade kernels. Package: dmidecode Description-md5: 266176aa2231f4b521210b81955e4d36 Description-en: SMBIOS/DMI table decoder Dmidecode reports information about the system's hardware as described in the system BIOS according to the SMBIOS/DMI standard. . This information typically includes system manufacturer, model name, serial number, BIOS version, asset tag as well as a lot of other details of varying level of interest and reliability depending on the manufacturer. This will often include usage status for the CPU sockets, expansion slots (e.g. AGP, PCI, ISA) and memory module slots, and the list of I/O ports (e.g. serial, parallel, USB). . Beware that DMI data have proven to be too unreliable to be blindly trusted. Dmidecode does not scan the hardware, it only reports what the BIOS told it to. Package: dmidecode-dbg Description-md5: d50c751833be541ddf30c9f81198d451 Description-en: SMBIOS/DMI table decoder (debug) Dmidecode reports information about the system's hardware as described in the system BIOS according to the SMBIOS/DMI standard. . This package contains the debugging symbols. Package: dnsmasq-base Description-md5: 1f9c3f0c557ca377bcc6c659e4694437 Description-en: Small caching DNS proxy and DHCP/TFTP server This package contains the dnsmasq executable and documentation, but not the infrastructure required to run it as a system daemon. For that, install the dnsmasq package. Package: dnsmasq-utils Description-md5: c01626c0b1b5fea18d3a8d04fbe44ea7 Description-en: Utilities for manipulating DHCP leases Small utilities to query a DHCP server's lease database and remove leases from it. These programs are distributed with dnsmasq and may not work correctly with other DHCP servers. Package: dnsutils Description-md5: 11090f3795381e992a73710a1cc4118b Description-en: Clients provided with BIND The Berkeley Internet Name Domain (BIND) implements an Internet domain name server. BIND 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 source tree. . - dig - query the DNS in various ways - nslookup - the older way to do it - nsupdate - perform dynamic updates (See RFC2136) Package: dosfstools Description-md5: 6e6f1615505926a1cde788227bb8c0b5 Description-en: utilities for making and checking MS-DOS FAT filesystems The dosfstools package includes the mkfs.fat and fsck.fat utilities, which respectively make and check MS-DOS FAT filesystems. Package: dosfstools-dbg Description-md5: c36802847c419ec5329168f8bc43c65e Description-en: utilities for making and checking MS-DOS FAT filesystems (debug) The dosfstools package includes the mkfs.fat and fsck.fat utilities, which respectively make and check MS-DOS FAT filesystems. . This package contains the debugging symbols. Package: dovecot-core Description-md5: 42825422b1ef9e3a592c94dfafed375c Description-en: secure POP3/IMAP server - core files Dovecot is a mail server whose major goals are security and extreme reliability. It tries very hard to handle all error conditions and verify that all data is valid, making it nearly impossible to crash. It supports mbox/Maildir and its own dbox/mdbox formats, and should also be pretty fast, extensible, and portable. . This package contains the Dovecot main server and its command line utility. Package: dovecot-dbg Description-md5: ffb457ad37715bf3c94d1439cfdd43cb Description-en: secure POP3/IMAP server - debug symbols Dovecot is a mail server whose major goals are security and extreme reliability. It tries very hard to handle all error conditions and verify that all data is valid, making it nearly impossible to crash. It supports mbox/Maildir and its own dbox/mdbox formats, and should also be pretty fast, extensible, and portable. . This package contains debug symbols for Dovecot. Package: dovecot-dev Description-md5: ffb4394c4cda3a428a661a4a841033fd Description-en: secure POP3/IMAP server - header files Dovecot is a mail server whose major goals are security and extreme reliability. It tries very hard to handle all error conditions and verify that all data is valid, making it nearly impossible to crash. It supports mbox/Maildir and its own dbox/mdbox formats, and should also be pretty fast, extensible, and portable. . This package contains header files needed to compile plugins for the Dovecot mail server. Package: dovecot-imapd Description-md5: c160efea9f93533ab3404291018f7556 Description-en: secure POP3/IMAP server - IMAP daemon Dovecot is a mail server whose major goals are security and extreme reliability. It tries very hard to handle all error conditions and verify that all data is valid, making it nearly impossible to crash. It supports mbox/Maildir and its own dbox/mdbox formats, and should also be pretty fast, extensible, and portable. . This package contains the Dovecot IMAP server. Package: dovecot-managesieved Description-md5: 9c22507acd609a92f0a6377258e2d338 Description-en: secure POP3/IMAP server - ManageSieve server Dovecot is a mail server whose major goals are security and extreme reliability. It tries very hard to handle all error conditions and verify that all data is valid, making it nearly impossible to crash. It supports mbox/Maildir and its own dbox/mdbox formats, and should also be pretty fast, extensible, and portable. . This package contains the Dovecot ManageSieve server. Package: dovecot-pop3d Description-md5: 399e133dbb91be39d372ab3528375bab Description-en: secure POP3/IMAP server - POP3 daemon Dovecot is a mail server whose major goals are security and extreme reliability. It tries very hard to handle all error conditions and verify that all data is valid, making it nearly impossible to crash. It supports mbox/Maildir and its own dbox/mdbox formats, and should also be pretty fast, extensible, and portable. . This package contains the Dovecot POP3 server. Package: dovecot-sieve Description-md5: 70234206edc75d829fdb3617a653da24 Description-en: secure POP3/IMAP server - Sieve filters support Dovecot is a mail server whose major goals are security and extreme reliability. It tries very hard to handle all error conditions and verify that all data is valid, making it nearly impossible to crash. It supports mbox/Maildir and its own dbox/mdbox formats, and should also be pretty fast, extensible, and portable. . This package provides Sieve filters support for Dovecot. Package: dpdk Description-md5: f35340bc839798a4c9f446982a4aed03 Description-en: Data Plane Development Kit (runtime) DPDK is a set of libraries for fast packet processing. Applications run in user-space and communicate directly with dedicated network interfaces. This package contains the runtime environment to run DPDK applications. Package: dpdk-dev Description-md5: ee2dffb29e6110f3faacb56e124073fd Description-en: Data Plane Development Kit (development files) DPDK is a set of libraries for fast packet processing. Applications run in user-space and communicate directly with dedicated network interfaces. This package contains examples and the upstream build environment. It is not strictly required in order to build external applications. Package: dpdk-doc Description-md5: eb84c4131ae8b908a0ad91ae64d04326 Description-en: Data Plane Development Kit (documentation) DPDK is a set of libraries for fast packet processing. Applications run in user-space and communicate directly with dedicated network interfaces. This package contains the complete set of documentation and guides. Package: dpkg Description-md5: 2f156c6a30cc39895ad3487111e8c190 Description-en: Debian package management system This package provides the low-level infrastructure for handling the installation and removal of Debian software packages. . For Debian package development tools, install dpkg-dev. Package: dpkg-dev Description-md5: 2eaf4b4a1cef9584869950f3a52106fc Description-en: Debian package development tools This package provides the development tools (including dpkg-source) required to unpack, build and upload Debian source packages. . Most Debian source packages will require additional tools to build; for example, most packages need make and the C compiler gcc. Package: dselect Description-md5: 269b383010cda7ddc3f6381398082aec Description-en: Debian package management front-end dselect is a high-level interface for managing the installation and removal of Debian software packages. . Many users find dselect intimidating and new users may prefer to use apt-based user interfaces. Package: ecj Description-md5: caaf24e4b259144180887f6fb144e722 Description-en: standalone version of the Eclipse Java compiler This package provides a standalone version of the Eclipse JDT compiler which is distributed as part of Eclipse. It passes the JCK (Java Compatibility Kit) and is compatible with Java 1.3, 1.4, 1.5, 1.6, 1.7 and 1.8. Package: ecj-gcj Description-md5: e1d7cf0e11833ddc30f79e2712290b55 Description-en: standalone version of the Eclipse Java compiler (native version) This package provides a standalone version of the Eclipse JDT compiler which is distributed as part of Eclipse. It passes the JCK (Java Compatibility Kit) and is compatible with Java 1.3, 1.4, 1.5, 1.6, 1.7 and 1.8. . This package contains a native version of ecj built using gcj. Package: ecryptfs-utils Description-md5: 86edf09a53857e8032a0fe1204a813d9 Description-en: ecryptfs cryptographic filesystem (utilities) eCryptfs is a POSIX-compliant enterprise-class stacked cryptographic filesystem for Linux. . It provides advanced key management and policy features. eCryptfs stores cryptographic metadata in the header of each file written, so that encrypted files can be copied between hosts; the file will be decryptable with the proper key, and there is no need to keep track of any additional information aside from what is already in the encrypted file itself. Think of eCryptfs as a sort of "gnupgfs". . eCryptfs is a native Linux filesystem. The kernel module component of eCryptfs is part of the Linux kernel since 2.6.19. . This package contains the userland utilities. Package: ecryptfs-utils-dbg Description-md5: 6b21be33a53e819cceba44f8b3206783 Description-en: ecryptfs cryptographic filesystem (utilities; debug) eCryptfs is a POSIX-compliant enterprise-class stacked cryptographic filesystem for Linux. . This package contains the debugging symbols. Package: eog Description-md5: a17b1b698fda7b280b8e85d7b08c5d27 Description-en: Eye of GNOME graphics viewer program eog or the Eye of GNOME is a simple graphics viewer for the GNOME desktop which uses the gdk-pixbuf library. It can deal with large images, and zoom and scroll with constant memory usage. Its goals are simplicity and standards compliance. Package: eog-dbg Description-md5: 2bd18fd76c12144cf92a1f8244b4214a Description-en: Eye of GNOME graphics viewer program - debugging symbols eog or the Eye of GNOME is a simple graphics viewer for the GNOME desktop which uses the gdk-pixbuf library. It can deal with large images, and zoom and scroll with constant memory usage. Its goals are simplicity and standards compliance. . This package contains the debugging symbols for eog. Package: eog-dev Description-md5: a1e8edcec2412e3deacc23f403c2195f Description-en: Development files for the Eye of GNOME eog or the Eye of GNOME is a graphics viewer for the GNOME desktop which uses the gdk-pixbuf library. . This package contains header files and development information, which is needed to build plugins for the Eye of GNOME. 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-heavy-dbg Description-md5: c42822621e1df91a52982b923c500d4d Description-en: debugging symbols for the Exim MTA "heavy" daemon Exim (v4) is a mail transport agent. This package contains debugging symbols for the binaries contained in the exim4-daemon-heavy package. . 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-daemon-light-dbg Description-md5: dff44febf1a413d05a89808719c665f0 Description-en: debugging symbols for the Exim MTA "light" daemon Exim (v4) is a mail transport agent. This package contains debugging symbols for the binaries contained in the exim4-daemon-light package. . 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-dbg Description-md5: 5cf2fe8a21737e0585d95be54f8ada23 Description-en: debugging symbols for the Exim MTA (utilities) Exim (v4) is a mail transport agent. This package contains debugging symbols for the binaries contained in the exim4 packages. The daemon packages have their own debug package. . 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: fcitx Description-md5: bb21ec6d5296fba56418f43e299b26e5 Description-en: Flexible Input Method Framework Fcitx is a input method framework with extension support, which provides an interface for entering characters of different scripts in applications using a variety of mapping systems. . It offers a pleasant and modern experience, with intuitive graphical configuration tools and customizable skins and mapping tables. It is highly modularized and extensible, with GTK+ 2/3 and Qt4 IM Modules, support for UIs based on Fbterm, pure Xlib, GTK+, or KDE, and a developer-friendly API. . This metapackage pulls in a set of components recommended for most desktop users. Package: fcitx-bin Description-md5: a70b7cf7a11ff0928fcaaa9fc46e0098 Description-en: Flexible Input Method Framework - essential binaries Fcitx is a input method framework with extension support, which provides an interface for entering characters of different scripts in applications using a variety of mapping systems. . It offers a pleasant and modern experience, with intuitive graphical configuration tools and customizable skins and mapping tables. It is highly modularized and extensible, with GTK+ 2/3 and Qt4 IM Modules, support for UIs based on Fbterm, pure Xlib, GTK+, or KDE, and a developer-friendly API. . This package provides the essential executable binaries. If you are looking for a working input experience, please install the package "fcitx" instead. Package: fcitx-data Description-md5: 5866031a848bd1d3ef4f96752c196085 Description-en: Flexible Input Method Framework - essential data files Fcitx is a input method framework with extension support, which provides an interface for entering characters of different scripts in applications using a variety of mapping systems. . It offers a pleasant and modern experience, with intuitive graphical configuration tools and customizable skins and mapping tables. It is highly modularized and extensible, with GTK+ 2/3 and Qt4 IM Modules, support for UIs based on Fbterm, pure Xlib, GTK+, or KDE, and a developer-friendly API. . This package provides the essential data files. If you are looking for a working input experience, please install the package "fcitx" instead. Package: fcitx-dbg Description-md5: 09a11a4484d200983fa09e5ccb70d6c4 Description-en: Flexible Input Method Framework - debugging symbols Fcitx is a input method framework with extension support, which provides an interface for entering characters of different scripts in applications using a variety of mapping systems. . It offers a pleasant and modern experience, with intuitive graphical configuration tools and customizable skins and mapping tables. It is highly modularized and extensible, with GTK+ 2/3 and Qt4 IM Modules, support for UIs based on Fbterm, pure Xlib, GTK+, or KDE, and a developer-friendly API. . This package provides the debugging symbols of the whole Fcitx. Package: fcitx-frontend-all Description-md5: 0dd5f1c0b7fc022f618442d2bee3f8a4 Description-en: Flexible Input Method Framework - frontends metapackage Fcitx is a input method framework with extension support, which provides an interface for entering characters of different scripts in applications using a variety of mapping systems. . It offers a pleasant and modern experience, with intuitive graphical configuration tools and customizable skins and mapping tables. It is highly modularized and extensible, with GTK+ 2/3 and Qt4 IM Modules, support for UIs based on Fbterm, pure Xlib, GTK+, or KDE, and a developer-friendly API. . This metapackage pulls in the following frontends: * XIM protocol client * GTK+ 2/3 IM Module * QT 4 IM Module Package: fcitx-frontend-gtk2 Description-md5: 123d789a32b826bcc6abfc6bb9f30da7 Description-en: Flexible Input Method Framework - GTK+ 2 IM Module frontend Fcitx is a input method framework with extension support, which provides an interface for entering characters of different scripts in applications using a variety of mapping systems. . It offers a pleasant and modern experience, with intuitive graphical configuration tools and customizable skins and mapping tables. It is highly modularized and extensible, with GTK+ 2/3 and Qt4 IM Modules, support for UIs based on Fbterm, pure Xlib, GTK+, or KDE, and a developer-friendly API. . This package provides the GTK+ 2 IM Module frontend, which is recommended for all desktop users. Package: fcitx-frontend-gtk3 Description-md5: 99d489b3075659ea74c48fb0b8629f64 Description-en: Flexible Input Method Framework - GTK+ 3 IM Module frontend Fcitx is a input method framework with extension support, which provides an interface for entering characters of different scripts in applications using a variety of mapping systems. . It offers a pleasant and modern experience, with intuitive graphical configuration tools and customizable skins and mapping tables. It is highly modularized and extensible, with GTK+ 2/3 and Qt4 IM Modules, support for UIs based on Fbterm, pure Xlib, GTK+, or KDE, and a developer-friendly API. . This package provides the GTK+ 3 IM Module frontend, which is recommended for all desktop users. This is the best solution if you are looking for a better input experience with GTK+ 3 applications. Package: fcitx-frontend-qt4 Description-md5: bd280cd2d806321018ef377c4507c758 Description-en: Flexible Input Method Framework - Qt4 IM Module frontend Fcitx is a input method framework with extension support, which provides an interface for entering characters of different scripts in applications using a variety of mapping systems. . It offers a pleasant and modern experience, with intuitive graphical configuration tools and customizable skins and mapping tables. It is highly modularized and extensible, with GTK+ 2/3 and Qt4 IM Modules, support for UIs based on Fbterm, pure Xlib, GTK+, or KDE, and a developer-friendly API. . This package provides the QT 4 IM Module frontend, which is recommended for KDE4 desktop users. Package: fcitx-libs-dev Description-md5: 32a2bced689bdb1ae9dfa96f00be301e Description-en: Flexible Input Method Framework - library development files Fcitx is a input method framework with extension support, which provides an interface for entering characters of different scripts in applications using a variety of mapping systems. . It offers a pleasant and modern experience, with intuitive graphical configuration tools and customizable skins and mapping tables. It is highly modularized and extensible, with GTK+ 2/3 and Qt4 IM Modules, support for UIs based on Fbterm, pure Xlib, GTK+, or KDE, and a developer-friendly API. . This package provides the library development files. Package: fcitx-module-dbus Description-md5: bd95610607337c75517a78684d7a07f3 Description-en: Flexible Input Method Framework - D-Bus module and IPC frontend Fcitx is a input method framework with extension support, which provides an interface for entering characters of different scripts in applications using a variety of mapping systems. . It offers a pleasant and modern experience, with intuitive graphical configuration tools and customizable skins and mapping tables. It is highly modularized and extensible, with GTK+ 2/3 and Qt4 IM Modules, support for UIs based on Fbterm, pure Xlib, GTK+, or KDE, and a developer-friendly API. . This package provides the D-Bus module and IPC interface which are directly used by IM Modules and KIMPanel support for instance. Package: fcitx-module-kimpanel Description-md5: 31e429d746d5a24fb6a9d41b66a63bc6 Description-en: Flexible Input Method Framework - KIMPanel protocol module Fcitx is a input method framework with extension support, which provides an interface for entering characters of different scripts in applications using a variety of mapping systems. . It offers a pleasant and modern experience, with intuitive graphical configuration tools and customizable skins and mapping tables. It is highly modularized and extensible, with GTK+ 2/3 and Qt4 IM Modules, support for UIs based on Fbterm, pure Xlib, GTK+, or KDE, and a developer-friendly API. . This package provides the KIMPanel protocol module of Fcitx, which implements a protocol to talk with D-Bus and is usually needed by the plugin for environments like KIMPanel/(Q)KIMToy, GNOME Shell and Unity. Package: fcitx-module-lua Description-md5: 099dd096d1a81f47d0b3a0ab5d0b7b4c Description-en: Flexible Input Method Framework - Lua module Fcitx is a input method framework with extension support, which provides an interface for entering characters of different scripts in applications using a variety of mapping systems. . It offers a pleasant and modern experience, with intuitive graphical configuration tools and customizable skins and mapping tables. It is highly modularized and extensible, with GTK+ 2/3 and Qt4 IM Modules, support for UIs based on Fbterm, pure Xlib, GTK+, or KDE, and a developer-friendly API. . This package provides the Lua module, which enables users to extend their usage with the Lua programming language. Package: fcitx-module-x11 Description-md5: 53b24b5c95ccb85c9b71c7c9d3fc164c Description-en: Flexible Input Method Framework - X11 module and XIM frontend Fcitx is a input method framework with extension support, which provides an interface for entering characters of different scripts in applications using a variety of mapping systems. . It offers a pleasant and modern experience, with intuitive graphical configuration tools and customizable skins and mapping tables. It is highly modularized and extensible, with GTK+ 2/3 and Qt4 IM Modules, support for UIs based on Fbterm, pure Xlib, GTK+, or KDE, and a developer-friendly API. . This package provides the X11 module, X11 utilities used by other addons such as fcitx-ui-classic, and is required for all desktop users. An Xlibs based virtual keyboard module has been also included in this package for it's an obvious feature needed by many desktop users. . XIM frontend (client) is placed in this package too because of its nature of being the basic input protocol supported by X. Package: fcitx-modules Description-md5: 6068623d3240f35e3456a4828401299a Description-en: Flexible Input Method Framework - core modules Fcitx is a input method framework with extension support, which provides an interface for entering characters of different scripts in applications using a variety of mapping systems. . It offers a pleasant and modern experience, with intuitive graphical configuration tools and customizable skins and mapping tables. It is highly modularized and extensible, with GTK+ 2/3 and Qt4 IM Modules, support for UIs based on Fbterm, pure Xlib, GTK+, or KDE, and a developer-friendly API. . This package includes the following common modules: * autoeng: automatically change to English mode while inputing specific string * chttrans: convert Simplified Chinese text to Traditional * fullwidthchar: full-width character input support * punc: punctuation conversion support * quickphrase: conveniently input English or from user-defined simple table * remote: change Fcitx state (deprecated, fcitx-remote uses D-Bus now) * spell: spell check support * keyboard: keyboard layout intergrate. Package: fcitx-mozc Description-md5: cc0f91c7fed6f08bdb82d8e08a339167 Description-en: Mozc engine for fcitx - Client of the Mozc input method Fcitx is a input method framework with extension support, which provides an interface for entering characters of different scripts in applications using a variety of mapping systems. . It offers a pleasant and modern experience, with intuitive graphical configuration tools and customizable skins and mapping tables. It is highly modularized and extensible, with GTK+ 2/3 and Qt4 IM Modules, support for UIs based on Fbterm, pure Xlib, GTK+, or KDE, and a developer-friendly API. . fcitx-mozc provides client part of the Mozc input method. Package: fcitx-pinyin Description-md5: 660819bec9c13b4f822265b9061af89e Description-en: Flexible Input Method Framework - classic Pinyin engine Fcitx is a input method framework with extension support, which provides an interface for entering characters of different scripts in applications using a variety of mapping systems. . It offers a pleasant and modern experience, with intuitive graphical configuration tools and customizable skins and mapping tables. It is highly modularized and extensible, with GTK+ 2/3 and Qt4 IM Modules, support for UIs based on Fbterm, pure Xlib, GTK+, or KDE, and a developer-friendly API. . This package provides the classic Pinyin input method, which features very short responding time by loading the whole dict into RAM during activation. Package: fcitx-table Description-md5: 4c9f2b422b4cfb8d5b4da67476c7e28a Description-en: Flexible Input Method Framework - table engine Fcitx is a input method framework with extension support, which provides an interface for entering characters of different scripts in applications using a variety of mapping systems. . It offers a pleasant and modern experience, with intuitive graphical configuration tools and customizable skins and mapping tables. It is highly modularized and extensible, with GTK+ 2/3 and Qt4 IM Modules, support for UIs based on Fbterm, pure Xlib, GTK+, or KDE, and a developer-friendly API. . This package provides the table engine. By using this engine, Fcitx can support a large number of table-based input methods such as Wubi, WubiPinyin, etc. Package: fcitx-ui-classic Description-md5: 495295404af30f38f4e4e22158e6809b Description-en: Flexible Input Method Framework - Classic user interface Fcitx is a input method framework with extension support, which provides an interface for entering characters of different scripts in applications using a variety of mapping systems. . It offers a pleasant and modern experience, with intuitive graphical configuration tools and customizable skins and mapping tables. It is highly modularized and extensible, with GTK+ 2/3 and Qt4 IM Modules, support for UIs based on Fbterm, pure Xlib, GTK+, or KDE, and a developer-friendly API. . This package provides the classic user interface, which is suitable for most users. It also provides the following skins: * classic: Fcitx 3.x classic skin ported to new infrastructure * dark: the dark skin fits for dark desktop theme * default: the default skin Package: fglrx-pxpress Description-md5: f11494e618e154235d7240541a9fc755 Description-en: transitional package for ubuntu-drivers-common This is a transitional package for ubuntu-drivers-common. You can remove it after upgrading. Package: file-roller Description-md5: 38d3e4bf80de5287311da5585810d3db Description-en: archive manager for GNOME File-roller is an archive manager for the GNOME environment. It allows you to: . * Create and modify archives. * View the content of an archive. * View a file contained in an archive. * Extract files from the archive. . File-roller supports the following formats: * Tar (.tar) archives, including those compressed with gzip (.tar.gz, .tgz), bzip (.tar.bz, .tbz), bzip2 (.tar.bz2, .tbz2), compress (.tar.Z, .taz), lzip (.tar.lz, .tlz), lzop (.tar.lzo, .tzo), lzma (.tar.lzma) and xz (.tar.xz) * Zip archives (.zip) * Jar archives (.jar, .ear, .war) * 7z archives (.7z) * iso9660 CD images (.iso) * Lha archives (.lzh) * Archiver archives (.ar) * Comic book archives (.cbz) * Single files compressed with gzip (.gz), bzip (.bz), bzip2 (.bz2), compress (.Z), lzip (.lz), lzop (.lzo), lzma (.lzma) and xz (.xz) . File-roller can extract following formats: * Cabinet archives (.cab) * Debian binary packages (.deb) * Xar archives (.xar) . File-roller doesn't perform archive operations by itself, but relies on standard tools for this. Package: firefox Description-md5: 46b619f510631c4693dc09c1a3778a55 Description-en: Safe and easy web browser from Mozilla Firefox delivers safe, easy web browsing. A familiar user interface, enhanced security features including protection from online identity theft, and integrated search let you get the most out of the web. Package: firefox-dbg Description-md5: 2937d9d7faa9d066b938045bc076f879 Description-en: Safe and easy web browser from Mozilla - debug symbols Firefox delivers safe, easy web browsing. A familiar user interface, enhanced security features including protection from online identity theft, and integrated search let you get the most out of the web. . This package contains the debugging symbols for the Firefox web browser Package: firefox-dev Description-md5: e6b1c31ba86625fb8e5f17ebd7dfd6c8 Description-en: Safe and easy web browser from Mozilla - development files Firefox delivers safe, easy web browsing. A familiar user interface, enhanced security features including protection from online identity theft, and integrated search let you get the most out of the web. . This package contains the headers and SDK for building plugins with Firefox Package: firefox-locale-af Description-md5: 1f2d31c5ec337989fa73d4561a877f98 Description-en: Afrikaans language pack for Firefox This package contains Afrikaans translations and search plugins for Firefox Package: firefox-locale-an Description-md5: 84dc3959cabfc22bb848244498e5653a Description-en: Aragonese language pack for Firefox This package contains Aragonese translations and search plugins for Firefox Package: firefox-locale-ar Description-md5: a5123286dfa8a3ded7978c0ec00ec6f1 Description-en: Arabic language pack for Firefox This package contains Arabic translations and search plugins for Firefox Package: firefox-locale-as Description-md5: 9c46a24962d3692dcff9f290ff8f2e5b Description-en: Assamese language pack for Firefox This package contains Assamese translations and search plugins for Firefox Package: firefox-locale-ast Description-md5: f648bf0b51344fe4fc8b6419faaf903f Description-en: Asturian language pack for Firefox This package contains Asturian translations and search plugins for Firefox Package: firefox-locale-az Description-md5: 43fa8dcddb7f4272224420d5f3548139 Description-en: Azerbaijani language pack for Firefox This package contains Azerbaijani translations and search plugins for Firefox Package: firefox-locale-be Description-md5: 7b231b0d3f58acf262a12b2168cb358c Description-en: Belarusian language pack for Firefox This package contains Belarusian translations and search plugins for Firefox Package: firefox-locale-bg Description-md5: a6418377c6a1864fbec5d0096027c80b Description-en: Bulgarian language pack for Firefox This package contains Bulgarian translations and search plugins for Firefox Package: firefox-locale-bn Description-md5: cd17d1988001fce46f906d72ce3c6612 Description-en: Bengali language pack for Firefox This package contains Bengali translations and search plugins for Firefox Package: firefox-locale-br Description-md5: 880da4a954cd5c32e28bc4be50b8dea2 Description-en: Breton language pack for Firefox This package contains Breton translations and search plugins for Firefox Package: firefox-locale-bs Description-md5: 5ee279fa3b945b639bc360970fc44d88 Description-en: Bosnian language pack for Firefox This package contains Bosnian translations and search plugins for Firefox Package: firefox-locale-ca Description-md5: d48166338c00f06f6c36f6214a5a0d8b Description-en: Catalan; Valencian language pack for Firefox This package contains Catalan; Valencian translations and search plugins for Firefox Package: firefox-locale-cak Description-md5: b8ca2fd25cdee59588c8335dc03e4f07 Description-en: Kaqchikel language pack for Firefox This package contains Kaqchikel translations and search plugins for Firefox Package: firefox-locale-cs Description-md5: 9b0b230a019634cdfd1b60f7fd46b813 Description-en: Czech language pack for Firefox This package contains Czech translations and search plugins for Firefox Package: firefox-locale-csb Description-md5: bc79d90071e5d3639a93287638590a8e Description-en: Transitional package for unavailable language This language is unavailable for the current version of Firefox . This is an empty transitional package to ensure a clean upgrade process. You can safely remove this package after installation. Package: firefox-locale-cy Description-md5: 9f3df834aa7f35a8968d57963f462187 Description-en: Welsh language pack for Firefox This package contains Welsh translations and search plugins for Firefox Package: firefox-locale-da Description-md5: 25350d542907c601644fdbaf48ce9060 Description-en: Danish language pack for Firefox This package contains Danish translations and search plugins for Firefox Package: firefox-locale-de Description-md5: 97a5b441966c2394117490ceebbb8584 Description-en: German language pack for Firefox This package contains German translations and search plugins for Firefox Package: firefox-locale-el Description-md5: f0378f5c3eae2c3f377fbc483e6581b0 Description-en: Greek language pack for Firefox This package contains Greek translations and search plugins for Firefox Package: firefox-locale-en Description-md5: 59e7e034b5f9626737da9a2c21a3e6b4 Description-en: English language pack for Firefox This package contains English translations and search plugins for Firefox Package: firefox-locale-eo Description-md5: 1b15bec1df3ef8869a632d474dfb2589 Description-en: Esperanto language pack for Firefox This package contains Esperanto translations and search plugins for Firefox Package: firefox-locale-es Description-md5: 30083dcb82dfa2029aeabd0206ce0f4b Description-en: Spanish; Castilian language pack for Firefox This package contains Spanish; Castilian translations and search plugins for Firefox Package: firefox-locale-et Description-md5: 334b47c1e5a384da36ae89623fec8e70 Description-en: Estonian language pack for Firefox This package contains Estonian translations and search plugins for Firefox Package: firefox-locale-eu Description-md5: af348a109ea600cac4199bf41ea027f2 Description-en: Basque language pack for Firefox This package contains Basque translations and search plugins for Firefox Package: firefox-locale-fa Description-md5: 39c9ec90bfa422dbe322c5144c9719eb Description-en: Persian language pack for Firefox This package contains Persian translations and search plugins for Firefox Package: firefox-locale-fi Description-md5: 845195bd76d02590d0c2a74ed1b5c5f2 Description-en: Finnish language pack for Firefox This package contains Finnish translations and search plugins for Firefox Package: firefox-locale-fr Description-md5: 4b599250252777b1f0b2e86222826241 Description-en: French language pack for Firefox This package contains French translations and search plugins for Firefox Package: firefox-locale-fy Description-md5: 73e0293d227dc25de2183bbda4ffb994 Description-en: Western Frisian language pack for Firefox This package contains Western Frisian translations and search plugins for Firefox Package: firefox-locale-ga Description-md5: 3989bf0d690ce80122175c0328ae435d Description-en: Irish language pack for Firefox This package contains Irish translations and search plugins for Firefox Package: firefox-locale-gd Description-md5: f88ffac5fcd5341c9502358cb67b49f1 Description-en: Gaelic; Scottish Gaelic language pack for Firefox This package contains Gaelic; Scottish Gaelic translations and search plugins for Firefox Package: firefox-locale-gl Description-md5: f411e16f3f4a2f154a90570e3ca52ef8 Description-en: Galician language pack for Firefox This package contains Galician translations and search plugins for Firefox Package: firefox-locale-gn Description-md5: 778cd0d0c1cb677512d998134d223dc4 Description-en: Guarani language pack for Firefox This package contains Guarani translations and search plugins for Firefox Package: firefox-locale-gu Description-md5: c646198c5d0155da51530f8b2225818b Description-en: Gujarati language pack for Firefox This package contains Gujarati translations and search plugins for Firefox Package: firefox-locale-he Description-md5: 8d33d6616f2426b1fe3287417f0d7949 Description-en: Hebrew language pack for Firefox This package contains Hebrew translations and search plugins for Firefox Package: firefox-locale-hi Description-md5: 29f96336756fa58ec44eefd686bd6e85 Description-en: Hindi language pack for Firefox This package contains Hindi translations and search plugins for Firefox Package: firefox-locale-hr Description-md5: 4138741435206cca66b4c3941d2b6e82 Description-en: Croatian language pack for Firefox This package contains Croatian translations and search plugins for Firefox Package: firefox-locale-hsb Description-md5: 0eb6ed804f0de00384a7def562d6544b Description-en: Sorbian, Upper language pack for Firefox This package contains Sorbian, Upper translations and search plugins for Firefox Package: firefox-locale-hu Description-md5: 7587d24fac9230de0dab2a74b1b3c298 Description-en: Hungarian language pack for Firefox This package contains Hungarian translations and search plugins for Firefox Package: firefox-locale-hy Description-md5: 2278344f15e1efe17aecd1af5a2be846 Description-en: Armenian language pack for Firefox This package contains Armenian translations and search plugins for Firefox Package: firefox-locale-id Description-md5: 568a225a428289bfedbfee77f12ef445 Description-en: Indonesian language pack for Firefox This package contains Indonesian translations and search plugins for Firefox Package: firefox-locale-is Description-md5: 3a574633745f9b6d97f07f1c738599a3 Description-en: Icelandic language pack for Firefox This package contains Icelandic translations and search plugins for Firefox Package: firefox-locale-it Description-md5: 67e195ac5003115f8cafa0ec0b0ec849 Description-en: Italian language pack for Firefox This package contains Italian translations and search plugins for Firefox Package: firefox-locale-ja Description-md5: aa0b0e800989cac3ce480ef7507c17d5 Description-en: Japanese language pack for Firefox This package contains Japanese translations and search plugins for Firefox Package: firefox-locale-ka Description-md5: bc79d90071e5d3639a93287638590a8e Description-en: Transitional package for unavailable language This language is unavailable for the current version of Firefox . This is an empty transitional package to ensure a clean upgrade process. You can safely remove this package after installation. Package: firefox-locale-kk Description-md5: 98ad9668e81080f67619b3468ea616a9 Description-en: Kazakh language pack for Firefox This package contains Kazakh translations and search plugins for Firefox Package: firefox-locale-km Description-md5: 5244e85b69105bab39ff55a3e06c2079 Description-en: Central Khmer language pack for Firefox This package contains Central Khmer translations and search plugins for Firefox Package: firefox-locale-kn Description-md5: 609de6cf2cadf99b292a639def3e15db Description-en: Kannada language pack for Firefox This package contains Kannada translations and search plugins for Firefox Package: firefox-locale-ko Description-md5: 7477cc3b85c1cc2886c7438ffec39b8d Description-en: Korean language pack for Firefox This package contains Korean translations and search plugins for Firefox Package: firefox-locale-ku Description-md5: bc79d90071e5d3639a93287638590a8e Description-en: Transitional package for unavailable language This language is unavailable for the current version of Firefox . This is an empty transitional package to ensure a clean upgrade process. You can safely remove this package after installation. Package: firefox-locale-lg Description-md5: bc79d90071e5d3639a93287638590a8e Description-en: Transitional package for unavailable language This language is unavailable for the current version of Firefox . This is an empty transitional package to ensure a clean upgrade process. You can safely remove this package after installation. Package: firefox-locale-lt Description-md5: 519f3c51c7a90ee972069b44a1acef4e Description-en: Lithuanian language pack for Firefox This package contains Lithuanian translations and search plugins for Firefox Package: firefox-locale-lv Description-md5: 355c458949586e8977646d1ce6c5096d Description-en: Latvian language pack for Firefox This package contains Latvian translations and search plugins for Firefox Package: firefox-locale-mai Description-md5: 9fd42103512e10b616b758b3e6da26f7 Description-en: Maithili language pack for Firefox This package contains Maithili translations and search plugins for Firefox Package: firefox-locale-mk Description-md5: 0731fc46c1b1fae2ba6f6b1105017640 Description-en: Macedonian language pack for Firefox This package contains Macedonian translations and search plugins for Firefox Package: firefox-locale-ml Description-md5: 90093d1da853cba1ef56fb07a5d3ccff Description-en: Malayalam language pack for Firefox This package contains Malayalam translations and search plugins for Firefox Package: firefox-locale-mn Description-md5: bc79d90071e5d3639a93287638590a8e Description-en: Transitional package for unavailable language This language is unavailable for the current version of Firefox . This is an empty transitional package to ensure a clean upgrade process. You can safely remove this package after installation. Package: firefox-locale-mr Description-md5: b7ac24ce2d3f6d087e9a9bbf9c956d6a Description-en: Marathi language pack for Firefox This package contains Marathi translations and search plugins for Firefox Package: firefox-locale-ms Description-md5: 6ffd385f99315a9c4002cee865bb8368 Description-en: Malay language pack for Firefox This package contains Malay translations and search plugins for Firefox Package: firefox-locale-nb Description-md5: 8a05e67a1c0fa64d86a13ead1dbd4981 Description-en: Bokmål, Norwegian; Norwegian Bokmål language pack for Firefox This package contains Bokmål, Norwegian; Norwegian Bokmål translations and search plugins for Firefox Package: firefox-locale-nl Description-md5: c8c7d0f350530c7041fcfc71d8f297a2 Description-en: Dutch; Flemish language pack for Firefox This package contains Dutch; Flemish translations and search plugins for Firefox Package: firefox-locale-nn Description-md5: a2434677506d5d2ae1b6f340d5e3b2ee Description-en: Norwegian Nynorsk; Nynorsk, Norwegian language pack for Firefox This package contains Norwegian Nynorsk; Nynorsk, Norwegian translations and search plugins for Firefox Package: firefox-locale-nso Description-md5: bc79d90071e5d3639a93287638590a8e Description-en: Transitional package for unavailable language This language is unavailable for the current version of Firefox . This is an empty transitional package to ensure a clean upgrade process. You can safely remove this package after installation. Package: firefox-locale-oc Description-md5: bc79d90071e5d3639a93287638590a8e Description-en: Transitional package for unavailable language This language is unavailable for the current version of Firefox . This is an empty transitional package to ensure a clean upgrade process. You can safely remove this package after installation. Package: firefox-locale-or Description-md5: 5135d4190ce2532be58c91c5fd3f319b Description-en: Oriya language pack for Firefox This package contains Oriya translations and search plugins for Firefox Package: firefox-locale-pa Description-md5: 3bfbd21e289c4d4ef3e9bd89d92a048f Description-en: Panjabi; Punjabi language pack for Firefox This package contains Panjabi; Punjabi translations and search plugins for Firefox Package: firefox-locale-pl Description-md5: ffd73141d32fab7a8990d3663208d5ae Description-en: Polish language pack for Firefox This package contains Polish translations and search plugins for Firefox Package: firefox-locale-pt Description-md5: ba400e83844c93550cd9bbb88c3f610f Description-en: Portuguese language pack for Firefox This package contains Portuguese translations and search plugins for Firefox Package: firefox-locale-ro Description-md5: bfe768497923b95b007c38b40a8b5c77 Description-en: Romanian language pack for Firefox This package contains Romanian translations and search plugins for Firefox Package: firefox-locale-ru Description-md5: b936b6c575ae73b427a148a37de4ebd1 Description-en: Russian language pack for Firefox This package contains Russian translations and search plugins for Firefox Package: firefox-locale-si Description-md5: d336ad9f3d64d9c8b369c2627a15f388 Description-en: Sinhala; Sinhalese language pack for Firefox This package contains Sinhala; Sinhalese translations and search plugins for Firefox Package: firefox-locale-sk Description-md5: 66f1264b5485237c1ea88079ced9a6a4 Description-en: Slovak language pack for Firefox This package contains Slovak translations and search plugins for Firefox Package: firefox-locale-sl Description-md5: 6fe2fc03696fbf18b2bf180914ee1eb3 Description-en: Slovenian language pack for Firefox This package contains Slovenian translations and search plugins for Firefox Package: firefox-locale-sq Description-md5: 6c9c10ead9f18734cd4a77e1c53deb4a Description-en: Albanian language pack for Firefox This package contains Albanian translations and search plugins for Firefox Package: firefox-locale-sr Description-md5: 8d2109908f20a4405f139a82593c158f Description-en: Serbian language pack for Firefox This package contains Serbian translations and search plugins for Firefox Package: firefox-locale-sv Description-md5: 2ea193ea12432f41b53f83a470b59148 Description-en: Swedish language pack for Firefox This package contains Swedish translations and search plugins for Firefox Package: firefox-locale-sw Description-md5: bc79d90071e5d3639a93287638590a8e Description-en: Transitional package for unavailable language This language is unavailable for the current version of Firefox . This is an empty transitional package to ensure a clean upgrade process. You can safely remove this package after installation. Package: firefox-locale-ta Description-md5: 6ccedad7af96901a91334720c56bd490 Description-en: Tamil language pack for Firefox This package contains Tamil translations and search plugins for Firefox Package: firefox-locale-te Description-md5: d66752b03661f62d700263ab82e868e7 Description-en: Telugu language pack for Firefox This package contains Telugu translations and search plugins for Firefox Package: firefox-locale-th Description-md5: cc27bcd11daedf111f9aab87632f7263 Description-en: Thai language pack for Firefox This package contains Thai translations and search plugins for Firefox Package: firefox-locale-tr Description-md5: 3c205697910b54cdfc483ed64de82490 Description-en: Turkish language pack for Firefox This package contains Turkish translations and search plugins for Firefox Package: firefox-locale-uk Description-md5: ba467b5c78e88b367e14f3ac484d3816 Description-en: Ukrainian language pack for Firefox This package contains Ukrainian translations and search plugins for Firefox Package: firefox-locale-uz Description-md5: ead82ba3c22d7f3a256c2faea30be3e6 Description-en: Uzbek language pack for Firefox This package contains Uzbek translations and search plugins for Firefox Package: firefox-locale-vi Description-md5: e187907de9840d733e0c8a14eafc65ef Description-en: Vietnamese language pack for Firefox This package contains Vietnamese translations and search plugins for Firefox Package: firefox-locale-xh Description-md5: e188707f31d9656051e8d08cd25f43fa Description-en: Xhosa language pack for Firefox This package contains Xhosa translations and search plugins for Firefox Package: firefox-locale-zh-hans Description-md5: 3e3ba5b1c9c87d325f38630cc1f5f593 Description-en: Simplified Chinese language pack for Firefox This package contains Simplified Chinese translations and search plugins for Firefox Package: firefox-locale-zh-hant Description-md5: 344951ca63511f11ceb711b1ac9aa10f Description-en: Traditional Chinese language pack for Firefox This package contains Traditional Chinese translations and search plugins for Firefox Package: firefox-locale-zu Description-md5: bc79d90071e5d3639a93287638590a8e Description-en: Transitional package for unavailable language This language is unavailable for the current version of Firefox . This is an empty transitional package to ensure a clean upgrade process. You can safely remove this package after installation. Package: fontconfig Description-md5: 4c47f79299a983151349c73c189cb29a Description-en: generic font configuration library - support binaries Fontconfig is a font configuration and customization library, which does not depend on the X Window System. It is designed to locate fonts within the system and select them according to requirements specified by applications. . Fontconfig is not a rasterization library, nor does it impose a particular rasterization library on the application. The X-specific library 'Xft' uses fontconfig along with freetype to specify and rasterize fonts. . This package contains a program to maintain the fontconfig cache (fc-cache), a sample program to list installed fonts (fc-list), a program to test the matching rules (fc-match) and a program to dump the binary cache files in string form (fc-cat). It no longer makes fonts managed by defoma available to fontconfig applications. Package: fontconfig-config Description-md5: 2e2f2fdd3e4ff822be010c67693043db Description-en: generic font configuration library - configuration Fontconfig is a font configuration and customization library, which does not depend on the X Window System. It is designed to locate fonts within the system and select them according to requirements specified by applications. . This package contains the configuration files and scripts for fontconfig. Package: fonts-noto-cjk Description-md5: 4afcdb09b57b1e759b1aa5e15af67e5d Description-en: "No Tofu" font families with large Unicode coverage (CJK) Noto is a collection of font families, each visually harmonized across scripts. . This package contains Noto font families for Traditional Chinese, Simplified Chinese, Japanese and Korean: . * Noto Sans CJK JP * Noto Sans CJK KR * Noto Sans CJK SC * Noto Sans CJK TC * Noto Sans Mono CJK JP * Noto Sans Mono CJK KR * Noto Sans Mono CJK SC * Noto Sans Mono CJK TC . These fonts are derived from the font family Source Han Sans. . The name "Noto" is short for "No Tofu", describing the aim of covering all living Unicode scripts. . Tofu (豆腐) is Japanese jargon for unicode replacement character "�" (U+FFFD) often displayed as replacement for unassigned or unknown characters. 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: freeipmi-common Description-md5: e744e2bab7d803679befab25b3d06fcc Description-en: GNU implementation of the IPMI protocol - common files FreeIPMI is a collection of Intelligent Platform Management IPMI system software. It provides in-band and out-of-band software and a development library conforming to the Intelligent Platform Management Interface (IPMI v1.5 and v2.0) standards. . This package provides configuration used by the rest of FreeIPMI framework and generic documentation to orient the user. Package: freeipmi-tools Description-md5: 6752c6921b38f7d4192531a8ab33783c Description-en: GNU implementation of the IPMI protocol - tools FreeIPMI is a collection of Intelligent Platform Management IPMI system software. It provides in-band and out-of-band software and a development library conforming to the Intelligent Platform Management Interface (IPMI v1.5 and v2.0) standards. . This package contains assorted IPMI-related tools: * bmc-config - configure BMC values * bmc-info - display BMC information * ipmi-chassis - IPMI chassis management utility * ipmi-fru - display FRU information * ipmi-locate - IPMI probing utility * ipmi-oem - IPMI OEM utility * ipmi-pet - decode Platform Event Traps * ipmi-raw - IPMI raw communication utility * ipmi-sel - display SEL entries * ipmi-sensors - display IPMI sensor information * ipmi-sensors-config - configure sensors * ipmiconsole - IPMI console utility * ipmiping - send IPMI Get Authentication Capabilitiy request * ipmipower - IPMI power control utility * pef-config - configure PEF values * rmcpping - send RMCP Ping to network hosts Package: fuse Description-md5: 7c02c670c9296dcdf481f6c060b0083d Description-en: Filesystem in Userspace Filesystem in Userspace (FUSE) is a simple interface for userspace programs to export a virtual filesystem to the Linux kernel. It also aims to provide a secure method for non privileged users to create and mount their own filesystem implementations. Package: fuse-dbg Description-md5: 843dcbbdec369720ffbde3d0f0bc50be Description-en: Filesystem in Userspace (debug) Filesystem in Userspace (FUSE) is a simple interface for userspace programs to export a virtual filesystem to the Linux kernel. It also aims to provide a secure method for non privileged users to create and mount their own filesystem implementations. . This package contains the debugging symbols. Package: fwupd Description-md5: 2366d8875b9abc72dfb92e2b22b3d1eb Description-en: Firmware update daemon fwupd is a daemon to allow session software to update device firmware. You can either use a GUI software manager like GNOME Software to view and apply updates, the command-line tool or the system D-Bus interface directly. Currently, firmware updates using the UEFI capsule format and for the ColorHug are supported. More formats may be supported in the future. See for details Package: g++-5 Description-md5: 0a3fad3367cb994bd16c61b0e16a8b9c Description-en: GNU C++ compiler This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. Package: g++-5-aarch64-linux-gnu Description-md5: 375cdf23ac087e4b16d8e29883083ecd Description-en: GNU C++ compiler This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This package contains C++ cross-compiler for arm64 architecture. Package: g++-5-arm-linux-gnueabihf Description-md5: 1af3e5930fd0d3a33d12f0f8bc7e2f24 Description-en: GNU C++ compiler This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This package contains C++ cross-compiler for armhf architecture. Package: g++-5-multilib Description-md5: 291f2f15035d2eb62358c5157bbae10c Description-en: GNU C++ compiler (multilib support) This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: g++-5-powerpc-linux-gnu Description-md5: 2c5b1836d138ff53e7df7f27a0862e1e Description-en: GNU C++ compiler This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This package contains C++ cross-compiler for powerpc architecture. Package: g++-5-powerpc64le-linux-gnu Description-md5: 7326febff1363e9a9e082bce774ea2a4 Description-en: GNU C++ compiler This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This package contains C++ cross-compiler for ppc64el architecture. Package: gcc-5 Description-md5: 394374e688b1afb3af5f419895d29698 Description-en: GNU C compiler This is the GNU C compiler, a fairly portable optimizing compiler for C. Package: gcc-5-aarch64-linux-gnu Description-md5: 828abc0c548c8d3a65e71359bac1dfd7 Description-en: GNU C compiler This is the GNU C compiler, a fairly portable optimizing compiler for C. . This package contains C cross-compiler for arm64 architecture. Package: gcc-5-aarch64-linux-gnu-base Description-md5: b6e93638a6d08ea7a18929d7cf078e5d Description-en: GCC, the GNU Compiler Collection (base package) This package contains files common to all languages and libraries contained in the GNU Compiler Collection (GCC). Package: gcc-5-arm-linux-gnueabihf Description-md5: a8c6e1ef7e1b049137f2e6519bdc7073 Description-en: GNU C compiler This is the GNU C compiler, a fairly portable optimizing compiler for C. . This package contains C cross-compiler for armhf architecture. Package: gcc-5-arm-linux-gnueabihf-base Description-md5: b6e93638a6d08ea7a18929d7cf078e5d Description-en: GCC, the GNU Compiler Collection (base package) This package contains files common to all languages and libraries contained in the GNU Compiler Collection (GCC). Package: gcc-5-base Description-md5: b6e93638a6d08ea7a18929d7cf078e5d Description-en: GCC, the GNU Compiler Collection (base package) This package contains files common to all languages and libraries contained in the GNU Compiler Collection (GCC). Package: gcc-5-cross-base Description-md5: 4c157f495e05e11e4ad2e3074ac017e0 Description-en: GCC, the GNU Compiler Collection (library base package) This empty package contains changelog and copyright files common to all libraries contained in the GNU Compiler Collection (GCC). Package: gcc-5-doc Description-md5: bf320d6d806b62ff03b567626d36b1fb Description-en: Documentation for the GNU compilers (gcc, gobjc, g++) Documentation for the GNU compilers in info format. Package: gcc-5-multilib Description-md5: d1bddfa375b62324197c575c04fb2e4e Description-en: GNU C compiler (multilib support) This is the GNU C compiler, a fairly portable optimizing compiler for C. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gcc-5-plugin-dev Description-md5: f04e3fe2e4b62ffb72f0dc5ae683f155 Description-en: Files for GNU GCC plugin development. This package contains (header) files for GNU GCC plugin development. It is only used for the development of GCC plugins, but not needed to run plugins. Package: gcc-5-plugin-dev-aarch64-linux-gnu Description-md5: f04e3fe2e4b62ffb72f0dc5ae683f155 Description-en: Files for GNU GCC plugin development. This package contains (header) files for GNU GCC plugin development. It is only used for the development of GCC plugins, but not needed to run plugins. Package: gcc-5-plugin-dev-arm-linux-gnueabihf Description-md5: f04e3fe2e4b62ffb72f0dc5ae683f155 Description-en: Files for GNU GCC plugin development. This package contains (header) files for GNU GCC plugin development. It is only used for the development of GCC plugins, but not needed to run plugins. Package: gcc-5-plugin-dev-powerpc-linux-gnu Description-md5: f04e3fe2e4b62ffb72f0dc5ae683f155 Description-en: Files for GNU GCC plugin development. This package contains (header) files for GNU GCC plugin development. It is only used for the development of GCC plugins, but not needed to run plugins. Package: gcc-5-plugin-dev-powerpc64le-linux-gnu Description-md5: f04e3fe2e4b62ffb72f0dc5ae683f155 Description-en: Files for GNU GCC plugin development. This package contains (header) files for GNU GCC plugin development. It is only used for the development of GCC plugins, but not needed to run plugins. Package: gcc-5-powerpc-linux-gnu Description-md5: 33e193e34c96ee2f0388ed9d3fe40d3f Description-en: GNU C compiler This is the GNU C compiler, a fairly portable optimizing compiler for C. . This package contains C cross-compiler for powerpc architecture. Package: gcc-5-powerpc-linux-gnu-base Description-md5: b6e93638a6d08ea7a18929d7cf078e5d Description-en: GCC, the GNU Compiler Collection (base package) This package contains files common to all languages and libraries contained in the GNU Compiler Collection (GCC). Package: gcc-5-powerpc64le-linux-gnu Description-md5: b0d3628b0ae68d51d3d28e1503c35c1e Description-en: GNU C compiler This is the GNU C compiler, a fairly portable optimizing compiler for C. . This package contains C cross-compiler for ppc64el architecture. Package: gcc-5-powerpc64le-linux-gnu-base Description-md5: b6e93638a6d08ea7a18929d7cf078e5d Description-en: GCC, the GNU Compiler Collection (base package) This package contains files common to all languages and libraries contained in the GNU Compiler Collection (GCC). Package: gccgo-5-doc Description-md5: 76326180b2469131aa9547f46e5b3105 Description-en: Documentation for the GNU Go compiler (gccgo) Documentation for the GNU Go compiler in info format. Package: gcj-5 Description-md5: 18cc61c62f2d979b10624e1384861c3d Description-en: GCJ byte code and native compiler for Java(TM) GCJ is a front end to the GCC compiler which can natively compile both Java(tm) source and bytecode files. The compiler can also generate class files. . Install the gcj-5-jdk package for a more complete SDK environment. Package: gcj-5-jdk Description-md5: 4dd080bc432002fe5f9359aef3f3f988 Description-en: GCJ and Classpath development tools for Java(TM) GCJ is a front end to the GCC compiler which can natively compile both Java(tm) source and bytecode files. The compiler can also generate class files. Other java development tools from classpath are included in this package. . The package contains as well a collection of wrapper scripts and symlinks. It is meant to provide a Java-SDK-like interface to the GCJ tool set. Package: gcj-5-jre Description-md5: 33bb6e364710093f6308dbe21c570d27 Description-en: Java runtime environment using GIJ/Classpath GIJ is a Java bytecode interpreter, not limited to interpreting bytecode. It includes a class loader which can dynamically load shared objects, so it is possible to give it the name of a class which has been compiled and put into a shared library on the class path. . The package contains as well a collection of wrapper scripts and symlinks. It is meant to provide a Java-RTE-like interface to the GIJ/GCJ tool set. Package: gcj-5-jre-headless Description-md5: b8134c13a4a7d7c52148d94bce341fa5 Description-en: Java runtime environment using GIJ/Classpath (headless version) GIJ is a Java bytecode interpreter, not limited to interpreting bytecode. It includes a class loader which can dynamically load shared objects, so it is possible to give it the name of a class which has been compiled and put into a shared library on the class path. . The package contains as well a collection of wrapper scripts and symlinks. It is meant to provide a Java-RTE-like interface to the GIJ/GCJ tool set, limited to the headless tools and libraries. Package: gcj-5-jre-lib Description-md5: c6c8d4fc017cdac424e562b583372f96 Description-en: Java runtime library for use with gcj (jar files) This is the jar file that goes along with the gcj front end to gcc. Package: gdb Description-md5: 4f2b8eb95df2ba7a5b11e0301c48b8e4 Description-en: GNU Debugger GDB is a source-level debugger, capable of breaking programs at any specific line, displaying variable values, and determining where errors occurred. Currently, gdb supports C, C++, D, Objective-C, Fortran, Java, OpenCL C, Pascal, assembly, Modula-2, Go, and Ada. A must-have for any serious programmer. Package: gdb-dbg Description-md5: 05c70d8c7acf70940f1dea9622663742 Description-en: GNU Debugger (debug package) GDB is a source-level debugger, capable of breaking programs at any specific line, displaying variable values, and determining where errors occurred. Currently, gdb supports C, C++, D, Objective-C, Fortran, Java, OpenCL C, Pascal, assembly, Modula-2, Go, and Ada. A must-have for any serious programmer. . This package contains the detached debugging symbols for the GNU GDB. Package: gdb-doc Description-md5: 0b65afd451aa44bbf02455b1cdae06a9 Description-en: The GNU Debugger Documentation GDB is a source-level debugger, capable of breaking programs at any specific line, displaying variable values, and determining where errors occurred. Currently, it works for C, C++, Fortran, Modula 2 and Java programs. A must-have for any serious programmer. . This package contains the GDB manual. Package: gdbserver Description-md5: 883ab8a4c88e4e7893ca5e20099104e3 Description-en: GNU Debugger (remote server) GDB is a source-level debugger, capable of breaking programs at any specific line, displaying variable values, and determining where errors occurred. Currently, gdb supports C, C++, D, Objective-C, Fortran, Java, OpenCL C, Pascal, assembly, Modula-2, Go, and Ada. A must-have for any serious programmer. . This package contains gdbserver. Install this to debug remotely from another system where GDB is installed. Package: gfortran-5 Description-md5: 5dd93c5d21d0717205bc5a3b538b0ca2 Description-en: GNU Fortran compiler This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gfortran-5-doc Description-md5: 17a01a9ada93e104865a01e6615e2401 Description-en: Documentation for the GNU Fortran compiler (gfortran) Documentation for the GNU Fortran compiler in info format. Package: gfortran-5-multilib Description-md5: ad5cf91f123889c593b105572b4a958c Description-en: GNU Fortran compiler (multilib support) This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: ghostscript Description-md5: 3b69f5ec8191e8f0d88dd3e30e7b1b69 Description-en: interpreter for the PostScript language and for PDF GPL Ghostscript is used for PostScript/PDF preview and printing. Usually as a back-end to a program such as ghostview, it can display PostScript and PDF documents in an X11 environment. . Furthermore, it can render PostScript and PDF files as graphics to be printed on non-PostScript printers. Supported printers include common dot-matrix, inkjet and laser models. Package: ghostscript-dbg Description-md5: b88404b3189bdd4e7a7b79221e98739c Description-en: interpreter for the PostScript language and for PDF - Debug symbols GPL Ghostscript is used for PostScript/PDF preview and printing. Usually as a back-end to a program such as ghostview, it can display PostScript and PDF documents in an X11 environment. . This package contains the debugging symbols for ghostscript, ghostscript-x, ghostscript-cups and libgs9. Package: ghostscript-doc Description-md5: 772951004a1a824bee59da206fba24e2 Description-en: interpreter for the PostScript language and for PDF - Documentation GPL Ghostscript is used for PostScript/PDF preview and printing. Usually as a back-end to a program such as ghostview, it can display PostScript and PDF documents in an X11 environment. . This package contains documentation for GPL Ghostscript, mainly targeted developers and advanced users. Package: ghostscript-x Description-md5: 5f6f4265cecdf5f91c519e5f197328b3 Description-en: interpreter for the PostScript language and for PDF - X11 support GPL Ghostscript is used for PostScript/PDF preview and printing. Usually as a back-end to a program such as ghostview, it can display PostScript and PDF documents in an X11 environment. . This package contains the GPL Ghostscript output device for X11. Package: giflib-dbg Description-md5: 7f99d5bf219b9cacea03ecc7f02fb695 Description-en: library for GIF images (debug) GIFLIB is a package of portable tools and library routines for working with GIF images. . This package contains the debugging symbols. Package: giflib-tools Description-md5: a19e8498a460f459fbf8306ec5aabc61 Description-en: library for GIF images (utilities) GIFLIB is a package of portable tools and library routines for working with GIF images. . This package contains additional utilities. Package: gir1.2-accountsservice-1.0 Description-md5: 3e307108d5acfea1c79fd66a238baaf2 Description-en: GObject introspection data for AccountService The AccountService project provides a set of D-Bus interfaces for querying and manipulating user account information and an implementation of these interfaces, based on the useradd, usermod and userdel commands. . This package provides the introspection data for the AccountService library. Package: gir1.2-appstream Description-md5: d8e6b6c7a896ab1da0ce47fb8b9dcbe7 Description-en: Library to access AppStream services (introspection data) AppStream is a cross-distribution effort for creating and sharing metadata of software components available in the package repositories of a distribution. It provides specifications for an unified software component metadata format and provides tools to read, write and validate the metadata. . This package contains introspection data for the AppStream library. Package: gir1.2-appstreamglib-1.0 Description-md5: 5c470e9895465da5de82ce57f0c8435a Description-en: GObject introspection data for the libappstream-glib library AppStream is a cross-distribution effort for creating and sharing metadata about software components available in the package repositories of a distribution. . This package contains introspection data for the libappstream-glib library. Package: gir1.2-bamf-3 Description-md5: 3b453325c374db76b542a9f2cc19639d Description-en: GObject introspection data for the Bamf library This package contains introspection data for the Bamf library. . It can be used by packages using the GIRepository format to generate dynamic bindings. Package: gir1.2-dbusmenu-glib-0.4 Description-md5: 178deafecf0710d3aefd7dd5299fab54 Description-en: typelib file for libdbusmenu-glib4 libdbusmenu passes a menu structure across DBus so that a program can create a menu simply without worrying about how it is displayed on the other side of the bus. . This package can be used by other packages using the GIRepository format to generate dynamic bindings for libdbusmenu-glib4. Package: gir1.2-dbusmenu-gtk-0.4 Description-md5: 3f3980e25152e413f88a2d127cddbec2 Description-en: typelib file for libdbusmenu-gtk4 libdbusmenu passes a menu structure across DBus so that a program can create a menu simply without worrying about how it is displayed on the other side of the bus. . This package can be used by other packages using the GIRepository format to generate dynamic bindings for libdbusmenu-gtk4. Package: gir1.2-dbusmenu-gtk3-0.4 Description-md5: d3860f813354e5bde7033c08ab9c38eb Description-en: typelib file for libdbusmenu-gtk3-4 libdbusmenu passes a menu structure across DBus so that a program can create a menu simply without worrying about how it is displayed on the other side of the bus. . This package can be used by other packages using the GIRepository format to generate dynamic bindings for libdbusmenu-gtk4. Package: gir1.2-fcitx-1.0 Description-md5: 81c861fe695031dc250177db067b4d03 Description-en: Flexible Input Method Framework - GObject introspection Fcitx is a input method framework with extension support, which provides an interface for entering characters of different scripts in applications using a variety of mapping systems. . It offers a pleasant and modern experience, with intuitive graphical configuration tools and customizable skins and mapping tables. It is highly modularized and extensible, with GTK+ 2/3 and Qt4 IM Modules, support for UIs based on Fbterm, pure Xlib, GTK+, or KDE, and a developer-friendly API. . This package can be used by other packages using the GIRepository format to generate dynamic bindings. Package: gir1.2-gdkpixbuf-2.0 Description-md5: 3ea1af7270ed1e5298c960b834579512 Description-en: GDK Pixbuf library - GObject-Introspection The GDK Pixbuf library provides: - Image loading and saving facilities. - Fast scaling and compositing of pixbufs. - Simple animation loading (ie. animated GIFs) . It can be used by packages using the GIRepository format to generate dynamic bindings. Package: gir1.2-gmenu-3.0 Description-md5: 5d8df3e18602842907166fd6393f2e1c Description-en: GObject introspection data for the GNOME menu library This package contains introspection data for GNOME menu, an implementation of the desktop menu specification from freedesktop.org. . It can be used by languages supporting dynamic bindings with the GIRepository format. Package: gir1.2-gst-plugins-base-1.0 Description-md5: 3d52c64e6869be4dd2250690fc8d724f Description-en: GObject introspection data for the GStreamer Plugins Base library This package contains introspection data for the GStreamer Plugins Base library. . GStreamer is a streaming media framework, based on graphs of filters which operate on media data. Applications using this library can do anything from real-time sound processing to playing videos, and just about anything else media-related. Its plugin-based architecture means that new data types or processing capabilities can be added simply by installing new plug-ins. . It can be used by packages using the GIRepository format to generate dynamic bindings. Package: gir1.2-gstreamer-1.0 Description-md5: 690d41f7ae6f89096e0ae65e4d4ffe68 Description-en: GObject introspection data for the GStreamer library This package contains introspection data for the GStreamer streaming media framework. . GStreamer is a streaming media framework, based on graphs of filters which operate on media data. Applications using this library can do anything from real-time sound processing to playing videos, and just about anything else media-related. Its plugin-based architecture means that new data types or processing capabilities can be added simply by installing new plug-ins. . It can be used by packages using the GIRepository format to generate dynamic bindings. Package: gir1.2-gtk-3.0 Description-md5: f16f9e8db01aaaf8ce43a52cf10f4f37 Description-en: GTK+ graphical user interface library -- gir bindings GTK+ is a multi-platform toolkit for creating graphical user interfaces. Offering a complete set of widgets, GTK+ is suitable for projects ranging from small one-off tools to complete application suites. . This package can be used by other packages using the GIRepository format to generate dynamic bindings. Package: gir1.2-gweather-3.0 Description-md5: 638795aed97665a2afa63aa4e60c5689 Description-en: GObject introspection data for the GWeather library libgweather is a library to access weather information from online services for numerous locations. . This package contains introspection data for the GWeather library. . It can be used by packages using the GIRepository format to generate dynamic bindings. Package: gir1.2-harfbuzz-0.0 Description-md5: 73d49920d5dd518c9cf268c2ffa20d38 Description-en: OpenType text shaping engine (GObject introspection data) HarfBuzz is an implementation of the OpenType Layout engine (aka layout engine) and the script-specific logic (aka shaping engine). . This package contains introspection data for the GObject bindings library. Package: gir1.2-javascriptcoregtk-4.0 Description-md5: 68b0b0dd622aa930cbd3061a0f9d452d Description-en: JavaScript engine library from WebKitGTK+ - GObject introspection data JavaScriptCore is the JavaScript engine used in WebKit. It consists of the following building blocks: lexer, parser, start-up interpreter (LLInt), baseline JIT, a low-latency optimizing JIT (DFG), and a high-throughput optimizing JIT (FTL). . This build comes from the GTK+ port of WebKit (API version 4.0). . This package contains the introspection data, which can be used by packages using the GIRepository format to generate dynamic bindings. Package: gir1.2-lightdm-1 Description-md5: 15edc3a87b41d0dccba5699c5b28aa73 Description-en: Typelib file for liblightdm-1 A GObject based library for LightDM clients to use to interface with LightDM. 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: gir1.2-nautilus-3.0 Description-md5: c96feb0c498fde4a37f1e7aa9514778c Description-en: libraries for nautilus components - gir bindings Nautilus is the official file manager and graphical shell for the GNOME desktop. . This package can be used by other packages using the GIRepository format to generate dynamic bindings. Package: gir1.2-networkmanager-1.0 Description-md5: 1a7cb995cf66551c57433bbaf46aee25 Description-en: GObject introspection data for NetworkManager NetworkManager is a system network service that manages your network devices and connections, attempting to keep active network connectivity when available. It manages ethernet, WiFi, mobile broadband (WWAN), and PPPoE devices, and provides VPN integration with a variety of different VPN services. . This package contains introspection data for NetworkManager. . It can be used by packages using the GIRepository format to generate dynamic bindings. Package: gir1.2-nma-1.0 Description-md5: 299bb7fd7063b46a12b82d251f5d76b1 Description-en: GObject introspection data for libnma The libnma library provides Gtk+ dialogs for NetworkManager. . This package contains introspection data for libnma. . It can be used by packages using the GIRepository format to generate dynamic bindings. Package: gir1.2-nmgtk-1.0 Description-md5: 5b233633d48d6b12db47e9741931fc50 Description-en: GObject introspection data for libnm-gtk The libnm-gtk library provides Gtk+ dialogs for NetworkManager. . This package contains introspection data for libnm-gtk. . It can be used by packages using the GIRepository format to generate dynamic bindings. Package: gir1.2-packagekitglib-1.0 Description-md5: 58dad6540a9f05da7569c62ae80d0533 Description-en: GObject introspection data for the PackageKit GLib library PackageKit allows performing simple software management tasks over a DBus interface e.g. refreshing the cache, updating, installing and removing software packages or searching for multimedia codecs and file handlers. . This package contains introspection data for the PackageKit GLib interface library. . It can be used by packages using the GIRepository format to generate dynamic bindings. Package: gir1.2-poppler-0.18 Description-md5: 6b6381807b3c5b1b31f06935b5817c74 Description-en: GObject introspection data for poppler-glib Poppler is a PDF rendering library based on Xpdf PDF viewer. . This package contains introspection data for poppler-glib. . It can be used by packages using the GIRepository format to generate dynamic bindings. Package: gir1.2-snapd-1 Description-md5: 2c7b46d6303bc4d978c354a962383116 Description-en: Typelib file for libsnapd-glib1 Snapd-Glib is a library for accessing the snapd daemon. Package: gir1.2-soup-2.4 Description-md5: 538da50445bc19b8ea14ae946fa95a44 Description-en: GObject introspection data for the libsoup HTTP library This package contains introspection data for the libsoup HTTP library. . libsoup uses the Glib main loop and is designed to work well with GTK+ applications. This enables GNOME applications to access HTTP servers on the network in a completely asynchronous fashion, very similar to the GTK+ programming model (a synchronous operation mode is also supported for those who want it). . It can be used by packages using the GIRepository format to generate dynamic bindings. Package: gir1.2-tracker-1.0 Description-md5: f41e9e06cc975380f344c01c59c7ac8c Description-en: GObject introspection data for Tracker This package contains introspection data for libtracker-control, libtracker-miner and libtracker-sparql. . It can be used by packages using the GIRepository format to generate dynamic bindings . Tracker is an advanced framework for first class objects with associated metadata and tags. It provides a one stop solution for all metadata, tags, shared object databases, search tools and indexing. Package: gir1.2-unity-5.0 Description-md5: 162c569a3952f4e1717dfc2d72f6bb6c Description-en: GObject introspection data for the Unity library This package contains introspection data for the Unity library. . It can be used by packages using the GIRepository format to generate dynamic bindings. Package: gir1.2-upowerglib-1.0 Description-md5: e44c29e9141611d185719724f06044c0 Description-en: GObject introspection data for upower upower provides an interface to enumerate power sources on the system and control system-wide power management. Any application can access the org.freedesktop.UPower service on the system message bus. Some operations (such as suspending the system) are restricted using PolicyKit. . This package contains introspection data for upower. . It can be used by packages using the GIRepository format to generate dynamic bindings. Package: gir1.2-webkit2-4.0 Description-md5: b100ca8792f22068ef8de8307d68f074 Description-en: Web content engine library for GTK+ - GObject introspection data WebKit is a web content engine, derived from KHTML and KJS from KDE, and used primarily in Apple's Safari browser. It is made to be embedded in other applications, such as mail readers, or web browsers. . It is able to display content such as HTML, SVG, XML, and others. It also supports DOM, XMLHttpRequest, XSLT, CSS, JavaScript/ECMAScript and more. . WebKit2 is an API layer for WebKit designed from the ground up to support a split process model, where the web content lives in a separate process from the application UI. . This build comes from the GTK+ port of WebKit (API version 4.0). . This package contains introspection data, which can be used by packages using the GIRepository format to generate dynamic bindings. Package: glib-networking Description-md5: dce7ee23bcf70829c58fe6f9a749eca7 Description-en: network-related giomodules for GLib This package contains various network related extensions for the GIO library. Package: glib-networking-common Description-md5: 53a1d4e1dd58e8fb13abe57894840f62 Description-en: network-related giomodules for GLib - data files This package contains data files and translations for the GIO network extensions in glib-networking. Package: glib-networking-dbg Description-md5: b6d3f8f2df66550f6d6317646b5d1ee2 Description-en: network-related giomodules for GLib - debugging symbols This package contains the debugging symbols for the GIO extensions and D-Bus services in glib-networking. Package: glib-networking-services Description-md5: 365372e1c223a507a4114d685b245121 Description-en: network-related giomodules for GLib - D-Bus services This package contains D-Bus services that are used by the GIO network extensions in glib-networking, for actions that need to be done in a separate process. 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: gnome-calculator Description-md5: edf337f4e3963467c2997a13fc81ad2a Description-en: GNOME desktop calculator The GNOME calculator is a powerful graphical calculator with financial, logical and scientific modes. It uses a multiple precision package to do its arithmetic to give a high degree of accuracy. Package: gnome-calendar Description-md5: 13e1cc2e339fc76ade59c93ff99cff33 Description-en: Calendar application for GNOME GNOME Calendar is a simple and beautiful calendar application designed to perfectly fit the GNOME desktop. By reusing the components which the GNOME desktop is build on, Calendar nicely integrates with the GNOME ecosystem. Package: gnome-font-viewer Description-md5: 45d5c8d2f724b76011b8cba2eec0f28d Description-en: font viewer for GNOME This program can preview fonts and create thumbnails for fonts. Package: gnome-menus Description-md5: 340ecd22d4f56c95b252e114631d7311 Description-en: GNOME implementation of the freedesktop menu specification The package contains an implementation of the draft "Desktop Menu Specification" from freedesktop.org: . http://www.freedesktop.org/Standards/menu-spec . Also contained here are the GNOME menu layout configuration files, .directory files and assorted menu related utility programs. Package: gnome-session-bin Description-md5: 4c2133392307e0ef72a944d936883f7d Description-en: GNOME Session Manager - Minimal runtime The GNOME Session Manager is in charge of starting the core components of the GNOME desktop, and applications that should be launched at login time. It also features a way to save and restore currently running applications. . This package contains the binaries for the GNOME Session Manager, but no startup scripts. It is meant for those willing to start gnome-session by hand with the components of their choice, and for applications such as GDM that use gnome-session internally. Package: gnome-session-common Description-md5: 4e4f4b98eb1049a0a4a28d994692754e Description-en: GNOME Session Manager - common files The GNOME Session Manager is in charge of starting the core components of the GNOME desktop, and applications that should be launched at login time. It also features a way to save and restore currently running applications. . This package contains the translations, data files and startup scripts which are common to the GNOME and GNOME fallback sessions. Package: gnome-settings-daemon-dev Description-md5: 7da21b55f83cd4a428a2bd849fda6b81 Description-en: Headers for building applications communicating with gnome-settings-daemon This package contains header files required to build applications that communicate with the GNOME settings daemon over D-Bus. Package: gnome-settings-daemon-schemas Description-md5: a578d96b60fe617a3adcc1429e6531f4 Description-en: gnome-settings-daemon schemas This package contains the schemas used by gnome-settings-daemon Package: gnome-software Description-md5: c18037138f62996f54244e20a5eee15b Description-en: Software Center for GNOME Software lets you install and update applications and system extensions. . Software uses a plugin architecture to separate the frontend from the technologies that are used underneath. Currently, a PackageKit plugin provides data from a number of traditional packaging systems, such as rpm or apt. An appdata plugin provides additional metadata from locally installed data in the appdata format. Package: gnome-software-common Description-md5: 43f1646628c43b1282b3e952a99b2780 Description-en: Software Center for GNOME (common files) Software lets you install and update applications and system extensions. . Software uses a plugin architecture to separate the frontend from the technologies that are used underneath. Currently, a PackageKit plugin provides data from a number of traditional packaging systems, such as rpm or apt. An appdata plugin provides additional metadata from locally installed data in the appdata format. . This package contains the architectures independent files Package: gnome-sudoku Description-md5: 36f1efc2746ddf39c8f11ff90893cc96 Description-en: Sudoku puzzle game for GNOME This is an application for playing the popular sudoku logic puzzle game, in which one must fill a 9 by 9 square with the correct digits. . It features automatic puzzle generation, saving and restoring games, annotations, trackers, and much more. Package: gnome-system-monitor Description-md5: bb5488674b14e5248e88189686b54d2d Description-en: Process viewer and system resource monitor for GNOME This package allows you to graphically view and manipulate the running processes on your system. It also provides an overview of available resources such as CPU and memory. Package: gnupg Description-md5: f9c3b47becaeff9b3854707a8cb94146 Description-en: GNU privacy guard - a free PGP replacement GnuPG is GNU's tool for secure communication and data storage. It can be used to encrypt data and to create digital signatures. It includes an advanced key management facility and is compliant with the proposed OpenPGP Internet standard as described in RFC 4880. . GnuPG 1.4 is the standalone, non-modularized series. In contrast to the version 2 series, shipped with the gnupg2 package, it comes with no support for S/MIME and some other tools useful for desktop environments, but also with less dependencies. . The gnupg package is built without libcurl. So it does not support HKPS keyservers. Install the gnupg-curl package if you want to use the keyserver helper tools built with libcurl and supporting HKPS. Package: gnupg-dbg Description-md5: af815ae70587de382c27f65e823aadeb Description-en: debugging symbols for gnupg GnuPG is GNU's tool for secure communication and data storage. . This package contains the debugging symbols for gnupg, gpgv, and gnupg-curl. Package: gnutls-doc Description-md5: 3d0c920b8ba039f888a1558ef32409d6 Description-en: GNU TLS library - documentation and examples GnuTLS is a portable library which implements the Transport Layer Security (TLS 1.0, 1.1, 1.2) and Secure Sockets Layer (SSL) 3.0 and Datagram Transport Layer Security (DTLS 1.0, 1.2) protocols. . GnuTLS features support for: - TLS extensions: server name indication, max record size, opaque PRF input, etc. - authentication using the SRP protocol. - authentication using both X.509 certificates and OpenPGP keys. - TLS Pre-Shared-Keys (PSK) extension. - Inner Application (TLS/IA) extension. - X.509 and OpenPGP certificate handling. - X.509 Proxy Certificates (RFC 3820). - all the strong encryption algorithms (including SHA-256/384/512 and Camellia (RFC 4132)). . This package contains all the GnuTLS documentation. Package: golang-1.6 Description-md5: 8650a23f44e2d60a785ad3123733d6d8 Description-en: Go programming language compiler - metapackage The Go programming language is an open source project to make programmers more productive. Go is expressive, concise, clean, and efficient. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel type system enables flexible and modular program construction. Go compiles quickly to machine code yet has the convenience of garbage collection and the power of run-time reflection. It's a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language. . This package is a metapackage that, when installed, guarantees that (most of) a full Go development environment is installed. Package: golang-1.6-doc Description-md5: c56cb747f65b0bf2f5cac5edc1d0e9a5 Description-en: Go programming language - documentation The Go programming language is an open source project to make programmers more productive. Go is expressive, concise, clean, and efficient. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel type system enables flexible and modular program construction. Go compiles quickly to machine code yet has the convenience of garbage collection and the power of run-time reflection. It's a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language. . This package provides the documentation for the Go programming language. You can view the formatted documentation by running "godoc --http=:6060", and then visiting http://localhost:6060/doc/install.html. Package: golang-1.6-go Description-md5: 9791676e1d7825e569bdb76ce1ad2e08 Description-en: Go programming language compiler, linker, compiled stdlib The Go programming language is an open source project to make programmers more productive. Go is expressive, concise, clean, and efficient. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel type system enables flexible and modular program construction. Go compiles quickly to machine code yet has the convenience of garbage collection and the power of run-time reflection. It's a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language. . This package provides an assembler, compiler, linker, and compiled libraries for the Go programming language. . Go supports cross-compilation, but as of Go 1.5, it is no longer necessary to pre-compile the standard library inside GOROOT for cross-compilation to work. Package: golang-1.6-src Description-md5: 541938e00b2a0c85f1fbae617a75fcd4 Description-en: Go programming language - source files The Go programming language is an open source project to make programmers more productive. Go is expressive, concise, clean, and efficient. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel type system enables flexible and modular program construction. Go compiles quickly to machine code yet has the convenience of garbage collection and the power of run-time reflection. It's a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language. . This package provides the Go programming language source files needed for cross-compilation. Package: golang-github-dustinkirkland-golang-petname-dev Description-md5: c1c5b0107363b968942c75383ffccce2 Description-en: golang library for generating pronouncable, memorable, pet names This is a metapackage for golang-petname-dev, which adheres to the naming convention. Package: golang-github-lxc-lxd-dev Description-md5: bf546539c311f366eeb0ad488709554f Description-en: Container hypervisor based on LXC - go source LXD offers a REST API to remotely manage containers over the network, using an image based workflow and with support for live migration. . This package contains the source tree of the lxd project. Package: golang-github-snapcore-snapd-dev Description-md5: a2d3a19f6630f9476511151dac13666a Description-en: snappy development go packages. Use these to use the snappy API. Package: golang-github-ubuntu-core-snappy-dev Description-md5: 1f317b04f78374dba7d1e14def0b7f80 Description-en: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: golang-gopkg-lxc-go-lxc.v2-dev Description-md5: 286ccab2bcd8b908d976e308a359aa67 Description-en: Go bindings for LXC This package contains the source tree of the go-lxc project. go-lxc is a liblxc1 binding for the Go language using cgo and the LXC C library. Package: golang-petname-dev Description-md5: f5af73b60d4ec26c5c835719bcece7a0 Description-en: golang library for generating pronouncable, memorable, pet names This package provides a library for generating "pet names", consisting of a random combination of an adverb, adjective, and proper name. These are useful for unique hostnames, for instance. The default packaging contains about 2000 names, 1300 adjectives, and 4000 adverbs, yielding nearly 10 billion unique combinations, covering over 32 bits of unique namespace. As such, PetName tries to follow the tenets of Zooko's triangle: names are human meaningful, decentralized, and secure. Package: gpgv Description-md5: 19709c7fc27595437225fd34d295b347 Description-en: GNU privacy guard - signature verification tool GnuPG is GNU's tool for secure communication and data storage. . gpgv is a stripped-down version of gnupg which is only able to check signatures. It is smaller than the full-blown gnupg and uses a different (and simpler) way to check that the public keys used to make the signature are trustworthy. Package: grep Description-md5: f9188c5583d41955f3b3fe60b9d445f1 Description-en: GNU grep, egrep and fgrep 'grep' is a utility to search for text in files; it can be used from the command line or in scripts. Even if you don't want to use it, other packages on your system probably will. . The GNU family of grep utilities may be the "fastest grep in the west". GNU grep is based on a fast lazy-state deterministic matcher (about twice as fast as stock Unix egrep) hybridized with a Boyer-Moore-Gosper search for a fixed string that eliminates impossible text from being considered by the full regexp matcher without necessarily having to look at every character. The result is typically many times faster than Unix grep or egrep. (Regular expressions containing backreferencing will run more slowly, however.) Package: grub-common Description-md5: 6e1c01c5245ffb9578aee58ee944229b Description-en: GRand Unified Bootloader (common files) This package contains common files shared by the distinct flavours of GRUB. It is shared between GRUB Legacy and GRUB 2, although a number of files specific to GRUB 2 are here as long as they do not break GRUB Legacy. Package: grub-efi Description-md5: ab0258bbb994f6742ad233346c11cf50 Description-en: GRand Unified Bootloader, version 2 (dummy package) This is a dummy transitional package that depends on either grub-efi-ia32 or grub-efi-amd64, depending on the architecture. Package: grub-efi-amd64 Description-md5: 1ec69fc2c3202308968b8f3288b1500c Description-en: GRand Unified Bootloader, version 2 (EFI-AMD64 version) GRUB is a portable, powerful bootloader. This version of GRUB is based on a cleaner design than its predecessors, and provides the following new features: . - Scripting in grub.cfg using BASH-like syntax. - Support for modern partition maps such as GPT. - Modular generation of grub.cfg via update-grub. Packages providing GRUB add-ons can plug in their own script rules and trigger updates by invoking update-grub. . This package contains a version of GRUB that has been built for use with EFI-AMD64 architecture, such as the one provided by Intel Macs (that is, unless a BIOS interface has been activated). Package: grub-efi-amd64-bin Description-md5: 598ec5b1a14f26c488bd7d7079c3e538 Description-en: GRand Unified Bootloader, version 2 (EFI-AMD64 binaries) GRUB is a portable, powerful bootloader. This version of GRUB is based on a cleaner design than its predecessors, and provides the following new features: . - Scripting in grub.cfg using BASH-like syntax. - Support for modern partition maps such as GPT. - Modular generation of grub.cfg via update-grub. Packages providing GRUB add-ons can plug in their own script rules and trigger updates by invoking update-grub. . This package contains a version of GRUB that has been built for use with EFI-AMD64 architecture, such as the one provided by Intel Macs (that is, unless a BIOS interface has been activated). It will not automatically install GRUB as the active boot loader, nor will it automatically update grub.cfg on upgrade, so most people should install grub-efi-amd64 instead. Package: grub-efi-amd64-dbg Description-md5: 01a50868394847340399eb4743e46af0 Description-en: GRand Unified Bootloader, version 2 (EFI-AMD64 debug files) This package contains debugging files for grub-efi-amd64-bin. You only need these if you are trying to debug GRUB using its GDB stub. Package: grub-efi-amd64-signed Description-md5: e51baf79d7fed18d4cd4c2b834b9958b Description-en: GRand Unified Bootloader, version 2 (EFI-AMD64 version, signed) GRUB is a portable, powerful bootloader. This version of GRUB is based on a cleaner design than its predecessors, and provides the following new features: . - Scripting in grub.cfg using BASH-like syntax. - Support for modern partition maps such as GPT. - Modular generation of grub.cfg via update-grub. Packages providing GRUB add-ons can plug in their own script rules and trigger updates by invoking update-grub. . This package contains a version of GRUB built for use with the EFI-AMD64 architecture, signed with Canonical's UEFI signing key. Package: grub-efi-ia32 Description-md5: 0b211963be056bf8e983c31763cd0a45 Description-en: GRand Unified Bootloader, version 2 (EFI-IA32 version) GRUB is a portable, powerful bootloader. This version of GRUB is based on a cleaner design than its predecessors, and provides the following new features: . - Scripting in grub.cfg using BASH-like syntax. - Support for modern partition maps such as GPT. - Modular generation of grub.cfg via update-grub. Packages providing GRUB add-ons can plug in their own script rules and trigger updates by invoking update-grub. . This package contains a version of GRUB that has been built for use with EFI-IA32 architecture, such as the one provided by Intel Macs (that is, unless a BIOS interface has been activated). Package: grub-efi-ia32-bin Description-md5: 9f83262e22d6097ee9567fff6e1de4bb Description-en: GRand Unified Bootloader, version 2 (EFI-IA32 binaries) GRUB is a portable, powerful bootloader. This version of GRUB is based on a cleaner design than its predecessors, and provides the following new features: . - Scripting in grub.cfg using BASH-like syntax. - Support for modern partition maps such as GPT. - Modular generation of grub.cfg via update-grub. Packages providing GRUB add-ons can plug in their own script rules and trigger updates by invoking update-grub. . This package contains a version of GRUB that has been built for use with EFI-IA32 architecture, such as the one provided by Intel Macs (that is, unless a BIOS interface has been activated). It will not automatically install GRUB as the active boot loader, nor will it automatically update grub.cfg on upgrade, so most people should install grub-efi-ia32 instead. Package: grub-efi-ia32-dbg Description-md5: 985cf475352ed91c8a577b3365c0062f Description-en: GRand Unified Bootloader, version 2 (EFI-IA32 debug files) This package contains debugging files for grub-efi-ia32-bin. You only need these if you are trying to debug GRUB using its GDB stub. Package: grub-ieee1275 Description-md5: 2c687718a62801e41cd0aa29811470e4 Description-en: GRand Unified Bootloader, version 2 (Open Firmware version) GRUB is a portable, powerful bootloader. This version of GRUB is based on a cleaner design than its predecessors, and provides the following new features: . - Scripting in grub.cfg using BASH-like syntax. - Support for modern partition maps such as GPT. - Modular generation of grub.cfg via update-grub. Packages providing GRUB add-ons can plug in their own script rules and trigger updates by invoking update-grub. . This package contains a version of GRUB that has been built for use with Open Firmware implementations. Package: grub-ieee1275-bin Description-md5: 2aa28ecd15d342ed322b1e1858743f29 Description-en: GRand Unified Bootloader, version 2 (Open Firmware binaries) GRUB is a portable, powerful bootloader. This version of GRUB is based on a cleaner design than its predecessors, and provides the following new features: . - Scripting in grub.cfg using BASH-like syntax. - Support for modern partition maps such as GPT. - Modular generation of grub.cfg via update-grub. Packages providing GRUB add-ons can plug in their own script rules and trigger updates by invoking update-grub. . This package contains a version of GRUB that has been built for use with Open Firmware implementations. It will not automatically install GRUB as the active boot loader, nor will it automatically update grub.cfg on upgrade, so most people should install grub-ieee1275 instead. Package: grub-ieee1275-dbg Description-md5: 3e4b991fd886a5a8442d2e484c000e45 Description-en: GRand Unified Bootloader, version 2 (Open Firmware debug files) This package contains debugging files for grub-ieee1275-bin. You only need these if you are trying to debug GRUB using its GDB stub. Package: grub-legacy-ec2 Description-md5: e5f8ea347000ef0d0aedb42c000e0b9c Description-en: Handles update-grub for ec2 instances EC2 instances that use grub-legacy as a bootloader need a way to keep /boot/grub/menu.lst up to date while not conflicting with grub-pc. This package provides that. Package: grub-pc Description-md5: 7cb7fdca20b02381c6123a250be96bab Description-en: GRand Unified Bootloader, version 2 (PC/BIOS version) GRUB is a portable, powerful bootloader. This version of GRUB is based on a cleaner design than its predecessors, and provides the following new features: . - Scripting in grub.cfg using BASH-like syntax. - Support for modern partition maps such as GPT. - Modular generation of grub.cfg via update-grub. Packages providing GRUB add-ons can plug in their own script rules and trigger updates by invoking update-grub. - VESA-based graphical mode with background image support and complete 24-bit color set. - Support for extended charsets. Users can write UTF-8 text to their menu entries. . This package contains a version of GRUB that has been built for use with traditional PC/BIOS architecture. Package: grub-pc-bin Description-md5: d3fd4372607d45553d46ed1fecfb4f99 Description-en: GRand Unified Bootloader, version 2 (PC/BIOS binaries) GRUB is a portable, powerful bootloader. This version of GRUB is based on a cleaner design than its predecessors, and provides the following new features: . - Scripting in grub.cfg using BASH-like syntax. - Support for modern partition maps such as GPT. - Modular generation of grub.cfg via update-grub. Packages providing GRUB add-ons can plug in their own script rules and trigger updates by invoking update-grub. - VESA-based graphical mode with background image support and complete 24-bit color set. - Support for extended charsets. Users can write UTF-8 text to their menu entries. . This package contains a version of GRUB that has been built for use with traditional PC/BIOS architecture. It will not automatically install GRUB as the active boot loader, nor will it automatically update grub.cfg on upgrade, so most people should install grub-pc instead. Package: grub-pc-dbg Description-md5: 7c0972b8a14a3f1091b6056556730eb4 Description-en: GRand Unified Bootloader, version 2 (PC/BIOS debug files) This package contains debugging files for grub-pc-bin. You only need these if you are trying to debug GRUB using its GDB stub. Package: grub-xen Description-md5: e5f5bd7dbe07e28d8c9a50b4c9b49ada Description-en: GRand Unified Bootloader, version 2 (Xen version) GRUB is a portable, powerful bootloader. This version of GRUB is based on a cleaner design than its predecessors, and provides the following new features: . - Scripting in grub.cfg using BASH-like syntax. - Support for modern partition maps such as GPT. - Modular generation of grub.cfg via update-grub. Packages providing GRUB add-ons can plug in their own script rules and trigger updates by invoking update-grub. . This package contains a version of GRUB that has been built for use with the Xen hypervisor (i.e. PV-GRUB). Package: grub-xen-bin Description-md5: f5cc81c0440ba3a440462606e825c347 Description-en: GRand Unified Bootloader, version 2 (Xen binaries) GRUB is a portable, powerful bootloader. This version of GRUB is based on a cleaner design than its predecessors, and provides the following new features: . - Scripting in grub.cfg using BASH-like syntax. - Support for modern partition maps such as GPT. - Modular generation of grub.cfg via update-grub. Packages providing GRUB add-ons can plug in their own script rules and trigger updates by invoking update-grub. . This package contains a version of GRUB that has been built for use with the Xen hypervisor (i.e. PV-GRUB). It will not automatically install GRUB as the active boot loader, nor will it automatically update grub.cfg on upgrade, so most people should install grub-xen instead. Package: grub-xen-dbg Description-md5: 08653de052a0b5d9f21f8d2925bd514b Description-en: GRand Unified Bootloader, version 2 (Xen debug files) This package contains debugging files for grub-xen-bin. You only need these if you are trying to debug GRUB using its GDB stub. Package: grub2-common Description-md5: a969e6536e745e177a340b30bdb5ba3f Description-en: GRand Unified Bootloader (common files for version 2) This package contains common files shared by the distinct flavours of GRUB. The files in this package are specific to GRUB 2, and would break GRUB Legacy if installed on the same system. Package: gstreamer1.0-alsa Description-md5: 339f038172c486f3cef220df0c0e5ac4 Description-en: GStreamer plugin for ALSA GStreamer is a streaming media framework, based on graphs of filters which operate on media data. Applications using this library can do anything from real-time sound processing to playing videos, and just about anything else media-related. Its plugin-based architecture means that new data types or processing capabilities can be added simply by installing new plug-ins. . This package contains the GStreamer plugin for the ALSA library. ALSA is the Advanced Linux Sound Architecture. Package: gstreamer1.0-doc Description-md5: 2274936f9039765c43e33252ae21527d Description-en: GStreamer core documentation and manuals GStreamer is a streaming media framework, based on graphs of filters which operate on media data. Applications using this library can do anything from real-time sound processing to playing videos, and just about anything else media-related. Its plugin-based architecture means that new data types or processing capabilities can be added simply by installing new plug-ins. . This package contains documentation for core libraries and elements as well as: * the GStreamer Manual * the GStreamer Plugin Writers Guide * Various API docs Package: gstreamer1.0-plugins-base Description-md5: 73eb82d2de7fe71e4455e1742423e3e3 Description-en: GStreamer plugins from the "base" set GStreamer is a streaming media framework, based on graphs of filters which operate on media data. Applications using this library can do anything from real-time sound processing to playing videos, and just about anything else media-related. Its plugin-based architecture means that new data types or processing capabilities can be added simply by installing new plug-ins. . This package contains the GStreamer plugins from the "base" set, an essential exemplary set of elements. Package: gstreamer1.0-plugins-base-apps Description-md5: 72cc51baa52c95f36129fb0f74a62970 Description-en: GStreamer helper programs from the "base" set GStreamer is a streaming media framework, based on graphs of filters which operate on media data. Applications using this library can do anything from real-time sound processing to playing videos, and just about anything else media-related. Its plugin-based architecture means that new data types or processing capabilities can be added simply by installing new plug-ins. . This package contains helper programs from the "base" set, an essential exemplary set of elements. Package: gstreamer1.0-plugins-base-dbg Description-md5: b7d3c79dd3992a2b1b542fa636eec13a Description-en: GStreamer plugins from the "base" set GStreamer is a streaming media framework, based on graphs of filters which operate on media data. Applications using this library can do anything from real-time sound processing to playing videos, and just about anything else media-related. Its plugin-based architecture means that new data types or processing capabilities can be added simply by installing new plug-ins. . This package contains unstripped shared libraries. It is provided primarily to provide a backtrace with names in a debugger, this makes it somewhat easier to interpret core dumps. The libraries are installed in /usr/lib/debug and are automatically used by gdb. Package: gstreamer1.0-plugins-base-doc Description-md5: aaf86bd34d894dca484623ae59419aad Description-en: GStreamer documentation for plugins from the "base" set GStreamer is a streaming media framework, based on graphs of filters which operate on media data. Applications using this library can do anything from real-time sound processing to playing videos, and just about anything else media-related. Its plugin-based architecture means that new data types or processing capabilities can be added simply by installing new plug-ins. . This package contains documentation for plugins from the "base" set, an essential exemplary set of elements. Package: gstreamer1.0-plugins-good Description-md5: 5af11b405c70a6a41fff183475cb6042 Description-en: GStreamer plugins from the "good" set GStreamer is a streaming media framework, based on graphs of filters which operate on media data. Applications using this library can do anything from real-time sound processing to playing videos, and just about anything else media-related. Its plugin-based architecture means that new data types or processing capabilities can be added simply by installing new plug-ins. . This package contains the GStreamer plugins from the "good" set, a set of good-quality plug-ins under the LGPL license. Package: gstreamer1.0-plugins-good-dbg Description-md5: 23ae3e3874bef9755952358103d2a3d3 Description-en: GStreamer plugins from the "good" set GStreamer is a streaming media framework, based on graphs of filters which operate on media data. Applications using this library can do anything from real-time sound processing to playing videos, and just about anything else media-related. Its plugin-based architecture means that new data types or processing capabilities can be added simply by installing new plug-ins. . This package contains unstripped shared libraries. It is provided primarily to provide a backtrace with names in a debugger, this makes it somewhat easier to interpret core dumps. The libraries are installed in /usr/lib/debug and are automatically used by gdb. Package: gstreamer1.0-plugins-good-doc Description-md5: 39674248e63796a3ad344a5d7425ad8f Description-en: GStreamer documentation for plugins from the "good" set GStreamer is a streaming media framework, based on graphs of filters which operate on media data. Applications using this library can do anything from real-time sound processing to playing videos, and just about anything else media-related. Its plugin-based architecture means that new data types or processing capabilities can be added simply by installing new plug-ins. . This package contains documentation for plugins from the "good" set, a set of good-quality plug-ins under the LGPL license. Package: gstreamer1.0-pulseaudio Description-md5: b4aa98329fafbb54ea588de42c256d78 Description-en: GStreamer plugin for PulseAudio GStreamer is a streaming media framework, based on graphs of filters which operate on media data. Applications using this library can do anything from real-time sound processing to playing videos, and just about anything else media-related. Its plugin-based architecture means that new data types or processing capabilities can be added simply by installing new plug-ins. . This package contains the GStreamer plugin for PulseAudio, a sound server for POSIX and WIN32 systems. Package: gstreamer1.0-tools Description-md5: 909df9df4ba32a53040e4e54751c1cfa Description-en: Tools for use with GStreamer GStreamer is a streaming media framework, based on graphs of filters which operate on media data. Applications using this library can do anything from real-time sound processing to playing videos, and just about anything else media-related. Its plugin-based architecture means that new data types or processing capabilities can be added simply by installing new plug-ins. . This package contains versioned command-line tools for GStreamer. Package: gstreamer1.0-x Description-md5: f30e1dbce14d6ece228c6b4e6dfdfdbd Description-en: GStreamer plugins for X11 and Pango GStreamer is a streaming media framework, based on graphs of filters which operate on media data. Applications using this library can do anything from real-time sound processing to playing videos, and just about anything else media-related. Its plugin-based architecture means that new data types or processing capabilities can be added simply by installing new plug-ins. . This package contains the GStreamer plugins for X11 video output, both for standard Xlib support and for the Xv extension, as well as the plugin for Pango-based text rendering and overlay. Package: gtk-3-examples Description-md5: 20d01ceb8b030c4e6e1bcf1ff939c8a6 Description-en: example files for GTK+ 3 GTK+ is a multi-platform toolkit for creating graphical user interfaces. Offering a complete set of widgets, GTK+ is suitable for projects ranging from small one-off tools to complete application suites. . This package contains the example files and a demonstration program for GTK+3. Package: gtk2-engines-murrine Description-md5: a474aa12ce9f8a94946342fe0706c7f4 Description-en: cairo-based gtk+-2.0 theme engine "Murrine" is an Italian word meaning the glass artworks done by Venicians glass blowers. The Engine is cairo-based, and it's very fast compared to clearlooks-cairo and ubuntulooks. . This package includes the Murrine engine. Package: gvfs Description-md5: 61f453207c2ab18880315d27f13ee0fb Description-en: userspace virtual filesystem - GIO module gvfs is a userspace virtual filesystem where mounts run as separate processes which you talk to via D-Bus. It also contains a gio module that seamlessly adds gvfs support to all applications using the gio API. It also supports exposing the gvfs mounts to non-gio applications using fuse. . This package contains the GIO module that lets applications use gvfs mounts. Package: gvfs-backends Description-md5: a52c33f1997ced7de25b843669700b48 Description-en: userspace virtual filesystem - backends gvfs is a userspace virtual filesystem where mounts run as separate processes which you talk to via D-Bus. It also contains a gio module that seamlessly adds gvfs support to all applications using the gio API. It also supports exposing the gvfs mounts to non-gio applications using fuse. . This package contains the afc, afp, archive, cdda, dav, dnssd, ftp, gphoto2, http, mtp, network, sftp, smb and smb-browse backends. Package: gvfs-bin Description-md5: 02be92bf6407403290f8dec1428dea18 Description-en: userspace virtual filesystem - binaries gvfs is a userspace virtual filesystem where mounts run as separate processes which you talk to via D-Bus. It also contains a gio module that seamlessly adds gvfs support to all applications using the gio API. It also supports exposing the gvfs mounts to non-gio applications using fuse. . This package contains the support binaries. Package: gvfs-common Description-md5: 9572165fd324aff77138e36127f7d629 Description-en: userspace virtual filesystem - common data files gvfs is a userspace virtual filesystem where mounts run as separate processes which you talk to via D-Bus. It also contains a gio module that seamlessly adds gvfs support to all applications using the gio API. It also supports exposing the gvfs mounts to non-gio applications using fuse. . This package contains the data files and translations used by all gvfs components. Package: gvfs-daemons Description-md5: 3ce59381bd6888364e59f20a23789369 Description-en: userspace virtual filesystem - servers gvfs is a userspace virtual filesystem where mounts run as separate processes which you talk to via D-Bus. It also contains a gio module that seamlessly adds gvfs support to all applications using the gio API. It also supports exposing the gvfs mounts to non-gio applications using fuse. . This package contains the gvfs server and the minimal set of backends. Package: gvfs-fuse Description-md5: e8ae435dfe556826602d3a021208211e Description-en: userspace virtual filesystem - fuse server gvfs is a userspace virtual filesystem where mounts run as separate processes which you talk to via D-Bus. It also contains a gio module that seamlessly adds gvfs support to all applications using the gio API. It also supports exposing the gvfs mounts to non-gio applications using fuse. . This package contains the gvfs-fuse server that exports gvfs mounts to all applications using FUSE. Package: gvfs-libs Description-md5: 6558598d97ea2bbb18ca95c90e7c0683 Description-en: userspace virtual filesystem - private libraries gvfs is a userspace virtual filesystem where mounts run as separate processes which you talk to via D-Bus. It also contains a gio module that seamlessly adds gvfs support to all applications using the gio API. It also supports exposing the gvfs mounts to non-gio applications using fuse. . This package contains private libraries with common functions between the daemons and the GIO module. Package: haproxy Description-md5: 29390feb7563fd9f1e74f245bf31a64c Description-en: fast and reliable load balancing reverse proxy HAProxy is a TCP/HTTP reverse proxy which is particularly suited for high availability environments. It features connection persistence through HTTP cookies, load balancing, header addition, modification, deletion both ways. It has request blocking capabilities and provides interface to display server status. Package: haproxy-dbg Description-md5: 299ccf94bd0ed4ecbce79cadd9912b80 Description-en: fast and reliable load balancing reverse proxy (debug symbols) HAProxy is a TCP/HTTP reverse proxy which is particularly suited for high availability environments. It features connection persistence through HTTP cookies, load balancing, header addition, modification, deletion both ways. It has request blocking capabilities and provides interface to display server status. . This package contains the debugging symbols for haproxy. Package: heat-api Description-md5: 862c7d73d236c2f223f925fc152f96c0 Description-en: OpenStack orchestration service - ReST API Heat is a service to orchestrate multiple composite cloud applications using templates, through both an OpenStack-native ReST API and a CloudFormation-compatible Query API. . This package contains the ReST API. Package: heat-api-cfn Description-md5: 19dff3990205e341e40adec7f5ec18da Description-en: OpenStack orchestration service - CFN API Heat is a service to orchestrate multiple composite cloud applications using templates, through both an OpenStack-native ReST API and a CloudFormation-compatible Query API. . This package contains the CloudFormation (CFN) API. Package: heat-api-cloudwatch Description-md5: 8800fa04f4f5972ec900ba33c3acce59 Description-en: OpenStack orchestration service - CloudWatch API Heat is a service to orchestrate multiple composite cloud applications using templates, through both an OpenStack-native ReST API and a CloudFormation-compatible Query API. . This package contains the CloudWatch API. Package: heat-common Description-md5: 6870a02e61dd51e197ab6a39a8cbf67b Description-en: OpenStack orchestration service - common files Heat is a service to orchestrate multiple composite cloud applications using templates, through both an OpenStack-native ReST API and a CloudFormation-compatible Query API. . This package contains the common files. Package: heat-engine Description-md5: 53042942302aa61b9edbcfcd47dd563f Description-en: OpenStack orchestration service - engine Heat is a service to orchestrate multiple composite cloud applications using templates, through both an OpenStack-native ReST API and a CloudFormation-compatible Query API. . This package contains the heat engine, which is the core service of heat, and which the API servers will use. Package: hunspell-af Description-md5: 8b2af79c04eb33f0ba0026093185c1b3 Description-en: Afrikaans dictionary for hunspell This is the Afrikaans dictionary for use with the hunspell spellchecker. . Hunspell is a spell checker and morphological analyzer library and program designed for languages with rich morphology and complex word compounding or character encoding. It is based on MySpell and features an Ispell-like terminal interface using Curses library, an Ispell pipe interface and a LibreOffice UNO module. Package: hunspell-bg Description-md5: 1d0c7231d8b3d16a293ee3cc8d5914ee Description-en: Bulgarian dictionary for hunspell This is the Bulgarian dictionary for use with the hunspell spellchecker. . Hunspell is a spell checker and morphological analyzer library and program designed for languages with rich morphology and complex word compounding or character encoding. It is based on MySpell and features an Ispell-like terminal interface using Curses library, an Ispell pipe interface and a LibreOffice UNO module. Package: hunspell-bn Description-md5: a32f634f7bc4174c6ebc91dd34a3a7f1 Description-en: Bengali dictionary for hunspell This is the Bengali dictionary for use with the hunspell spellchecker. . Hunspell is a spell checker and morphological analyzer library and program designed for languages with rich morphology and complex word compounding or character encoding. It is based on MySpell and features an Ispell-like terminal interface using Curses library, an Ispell pipe interface and a LibreOffice UNO module. Package: hunspell-bs Description-md5: cdadc8a4fbd91751de5c8a7f2f330942 Description-en: Bosnian dictionary for hunspell This is the Bosnian dictionary for use with the hunspell spellchecker. . Hunspell is a spell checker and morphological analyzer library and program designed for languages with rich morphology and complex word compounding or character encoding. It is based on MySpell and features an Ispell-like terminal interface using Curses library, an Ispell pipe interface and a LibreOffice UNO module. Package: hunspell-cs Description-md5: bc80a754bdf6a31c56d651fee56d008a Description-en: Czech dictionary for hunspell This is the Czech dictionary for use with the hunspell spellchecker. . Hunspell is a spell checker and morphological analyzer library and program designed for languages with rich morphology and complex word compounding or character encoding. It is based on MySpell and features an Ispell-like terminal interface using Curses library, an Ispell pipe interface and a LibreOffice UNO module. Package: hunspell-da Description-md5: 01c3081cc2ba4aedc7306e30e648f80a Description-en: Danish dictionary for hunspell This is the Danish dictionary for use with the hunspell spellchecker. . Hunspell is a spell checker and morphological analyzer library and program designed for languages with rich morphology and complex word compounding or character encoding. It is based on MySpell and features an Ispell-like terminal interface using Curses library, an Ispell pipe interface and a LibreOffice UNO module. Package: hunspell-el Description-md5: 0293eadd80b386b7b851b62c02171834 Description-en: Modern Greek dictionary for hunspell This is the Modern Greek dictionary for use with the hunspell spellchecker. . Hunspell is a spell checker and morphological analyzer library and program designed for languages with rich morphology and complex word compounding or character encoding. It is based on MySpell and features an Ispell-like terminal interface using Curses library, an Ispell pipe interface and a LibreOffice UNO module. Package: hunspell-en-ca Description-md5: aba91a1168bf434e4a9fb6d89bce3206 Description-en: English (Canada) dictionary for hunspell This is the English (Canada) dictionary for use with the hunspell spellchecker. . Hunspell is a spell checker and morphological analyzer library and program designed for languages with rich morphology and complex word compounding or character encoding. It is based on MySpell and features an Ispell-like terminal interface using Curses library, an Ispell pipe interface and a LibreOffice UNO module. Package: hunspell-en-gb Description-md5: dff81efc78be241902c2d75168501e98 Description-en: English (GB) dictionary for hunspell This is the English (GB) dictionary for use with the hunspell spellchecker. . Hunspell is a spell checker and morphological analyzer library and program designed for languages with rich morphology and complex word compounding or character encoding. It is based on MySpell and features an Ispell-like terminal interface using Curses library, an Ispell pipe interface and a LibreOffice UNO module. Package: hunspell-en-za Description-md5: 2c17c9820f4cdcbcb0405f4e2d4991c6 Description-en: English (South Africa) dictionary for hunspell This is the English (South Africa) dictionary for use with the hunspell spellchecker. . Hunspell is a spell checker and morphological analyzer library and program designed for languages with rich morphology and complex word compounding or character encoding. It is based on MySpell and features an Ispell-like terminal interface using Curses library, an Ispell pipe interface and a LibreOffice UNO module. Package: hunspell-es Description-md5: 5506ac634b0022c24b8eec719172878e Description-en: Spanish dictionary for hunspell This is the Spanish dictionary for use with the hunspell spellchecker. . Hunspell is a spell checker and morphological analyzer library and program designed for languages with rich morphology and complex word compounding or character encoding. It is based on MySpell and features an Ispell-like terminal interface using Curses library, an Ispell pipe interface and a LibreOffice UNO module. Package: hunspell-gd Description-md5: a9d74fdcf7944262b6a6fb23bf5588c0 Description-en: Scottish Gaelic dictionary for hunspell This is the Scottish Gaelic dictionary for use with the hunspell spellchecker. . Hunspell is a spell checker and morphological analyzer library and program designed for languages with rich morphology and complex word compounding or character encoding. It is based on MySpell and features an Ispell-like terminal interface using Curses library, an Ispell pipe interface and a LibreOffice UNO module. Package: hunspell-gl Description-md5: bd306dc478dc7d0c8a909dfce83bc776 Description-en: Galician dictionary for hunspell This is the Galician dictionary for use with the hunspell spellchecker. . Hunspell is a spell checker and morphological analyzer library and program designed for languages with rich morphology and complex word compounding or character encoding. It is based on MySpell and features an Ispell-like terminal interface using Curses library, an Ispell pipe interface and a LibreOffice UNO module. Package: hunspell-gu Description-md5: 5bb9feddfb00e49875c21c47bc0ef53a Description-en: Gujarati dictionary for hunspell This is the Gujarati dictionary for use with the hunspell spellchecker. . Hunspell is a spell checker and morphological analyzer library and program designed for languages with rich morphology and complex word compounding or character encoding. It is based on MySpell and features an Ispell-like terminal interface using Curses library, an Ispell pipe interface and a LibreOffice UNO module. Package: hunspell-he Description-md5: e729f9110980cb45fa77296225eb2b6f Description-en: Hebrew dictionary for hunspell This is the Hebrew dictionary for use with the hunspell spellchecker. . Hunspell is a spell checker and morphological analyzer library and program designed for languages with rich morphology and complex word compounding or character encoding. It is based on MySpell and features an Ispell-like terminal interface using Curses library, an Ispell pipe interface and a LibreOffice UNO module. Package: hunspell-hi Description-md5: 656fa3a91ae9713322bebe7fac43062c Description-en: Hindi dictionary for hunspell This is the Hindi dictionary for use with the hunspell spellchecker. . Hunspell is a spell checker and morphological analyzer library and program designed for languages with rich morphology and complex word compounding or character encoding. It is based on MySpell and features an Ispell-like terminal interface using Curses library, an Ispell pipe interface and a LibreOffice UNO module. Package: hunspell-hr Description-md5: 6c3f50b44f2e2d7d4875276a6427f145 Description-en: Croatian dictionary for hunspell This is the Croatian dictionary for use with the hunspell spellchecker. . Hunspell is a spell checker and morphological analyzer library and program designed for languages with rich morphology and complex word compounding or character encoding. It is based on MySpell and features an Ispell-like terminal interface using Curses library, an Ispell pipe interface and a LibreOffice UNO module. Package: hunspell-hu Description-md5: 06b6d98d07cb5579bda9e09f50bfdff0 Description-en: Hungarian dictionary for hunspell This is the Hungarian dictionary for use with the hunspell spellchecker. . Hunspell is a spell checker and morphological analyzer library and program designed for languages with rich morphology and complex word compounding or character encoding. It is based on MySpell and features an Ispell-like terminal interface using Curses library, an Ispell pipe interface and a LibreOffice UNO module. Package: hunspell-is Description-md5: 755df5a4f7852333d991a0c0b39baf91 Description-en: Icelandic dictionary for hunspell This is the Icelandic dictionary for use with the hunspell spellchecker. . Hunspell is a spell checker and morphological analyzer library and program designed for languages with rich morphology and complex word compounding or character encoding. It is based on MySpell and features an Ispell-like terminal interface using Curses library, an Ispell pipe interface and a LibreOffice UNO module. Package: hunspell-it Description-md5: ebe05c94ca9bf7f47266e6eaced536d9 Description-en: Italian dictionary for hunspell This is the Italian dictionary for use with the hunspell spellchecker. . Hunspell is a spell checker and morphological analyzer library and program designed for languages with rich morphology and complex word compounding or character encoding. It is based on MySpell and features an Ispell-like terminal interface using Curses library, an Ispell pipe interface and a LibreOffice UNO module. Package: hunspell-kmr Description-md5: 2b27d808cbe61495dec76f25d031d099 Description-en: Kurmanji dictionary for hunspell This is the Kurmanji dictionary for use with the hunspell spellchecker. . Hunspell is a spell checker and morphological analyzer library and program designed for languages with rich morphology and complex word compounding or character encoding. It is based on MySpell and features an Ispell-like terminal interface using Curses library, an Ispell pipe interface and a LibreOffice UNO module. Package: hunspell-lo Description-md5: e99ce8e13327e8de5d93b7e31d1c594b Description-en: Laotian dictionary for hunspell This is the Laotian dictionary for use with the hunspell spellchecker. . Hunspell is a spell checker and morphological analyzer library and program designed for languages with rich morphology and complex word compounding or character encoding. It is based on MySpell and features an Ispell-like terminal interface using Curses library, an Ispell pipe interface and a LibreOffice UNO module. Package: hunspell-lt Description-md5: 925f512d3dbf8df3410ce64eb643cec9 Description-en: Lithuanian dictionary for hunspell This is the Lithuanian dictionary for use with the hunspell spellchecker. . Hunspell is a spell checker and morphological analyzer library and program designed for languages with rich morphology and complex word compounding or character encoding. It is based on MySpell and features an Ispell-like terminal interface using Curses library, an Ispell pipe interface and a LibreOffice UNO module. Package: hunspell-ne Description-md5: 79849fe2def2475369da94d7ee314d15 Description-en: Nepalese dictionary for hunspell This is the Nepalese dictionary for use with the hunspell spellchecker. . Hunspell is a spell checker and morphological analyzer library and program designed for languages with rich morphology and complex word compounding or character encoding. It is based on MySpell and features an Ispell-like terminal interface using Curses library, an Ispell pipe interface and a LibreOffice UNO module. Package: hunspell-nl Description-md5: dc337dfedc22da76a64b8dd962cf0538 Description-en: Dutch dictionary for hunspell This is the Dutch dictionary for use with the hunspell spellchecker. . Hunspell is a spell checker and morphological analyzer library and program designed for languages with rich morphology and complex word compounding or character encoding. It is based on MySpell and features an Ispell-like terminal interface using Curses library, an Ispell pipe interface and a LibreOffice UNO module. Package: hunspell-no Description-md5: fef1f06e8d712beb981910508fdf8cb8 Description-en: Norwegian dictionary for hunspell This is the Norwegian dictionary for use with the hunspell spellchecker. . Hunspell is a spell checker and morphological analyzer library and program designed for languages with rich morphology and complex word compounding or character encoding. It is based on MySpell and features an Ispell-like terminal interface using Curses library, an Ispell pipe interface and a LibreOffice UNO module. Package: hunspell-oc Description-md5: 7b7f4390422a58a72e7851f5224cdae9 Description-en: Occitan dictionary for hunspell This is the Occitan dictionary for use with the hunspell spellchecker. . Hunspell is a spell checker and morphological analyzer library and program designed for languages with rich morphology and complex word compounding or character encoding. It is based on MySpell and features an Ispell-like terminal interface using Curses library, an Ispell pipe interface and a LibreOffice UNO module. Package: hunspell-pl Description-md5: 180e65bf4b2afcd04c4404f9bd87a968 Description-en: Polish dictionary for hunspell This is the Polish dictionary for use with the hunspell spellchecker. . Hunspell is a spell checker and morphological analyzer library and program designed for languages with rich morphology and complex word compounding or character encoding. It is based on MySpell and features an Ispell-like terminal interface using Curses library, an Ispell pipe interface and a LibreOffice UNO module. Package: hunspell-ro Description-md5: 24629673061e267b9e87d498bae23555 Description-en: Romanian dictionary for hunspell This is the Romanian dictionary for use with the hunspell spellchecker. . Hunspell is a spell checker and morphological analyzer library and program designed for languages with rich morphology and complex word compounding or character encoding. It is based on MySpell and features an Ispell-like terminal interface using Curses library, an Ispell pipe interface and a LibreOffice UNO module. Package: hunspell-si Description-md5: 41cb6b8736a8d5e80fe32eb1589cab51 Description-en: Sinhala dictionary for hunspell This is the Sinhala dictionary for use with the hunspell spellchecker. . Hunspell is a spell checker and morphological analyzer library and program designed for languages with rich morphology and complex word compounding or character encoding. It is based on MySpell and features an Ispell-like terminal interface using Curses library, an Ispell pipe interface and a LibreOffice UNO module. Package: hunspell-sk Description-md5: 232947b0fd0b97833ec9f217451ae69c Description-en: Slovak dictionary for hunspell This is the Slovak dictionary for use with the hunspell spellchecker. . Hunspell is a spell checker and morphological analyzer library and program designed for languages with rich morphology and complex word compounding or character encoding. It is based on MySpell and features an Ispell-like terminal interface using Curses library, an Ispell pipe interface and a LibreOffice UNO module. Package: hunspell-sl Description-md5: 74c362043cd84487e39fdd7509828e22 Description-en: Slovene dictionary for hunspell This is the Slovene dictionary for use with the hunspell spellchecker. . Hunspell is a spell checker and morphological analyzer library and program designed for languages with rich morphology and complex word compounding or character encoding. It is based on MySpell and features an Ispell-like terminal interface using Curses library, an Ispell pipe interface and a LibreOffice UNO module. Package: hunspell-sr Description-md5: 5a05a82395bb40fc5adc7739e28a38c2 Description-en: Serbian dictionary for hunspell This is the Serbian dictionary for use with the hunspell spellchecker. . Hunspell is a spell checker and morphological analyzer library and program designed for languages with rich morphology and complex word compounding or character encoding. It is based on MySpell and features an Ispell-like terminal interface using Curses library, an Ispell pipe interface and a LibreOffice UNO module. Package: hunspell-sv Description-md5: 80cbb5e2b2127c12b508d14e7aaa5f6d Description-en: Swedish dictionary for hunspell This is the Swedish dictionary for use with the hunspell spellchecker. . Hunspell is a spell checker and morphological analyzer library and program designed for languages with rich morphology and complex word compounding or character encoding. It is based on MySpell and features an Ispell-like terminal interface using Curses library, an Ispell pipe interface and a LibreOffice UNO module. Package: hunspell-sv-se Description-md5: 3dfcf4e70ccf7fdbbbe89c53f3951250 Description-en: Swedish dictionary for hunspell - dummy transitional package This is the Swedish dictionary for use with the hunspell spellchecker. . This package is here just to allow the transition to hunspell-sv; it can be safely removed once installed. Package: hunspell-sw Description-md5: a383b40f857a8c6ebe20e485fdf2860a Description-en: Swahili dictionary for hunspell This is the Swahili dictionary for use with the hunspell spellchecker. . Hunspell is a spell checker and morphological analyzer library and program designed for languages with rich morphology and complex word compounding or character encoding. It is based on MySpell and features an Ispell-like terminal interface using Curses library, an Ispell pipe interface and a LibreOffice UNO module. Package: hunspell-te Description-md5: b437d60499bd1628a076d3a688ed372e Description-en: Telugu dictionary for hunspell This is the Telugu dictionary for use with the hunspell spellchecker. . Hunspell is a spell checker and morphological analyzer library and program designed for languages with rich morphology and complex word compounding or character encoding. It is based on MySpell and features an Ispell-like terminal interface using Curses library, an Ispell pipe interface and a LibreOffice UNO module. Package: hunspell-th Description-md5: 80803d32f86f29d3ebb76403cf008965 Description-en: Thai dictionary for hunspell This is the Thai dictionary for use with the hunspell spellchecker. . Hunspell is a spell checker and morphological analyzer library and program designed for languages with rich morphology and complex word compounding or character encoding. It is based on MySpell and features an Ispell-like terminal interface using Curses library, an Ispell pipe interface and a LibreOffice UNO module. Package: hunspell-uk Description-md5: 56aaf8259c02041fce2f01519502b15b Description-en: Ukrainian dictionary for hunspell This is the Ukrainian dictionary for use with the hunspell spellchecker. . Hunspell is a spell checker and morphological analyzer library and program designed for languages with rich morphology and complex word compounding or character encoding. It is based on MySpell and features an Ispell-like terminal interface using Curses library, an Ispell pipe interface and a LibreOffice UNO module. Package: hunspell-vi Description-md5: 2ce4391e152c2fff3903b7bd30d367cb Description-en: Vietnamese dictionary for hunspell This is the Vietnamese dictionary for use with the hunspell spellchecker. . Hunspell is a spell checker and morphological analyzer library and program designed for languages with rich morphology and complex word compounding or character encoding. It is based on MySpell and features an Ispell-like terminal interface using Curses library, an Ispell pipe interface and a LibreOffice UNO module. Package: hyphen-af Description-md5: 6e30c0097e4667082a842f3d9b237ef8 Description-en: Afrikaans hyphenation patterns This package contains the Afrikaans hyphenation patterns. . You can use these patterns with programs which take advantage of libhyphen, like LibreOffice. Package: hyphen-bg Description-md5: 732ad2b2c7ea1620324ff7831318d3b2 Description-en: Bulgarian hyphenation patterns This package contains the Bulgarian hyphenation patterns. . You can use these patterns with programs which take advantage of libhyphen, like LibreOffice. Package: hyphen-ca Description-md5: 034089ad9b1b05a2e47893603316cd7c Description-en: Catalan hyphenation patterns This package contains the Catalan hyphenation patterns. . You can use these patterns with programs which take advantage of libhyphen, like LibreOffice. Package: hyphen-cs Description-md5: 9985b834165cc6249f1e99d7f067c97c Description-en: Czech hyphenation patterns This package contains the Czech hyphenation patterns. . You can use these patterns with programs which take advantage of libhyphen, like LibreOffice. Package: hyphen-da Description-md5: 71fe2dcdb568c42f8d59c7d0253ec061 Description-en: Danish hyphenation patterns This package contains the Danish hyphenation patterns. . You can use these patterns with programs which take advantage of libhyphen, like LibreOffice. Package: hyphen-de Description-md5: 403b6dd20e8c9abfd3b97774f48cd27e Description-en: German hyphenation patterns This package contains the German hyphenation patterns. . You can use these patterns with programs which take advantage of libhyphen, like LibreOffice. Package: hyphen-el Description-md5: b840a0101d6d633c9b8907f09be34212 Description-en: Modern Greek hyphenation patterns This package contains the Modern Greek hyphenation patterns. . You can use these patterns with programs which take advantage of libhyphen, like LibreOffice. Package: hyphen-es Description-md5: 9cda34af8a00a6bd02401f9055fb6b47 Description-en: Spanish hyphenation patterns This package contains the Spanish hyphenation patterns. . You can use these patterns with programs which take advantage of libhyphen, like LibreOffice. Package: hyphen-fr Description-md5: 33bbdf49e495a00e18795e9ff015fbf8 Description-en: French hyphenation patterns This package contains the French hyphenation patterns. . You can use these patterns with programs which take advantage of libhyphen, like LibreOffice. Package: hyphen-gl Description-md5: c20516ad32a126bdba6921b1b32f8c8b Description-en: Galician hyphenation patterns This package contains the Galician hyphenation patterns. . You can use these patterns with programs which take advantage of libhyphen, like LibreOffice. Package: hyphen-hu Description-md5: 7fbecc1b85622e36ecea102794aa6ff5 Description-en: Hungarian hyphenation patterns This package contains the Hungarian hyphenation patterns. . You can use these patterns with programs which take advantage of libhyphen, like LibreOffice. Package: hyphen-is Description-md5: d67e93029e79ca67801dcfb3dc5bfdb1 Description-en: Icelandic hyphenation patterns This package contains the Icelandic hyphenation patterns. . You can use these patterns with programs which take advantage of libhyphen, like LibreOffice. Package: hyphen-it Description-md5: 779165d834a6788be5d72c0c319cbac5 Description-en: Italian hyphenation patterns This package contains the Italian hyphenation patterns. . You can use these patterns with programs which take advantage of libhyphen, like LibreOffice. Package: hyphen-lt Description-md5: e5b456b99bbd0782207628c813513bf4 Description-en: Lithuanian hyphenation patterns This package contains the Lithuanian hyphenation patterns. . You can use these patterns with programs which take advantage of libhyphen, like LibreOffice. Package: hyphen-nl Description-md5: 0a34d6c8f271ff87b94871ea730b2d6a Description-en: Dutch hyphenation patterns This package contains the Dutch hyphenation patterns. . You can use these patterns with programs which take advantage of libhyphen, like LibreOffice. Package: hyphen-no Description-md5: 804c02c0c60852e085f3128a17957b6c Description-en: Norwegian hyphenation patterns This package contains the Norwegian hyphenation patterns. . You can use these patterns with programs which take advantage of libhyphen, like LibreOffice. Package: hyphen-ro Description-md5: 1c834f14f308588752f3b0f72e872da8 Description-en: Romanian hyphenation patterns This package contains the Romanian hyphenation patterns. . You can use these patterns with programs which take advantage of libhyphen, like LibreOffice. Package: hyphen-sk Description-md5: b3c7d7587ec4c0926e3b7a50f042b8df Description-en: Slovak hyphenation patterns This package contains the Slovak hyphenation patterns. . You can use these patterns with programs which take advantage of libhyphen, like LibreOffice. Package: hyphen-sl Description-md5: ed7e57deb00968b532d8e59724d458a6 Description-en: Slovene hyphenation patterns This package contains the Slovene hyphenation patterns. . You can use these patterns with programs which take advantage of libhyphen, like LibreOffice. Package: hyphen-sr Description-md5: 824f3020a636f76f90c41bdccc889171 Description-en: Serbian hyphenation patterns This package contains the Serbian hyphenation patterns. . You can use these patterns with programs which take advantage of libhyphen, like LibreOffice. Package: hyphen-sv Description-md5: cabd4f9ce79728891345c6b7a6e784f1 Description-en: Swedish hyphenation patterns This package contains the Swedish hyphenation patterns. . You can use these patterns with programs which take advantage of libhyphen, like LibreOffice. Package: hyphen-uk Description-md5: f2f603948cbd0942c1b07e8c2f220e21 Description-en: Ukrainian hyphenation patterns This package contains the Ukrainian hyphenation patterns. . You can use these patterns with programs which take advantage of libhyphen, like LibreOffice. Package: hyphen-zu Description-md5: cc535d21b9cb2e4699a33561f21bc05f Description-en: Zulu hyphenation patterns This package contains the Zulu hyphenation patterns. . You can use these patterns with programs which take advantage of libhyphen, like LibreOffice. Package: idle-python2.7 Description-md5: 1fd93a936611995336444949b73d0b8a Description-en: IDE for Python (v2.7) using Tkinter IDLE is an Integrated Development Environment for Python (v2.7). IDLE is written using Tkinter and therefore quite platform-independent. Package: idle-python3.5 Description-md5: 8385b7d3fd24c9627bf197edabfa2dcb Description-en: IDE for Python (v3.5) using Tkinter IDLE is an Integrated Development Environment for Python (v3.5). IDLE is written using Tkinter and therefore quite platform-independent. Package: ifupdown Description-md5: 442edbd184a6e1febc9b203604eb38f4 Description-en: high level tools to configure network interfaces This package provides the tools ifup and ifdown which may be used to configure (or, respectively, deconfigure) network interfaces based on interface definitions in the file /etc/network/interfaces. Package: im-config Description-md5: 7ebedf87e8f65c091969a42e1c5aaad4 Description-en: Input method configuration framework im-config package provides the framework to configure and to switch the input method on X Window System. This input method is the essential mechanism for Japanese, Chinese and Korean (CJK) languages to enter their non-ASCII native characters. . Many modern input methods such as IBus support not only one of these CJK languages but support almost all languages simultaneously by dynamically switching keyboard modes with GUI helper program. . By installing this package, the most desirable input method and its backend conversion engine are automatically configured with both the X Window System Input Method (XIM), GTK+ input method module, Qt input method module, and clutrer input method module. . You can further customize your input method with 'im-config' command. Package: imagemagick Description-md5: 9c9407ec6c7032628dfa067e820e5b1d 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 quantum depth specific binaries and manual pages. Package: imagemagick-6.q16 Description-md5: 3071563eb8e652f029eeafd16ad7eef7 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). . This version of imagemagick is compiled for quantum depth of 16 bits. Package: imagemagick-common Description-md5: 374ab3990448f9e5ee5a8ddca297d3a4 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. Package: imagemagick-dbg Description-md5: bcd82c976803bc08e1948c79a714f76d Description-en: debugging symbols for ImageMagick This package contains the debugging symbols for ImageMagick, a software suite to create, edit, and compose bitmap images. Package: imagemagick-doc Description-md5: 5d9b7cb104f5e68c9f08614fbae829f9 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. Package: indicator-bluetooth Description-md5: 6c65b08124db76931866665b2baebc9e Description-en: System bluetooth indicator. System bluetooth indicator which provides fast user controls for Bluetooth devices. Package: init Description-md5: e350f6b6c8abbd37cf68c8e72d392826 Description-en: System-V-like init utilities - metapackage This package is an essential metapackage which allows you to select from the available init systems in Ubuntu (systemd, upstart) while ensuring that one of these is available on the system at all times. Package: init-system-helpers Description-md5: facafbf6c4b9fd95c34e95938629ecef Description-en: helper tools for all init systems This package contains helper tools that are necessary for switching between the various init systems that Debian contains (e. g. sysvinit or systemd). An example is deb-systemd-helper, a script that enables systemd unit files without depending on a running systemd. . It also includes the "service", "invoke-rc.d", and "update-rc.d" scripts which provide an abstraction for enabling, disabling, starting, and stopping services for all supported Debian init systems as specified by the policy. . While this package is maintained by pkg-systemd-maintainers, it is NOT specific to systemd at all. Maintainers of other init systems are welcome to include their helpers in this package. Package: initramfs-tools Description-md5: f406a6ad4452bdc36e9957a711143c2e Description-en: generic modular initramfs generator (automation) This package builds a bootable initramfs for Linux kernel packages. The initramfs is loaded along with the kernel and is responsible for mounting the root filesystem and starting the main init system. Package: initramfs-tools-bin Description-md5: 14e601bd8c0a0905d238d89be3036fa8 Description-en: binaries used by initramfs-tools This package contains binaries used inside the initramfs images generated by initramfs-tools. Package: initramfs-tools-core Description-md5: 8d2ce4976ab4fb33b898ed3006a086fa Description-en: generic modular initramfs generator (core tools) This package contains the mkinitramfs program that can be used to create a bootable initramfs for a Linux kernel. The initramfs should be loaded along with the kernel and is then responsible for mounting the root filesystem and starting the main init system. Package: installation-guide-amd64 Description-md5: 1f8ea366e0beb2b4a9e47f52f3983d54 Description-en: Ubuntu installation guide for amd64 This package contains the Ubuntu installation guide for the AMD64 architecture, in a variety of languages. . A shorter reference, the installation HOWTO, is included in an appendix. Package: installation-guide-arm64 Description-md5: 0920facd9b428383f241241e55f427a9 Description-en: Ubuntu installation guide for arm64 This package contains the Ubuntu installation guide for the 64bit ARM architecture, in a variety of languages. . A shorter reference, the installation HOWTO, is included in an appendix. Package: installation-guide-armhf Description-md5: 32d1baeeded25c8a472e929a527fd146 Description-en: Ubuntu installation guide for armhf This package contains the Ubuntu installation guide for the ARM with Hardware FPU architecture, in a variety of languages. . A shorter reference, the installation HOWTO, is included in an appendix. Package: installation-guide-i386 Description-md5: 2741a9539428bef3a28fc0b9092ef544 Description-en: Ubuntu installation guide for i386 This package contains the Ubuntu installation guide for the Intel x86 architecture, in a variety of languages. . A shorter reference, the installation HOWTO, is included in an appendix. Package: installation-guide-powerpc Description-md5: 92a1f217bd580e43e3bcf77a8a095906 Description-en: Ubuntu installation guide for powerpc This package contains the Ubuntu installation guide for the PowerPC architecture, in a variety of languages. . A shorter reference, the installation HOWTO, is included in an appendix. Package: installation-guide-ppc64el Description-md5: 23598075912d6ad2c90b70b2a38f2305 Description-en: Ubuntu installation guide for powerpc This package contains the Ubuntu installation guide for the little-endian PowerPC architecture, in a variety of languages. . A shorter reference, the installation HOWTO, is included in an appendix. Package: installation-guide-s390x Description-md5: f54997856a00a342e0664b88f4611539 Description-en: Ubuntu installation guide for s390x This package contains the Ubuntu installation guide for the 64bit S/390 architecture, in a variety of languages. . A shorter reference, the installation HOWTO, is included in an appendix. Package: irssi Description-md5: f222734d8d370d75bf620389270c0ade Description-en: terminal based IRC client Irssi is a terminal based IRC client for UNIX systems. It also supports SILC and ICB protocols via plugins. . Features include: * Autologging * Formats and themes * Configurable keybindings * Paste detection * Perl scripting * Irssi-proxy * Transparent upgrading * Recode support Package: irssi-dbg Description-md5: 750c3b42578006355323ceda77970198 Description-en: terminal based IRC client (debugging symbols) This package contains the debugging symbols for the irssi binary. . Irssi is a terminal based IRC client for UNIX systems. It also supports SILC and ICB protocols via plugins. Package: irssi-dev Description-md5: 48f02dc7e9ee186db7d00968bfcaaf49 Description-en: terminal based IRC client - development files Irssi is a terminal based IRC client for UNIX systems. It also supports SILC and ICB protocols via plugins. . Features include: * Autologging * Formats and themes * Configurable keybindings * Paste detection * Perl scripting * Irssi-proxy * Transparent upgrading * Recode support . This package includes the development files for the irssi client. Package: isc-dhcp-client Description-md5: 849016b34f878b96cbdf66cb6a0cc650 Description-en: DHCP client for automatically obtaining an IP address This is the Internet Software Consortium's DHCP client. . Dynamic Host Configuration Protocol (DHCP) is a protocol like BOOTP (actually dhcpd includes much of the functionality of bootpd). It gives client machines "leases" for IP addresses and can automatically set their network configuration. If your machine depends on DHCP (especially likely if it's a workstation on a large network, or a laptop, or attached to a cable modem), keep this or another DHCP client installed. . Extra documentation can be found in the package isc-dhcp-common. Package: isc-dhcp-common Description-md5: e815427c9c78dce87da7c204c9e2c201 Description-en: common files used by all of the isc-dhcp packages This package includes all of the files that are used in common by the various ISC DHCP packages, such as the dhcp-eval and dhcp-options manpages and the OMAPI command shell. Package: isc-dhcp-dbg Description-md5: 63124ba390b59ea541b3be9b54b28d40 Description-en: ISC DHCP server for automatic IP address assignment (debuging symbols) This are debugging symbols for the Internet Software Consortium's DHCP tools. . This package contains the debugging symbols for isc-dhcp. Package: isc-dhcp-dev Description-md5: a5da96904bc2ff124317fb1545407142 Description-en: API for accessing and modifying the DHCP server and client state This package provides support for OMAPI (Object Management Application Programming Interface), which is an API for accessing and modifying the DHCP server and client state. Package: isc-dhcp-server Description-md5: 38647f497f13c9a0a99f9d9cf772d70d Description-en: ISC DHCP server for automatic IP address assignment This is the Internet Software Consortium's DHCP server. . Dynamic Host Configuration Protocol (DHCP) is a protocol like BOOTP (actually dhcpd includes much of the functionality of bootpd). It gives client machines "leases" for IP addresses and can automatically set their network configuration. . This server can handle multiple ethernet interfaces. Package: juju Description-md5: 38a581a0c033bca65bd1e2c7ba910778 Description-en: next generation service orchestration system Through the use of charms, juju provides you with shareable, re-usable, and repeatable expressions of devops best practices. You can use them unmodified, or easily change and connect them to fit your needs. Deploying a charm is similar to installing a package on Ubuntu: ask for it and it’s there, remove it and it’s completely gone. . This is a dependency package providing the current version of Juju. Package: juju-2.0 Description-md5: cae49183c535ad5fd988bfd509e90051 Description-en: Juju is devops distilled - client Through the use of charms, juju provides you with shareable, re-usable, and repeatable expressions of devops best practices. You can use them unmodified, or easily change and connect them to fit your needs. Deploying a charm is similar to installing a package on Ubuntu: ask for it and it’s there, remove it and it’s completely gone. . This package provides the client application of creating and interacting with Juju environments. Package: kbd Description-md5: cd8bb3115cf19677906ec372cf3956da Description-en: Linux console font and keytable utilities This package allows you to set up the Linux console, change the font, resize text mode virtual consoles and remap the keyboard. . You will probably want to install a set of data files, such as the one in the “console-setup” package. Package: kdump-tools Description-md5: e4c630411cca5f22a32a48bd81b16449 Description-en: scripts and tools for automating kdump (Linux crash dumps) kdump-tools provides an init script and a configuration script for automating the use of kdump. It uses the makedumpfile utility to reduce the size of the /proc/vmcore file based on user preferences. . After installing, please see /usr/share/doc/kdump-tools/README.Debian for information on enabling and configuring kdump. Package: keepalived Description-md5: e2d2506352721e77c2c351de4714ddd6 Description-en: Failover and monitoring daemon for LVS clusters keepalived is used for monitoring real servers within a Linux Virtual Server (LVS) cluster. keepalived can be configured to remove real servers from the cluster pool if it stops responding, as well as send a notification email to make the admin aware of the service failure. . In addition, keepalived implements an independent Virtual Router Redundancy Protocol (VRRPv2; see rfc2338 for additional info) framework for director failover. . You need a kernel >= 2.4.28 or >= 2.6.11 for keepalived. See README.Debian for more information. Package: keyboard-configuration Description-md5: 85ee5b58c8d635ba9041b52f81058494 Description-en: system-wide keyboard preferences This package maintains the keyboard preferences in /etc/default/keyboard. Other packages can use the information provided by this package in order to configure the keyboard on the console or in X Window. Package: keystone Description-md5: 27421a6db50f80b519e733aec71dae10 Description-en: OpenStack identity service - Daemons Keystone is a proposed independent authentication service for OpenStack. . This initial proof of concept aims to address the current use cases in Swift and Nova which are: . * REST-based, token auth for Swift * many-to-many relationship between identity and tenant for Nova. Keystone does authentication and stuff . This package contains the daemons. Package: keystone-doc Description-md5: 42b26822f99c12d16268512a33f6dfd9 Description-en: OpenStack identity service - Documentation Keystone is a proposed independent authentication service for OpenStack. . This initial proof of concept aims to address the current use cases in Swift and Nova which are: . * REST-based, token auth for Swift * many-to-many relationship between identity and tenant for Nova. Keystone does authentication and stuff . This package contains the documentation. Package: klibc-utils Description-md5: c3467a84f84cfb54cfe339be01214b23 Description-en: small utilities built with klibc for early boot This package contains a collection of programs that are linked against klibc. These duplicate some of the functionality of a regular Linux toolset, but are typically much smaller than their full-function counterparts. They are intended for inclusion in initramfs images and embedded systems. Package: kpartx Description-md5: 5edc0d8999e24d591b49f95449a8741f Description-en: create device mappings for partitions Kpartx can be used to set up device mappings for the partitions of any partitioned block device. It is part of the Linux multipath-tools. Package: kpartx-boot Description-md5: 10329bba552304246c0935379a51e55f Description-en: Provides kpartx during boot This package makes kpartx availible during boot to activate partitions Package: language-pack-af Description-md5: d2d9e90761f53e2a13002b27ce8f5d64 Description-en: translation updates for language Afrikaans Translation data updates for all supported packages for: Afrikaans . language-pack-af-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-af-base Description-md5: f2472f2187166553fd095a522d2d6014 Description-en: translations for language Afrikaans Translation data for all supported packages for: Afrikaans . This package provides the bulk of translation data and is updated only seldom. language-pack-af provides frequent translation updates, so you should install this as well. Package: language-pack-am Description-md5: b1e3cb56c9a6998181138cf208c5317c Description-en: translation updates for language Amharic Translation data updates for all supported packages for: Amharic . language-pack-am-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-am-base Description-md5: 225a82c408273f3a2be38716c8a70a5a Description-en: translations for language Amharic Translation data for all supported packages for: Amharic . This package provides the bulk of translation data and is updated only seldom. language-pack-am provides frequent translation updates, so you should install this as well. Package: language-pack-an Description-md5: e2a096d70c7c7fec5b3ec7bbe59a0267 Description-en: translation updates for language Aragonese Translation data updates for all supported packages for: Aragonese . language-pack-an-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-an-base Description-md5: 10bfd3179da46c760b2294e970e184da Description-en: translations for language Aragonese Translation data for all supported packages for: Aragonese . This package provides the bulk of translation data and is updated only seldom. language-pack-an provides frequent translation updates, so you should install this as well. Package: language-pack-ar Description-md5: b7461fa593f1c6fcd1db9db0c40d9039 Description-en: translation updates for language Arabic Translation data updates for all supported packages for: Arabic . language-pack-ar-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-ar-base Description-md5: 774e1cdd50e244f821c0560eba60e5d8 Description-en: translations for language Arabic Translation data for all supported packages for: Arabic . This package provides the bulk of translation data and is updated only seldom. language-pack-ar provides frequent translation updates, so you should install this as well. Package: language-pack-as Description-md5: b579abb9f9b0b339e949f69fd53f77ba Description-en: translation updates for language Assamese Translation data updates for all supported packages for: Assamese . language-pack-as-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-as-base Description-md5: e8c511c0d62d945198e81649b65b18ec Description-en: translations for language Assamese Translation data for all supported packages for: Assamese . This package provides the bulk of translation data and is updated only seldom. language-pack-as provides frequent translation updates, so you should install this as well. Package: language-pack-ast Description-md5: 786fb5ebccafbf7ec8c011f2a4076942 Description-en: translation updates for language Asturian Translation data updates for all supported packages for: Asturian . language-pack-ast-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-ast-base Description-md5: e812a27ce8778aa9ee7c4e14ad29e632 Description-en: translations for language Asturian Translation data for all supported packages for: Asturian . This package provides the bulk of translation data and is updated only seldom. language-pack-ast provides frequent translation updates, so you should install this as well. Package: language-pack-az Description-md5: df7b32eca79a0fba5010572dd26a64e7 Description-en: translation updates for language Azerbaijani Translation data updates for all supported packages for: Azerbaijani . language-pack-az-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-az-base Description-md5: 97d3d5c8aa79adb5ed68001d5410e2b4 Description-en: translations for language Azerbaijani Translation data for all supported packages for: Azerbaijani . This package provides the bulk of translation data and is updated only seldom. language-pack-az provides frequent translation updates, so you should install this as well. Package: language-pack-be Description-md5: b33689d929a5da2b17030649e9dbcbcb Description-en: translation updates for language Belarusian Translation data updates for all supported packages for: Belarusian . language-pack-be-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-be-base Description-md5: 8845113bd3cc7413c31f90b0871d0d18 Description-en: translations for language Belarusian Translation data for all supported packages for: Belarusian . This package provides the bulk of translation data and is updated only seldom. language-pack-be provides frequent translation updates, so you should install this as well. Package: language-pack-bg Description-md5: b28d78176a301f6f96615efcf80f1808 Description-en: translation updates for language Bulgarian Translation data updates for all supported packages for: Bulgarian . language-pack-bg-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-bg-base Description-md5: e00ad017be5b63638fc61d319592abe8 Description-en: translations for language Bulgarian Translation data for all supported packages for: Bulgarian . This package provides the bulk of translation data and is updated only seldom. language-pack-bg provides frequent translation updates, so you should install this as well. Package: language-pack-bn Description-md5: b7438f245e95831586edbc40b4301839 Description-en: translation updates for language Bengali Translation data updates for all supported packages for: Bengali . language-pack-bn-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-bn-base Description-md5: c39fe7e4cf544b672027c38cc37a29f2 Description-en: translations for language Bengali Translation data for all supported packages for: Bengali . This package provides the bulk of translation data and is updated only seldom. language-pack-bn provides frequent translation updates, so you should install this as well. Package: language-pack-br Description-md5: 9e1867192aa855c7e89f8b4d52aa2d33 Description-en: translation updates for language Breton Translation data updates for all supported packages for: Breton . language-pack-br-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-br-base Description-md5: 98574dcbc6266fe3445df8a302417f44 Description-en: translations for language Breton Translation data for all supported packages for: Breton . This package provides the bulk of translation data and is updated only seldom. language-pack-br provides frequent translation updates, so you should install this as well. Package: language-pack-bs Description-md5: f3915a5e2e0641fa35f76f6ca40b33fb Description-en: translation updates for language Bosnian Translation data updates for all supported packages for: Bosnian . language-pack-bs-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-bs-base Description-md5: 087e28594f1a2191d43d3443e4ca8eea Description-en: translations for language Bosnian Translation data for all supported packages for: Bosnian . This package provides the bulk of translation data and is updated only seldom. language-pack-bs provides frequent translation updates, so you should install this as well. Package: language-pack-ca Description-md5: 9180e20f11f818db00710984b1673248 Description-en: translation updates for language Catalan; Valencian Translation data updates for all supported packages for: Catalan; Valencian . language-pack-ca-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-ca-base Description-md5: e922c99335fe678d232e144046cf228b Description-en: translations for language Catalan; Valencian Translation data for all supported packages for: Catalan; Valencian . This package provides the bulk of translation data and is updated only seldom. language-pack-ca provides frequent translation updates, so you should install this as well. Package: language-pack-crh Description-md5: 3f01f6112f372d4eff9acacca078b7ca Description-en: translation updates for language Tatar, Crimean Translation data updates for all supported packages for: Tatar, Crimean . language-pack-crh-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-crh-base Description-md5: 53f1d0dfa0f2f89c276040c632cc9c8c Description-en: translations for language Tatar, Crimean Translation data for all supported packages for: Tatar, Crimean . This package provides the bulk of translation data and is updated only seldom. language-pack-crh provides frequent translation updates, so you should install this as well. Package: language-pack-cs Description-md5: c82e1ffc721dc9c65221596ec679a707 Description-en: translation updates for language Czech Translation data updates for all supported packages for: Czech . language-pack-cs-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-cs-base Description-md5: 6fec579a922fe521d2e3be90c00aa659 Description-en: translations for language Czech Translation data for all supported packages for: Czech . This package provides the bulk of translation data and is updated only seldom. language-pack-cs provides frequent translation updates, so you should install this as well. Package: language-pack-cy Description-md5: 237a3a7bfbd7baafb5578f26255a48d5 Description-en: translation updates for language Welsh Translation data updates for all supported packages for: Welsh . language-pack-cy-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-cy-base Description-md5: 26fd7802a1ad32b58ee571950199fd6d Description-en: translations for language Welsh Translation data for all supported packages for: Welsh . This package provides the bulk of translation data and is updated only seldom. language-pack-cy provides frequent translation updates, so you should install this as well. Package: language-pack-da Description-md5: fc5b985c1d9d555ab3e3dfc9c09c087b Description-en: translation updates for language Danish Translation data updates for all supported packages for: Danish . language-pack-da-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-da-base Description-md5: 75d3ac723dbbaf2ea917ca16377b26f3 Description-en: translations for language Danish Translation data for all supported packages for: Danish . This package provides the bulk of translation data and is updated only seldom. language-pack-da provides frequent translation updates, so you should install this as well. Package: language-pack-de Description-md5: 7e1003aa8b32be447478e2f728aca1c9 Description-en: translation updates for language German Translation data updates for all supported packages for: German . language-pack-de-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-de-base Description-md5: cce71c30c95918c49a4b12ee178005ab Description-en: translations for language German Translation data for all supported packages for: German . This package provides the bulk of translation data and is updated only seldom. language-pack-de provides frequent translation updates, so you should install this as well. Package: language-pack-dz Description-md5: 08aa62e809ba382e782284536ab109dd Description-en: translation updates for language Dzongkha Translation data updates for all supported packages for: Dzongkha . language-pack-dz-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-dz-base Description-md5: 8ed30f03c05041b4b42814ff34fab38f Description-en: translations for language Dzongkha Translation data for all supported packages for: Dzongkha . This package provides the bulk of translation data and is updated only seldom. language-pack-dz provides frequent translation updates, so you should install this as well. Package: language-pack-el Description-md5: bf069b368d39f9c1d8f4eda8c75b5832 Description-en: translation updates for language Greek, Modern (1453-) Translation data updates for all supported packages for: Greek, Modern (1453-) . language-pack-el-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-el-base Description-md5: 801f1f369eb9ebad57eba9a14b69f2cc Description-en: translations for language Greek, Modern (1453-) Translation data for all supported packages for: Greek, Modern (1453-) . This package provides the bulk of translation data and is updated only seldom. language-pack-el provides frequent translation updates, so you should install this as well. Package: language-pack-en Description-md5: 1d50dcc1c889caf78b59116d95acb689 Description-en: translation updates for language English Translation data updates for all supported packages for: English . language-pack-en-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-en-base Description-md5: 4d50ec3e150f74689e2c54919b300631 Description-en: translations for language English Translation data for all supported packages for: English . This package provides the bulk of translation data and is updated only seldom. language-pack-en provides frequent translation updates, so you should install this as well. Package: language-pack-eo Description-md5: 4d612644e4af68b4fad26a544958714b Description-en: translation updates for language Esperanto Translation data updates for all supported packages for: Esperanto . language-pack-eo-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-eo-base Description-md5: 7131d1d335bbae33aa87fd61ebb8728e Description-en: translations for language Esperanto Translation data for all supported packages for: Esperanto . This package provides the bulk of translation data and is updated only seldom. language-pack-eo provides frequent translation updates, so you should install this as well. Package: language-pack-es Description-md5: 7a373fb17da933b78cbebcb492badd03 Description-en: translation updates for language Spanish; Castilian Translation data updates for all supported packages for: Spanish; Castilian . language-pack-es-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-es-base Description-md5: 1d6b26e2e1f0d7a530581fe3843d3540 Description-en: translations for language Spanish; Castilian Translation data for all supported packages for: Spanish; Castilian . This package provides the bulk of translation data and is updated only seldom. language-pack-es provides frequent translation updates, so you should install this as well. Package: language-pack-et Description-md5: 22b7da0baed9516fb9ce2d51cca0c41d Description-en: translation updates for language Estonian Translation data updates for all supported packages for: Estonian . language-pack-et-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-et-base Description-md5: d0009203f1fe500fb705a3840c1478f2 Description-en: translations for language Estonian Translation data for all supported packages for: Estonian . This package provides the bulk of translation data and is updated only seldom. language-pack-et provides frequent translation updates, so you should install this as well. Package: language-pack-eu Description-md5: 3df38419401806ba95f38ddb438ac3c4 Description-en: translation updates for language Basque Translation data updates for all supported packages for: Basque . language-pack-eu-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-eu-base Description-md5: f66eef54282ee6ff8369aaacfffec24c Description-en: translations for language Basque Translation data for all supported packages for: Basque . This package provides the bulk of translation data and is updated only seldom. language-pack-eu provides frequent translation updates, so you should install this as well. Package: language-pack-fa Description-md5: 12c78e97a2b9b2415cb66832cf0d8e0f Description-en: translation updates for language Persian Translation data updates for all supported packages for: Persian . language-pack-fa-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-fa-base Description-md5: 3d60abe7c26b4c5c64b88c3e5626cb74 Description-en: translations for language Persian Translation data for all supported packages for: Persian . This package provides the bulk of translation data and is updated only seldom. language-pack-fa provides frequent translation updates, so you should install this as well. Package: language-pack-fi Description-md5: 5a3181df23020923606c71d3f11f2400 Description-en: translation updates for language Finnish Translation data updates for all supported packages for: Finnish . language-pack-fi-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-fi-base Description-md5: 69649dcd35128b8bab70b6a7c3423916 Description-en: translations for language Finnish Translation data for all supported packages for: Finnish . This package provides the bulk of translation data and is updated only seldom. language-pack-fi provides frequent translation updates, so you should install this as well. Package: language-pack-fr Description-md5: 309dd7e54102d66deb2a59a73577d65d Description-en: translation updates for language French Translation data updates for all supported packages for: French . language-pack-fr-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-fr-base Description-md5: 9b0508a6b9e7b451bcdb734707b962a9 Description-en: translations for language French Translation data for all supported packages for: French . This package provides the bulk of translation data and is updated only seldom. language-pack-fr provides frequent translation updates, so you should install this as well. Package: language-pack-ga Description-md5: afb72cd0308b4388a5de1d5376d8f710 Description-en: translation updates for language Irish Translation data updates for all supported packages for: Irish . language-pack-ga-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-ga-base Description-md5: dad2ef2f3b51f47660a1325ecb6e8444 Description-en: translations for language Irish Translation data for all supported packages for: Irish . This package provides the bulk of translation data and is updated only seldom. language-pack-ga provides frequent translation updates, so you should install this as well. Package: language-pack-gd Description-md5: 0a78a0b775ced525d1b02c4dbd4bd246 Description-en: translation updates for language Gaelic; Scottish Gaelic Translation data updates for all supported packages for: Gaelic; Scottish Gaelic . language-pack-gd-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-gd-base Description-md5: c5dcf19f2ce8a70ee10441e51b9c9f4e Description-en: translations for language Gaelic; Scottish Gaelic Translation data for all supported packages for: Gaelic; Scottish Gaelic . This package provides the bulk of translation data and is updated only seldom. language-pack-gd provides frequent translation updates, so you should install this as well. Package: language-pack-gl Description-md5: 401e02a1f6e5b0070cbf6816eb820b99 Description-en: translation updates for language Galician Translation data updates for all supported packages for: Galician . language-pack-gl-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-gl-base Description-md5: fdc37bc5f999ce7b299370b71557d91b Description-en: translations for language Galician Translation data for all supported packages for: Galician . This package provides the bulk of translation data and is updated only seldom. language-pack-gl provides frequent translation updates, so you should install this as well. Package: language-pack-gnome-af Description-md5: 03f00246cba45c8f55d1443f8e7dc385 Description-en: GNOME translation updates for language Afrikaans Translation data updates for all supported GNOME packages for: Afrikaans . language-pack-gnome-af-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-gnome-af-base Description-md5: 8e716c92217a4d1abc824304e2590795 Description-en: GNOME translations for language Afrikaans Translation data for all supported GNOME packages for: Afrikaans . This package provides the bulk of translation data and is updated only seldom. language-pack-gnome-af provides frequent translation updates, so you should install this as well. Package: language-pack-gnome-am Description-md5: 6a0f6906d5e65f8d586a550508d05fb0 Description-en: GNOME translation updates for language Amharic Translation data updates for all supported GNOME packages for: Amharic . language-pack-gnome-am-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-gnome-am-base Description-md5: fc178baa34307057585db99c60f5ae4e Description-en: GNOME translations for language Amharic Translation data for all supported GNOME packages for: Amharic . This package provides the bulk of translation data and is updated only seldom. language-pack-gnome-am provides frequent translation updates, so you should install this as well. Package: language-pack-gnome-an Description-md5: 0aac3e51000a31708c6f4462b77eafbc Description-en: GNOME translation updates for language Aragonese Translation data updates for all supported GNOME packages for: Aragonese . language-pack-gnome-an-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-gnome-an-base Description-md5: 4cc2b9efba21b7cd1d341f2b6448d179 Description-en: GNOME translations for language Aragonese Translation data for all supported GNOME packages for: Aragonese . This package provides the bulk of translation data and is updated only seldom. language-pack-gnome-an provides frequent translation updates, so you should install this as well. Package: language-pack-gnome-ar Description-md5: 0f6f92054b1a7dc34e76963baffa4d89 Description-en: GNOME translation updates for language Arabic Translation data updates for all supported GNOME packages for: Arabic . language-pack-gnome-ar-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-gnome-ar-base Description-md5: 6b409ad3ecfa0957ec92465c34b220a7 Description-en: GNOME translations for language Arabic Translation data for all supported GNOME packages for: Arabic . This package provides the bulk of translation data and is updated only seldom. language-pack-gnome-ar provides frequent translation updates, so you should install this as well. Package: language-pack-gnome-as Description-md5: 44e6111f833f0bca06a9339dc76a1fa4 Description-en: GNOME translation updates for language Assamese Translation data updates for all supported GNOME packages for: Assamese . language-pack-gnome-as-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-gnome-as-base Description-md5: 9e5b46ee392770c61be053e586db1d1b Description-en: GNOME translations for language Assamese Translation data for all supported GNOME packages for: Assamese . This package provides the bulk of translation data and is updated only seldom. language-pack-gnome-as provides frequent translation updates, so you should install this as well. Package: language-pack-gnome-ast Description-md5: 6a3be15a2b74123351bfddd4c40ccb80 Description-en: GNOME translation updates for language Asturian Translation data updates for all supported GNOME packages for: Asturian . language-pack-gnome-ast-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-gnome-ast-base Description-md5: 29a3c2b3c1e77a9a015f376afe296fc6 Description-en: GNOME translations for language Asturian Translation data for all supported GNOME packages for: Asturian . This package provides the bulk of translation data and is updated only seldom. language-pack-gnome-ast provides frequent translation updates, so you should install this as well. Package: language-pack-gnome-az Description-md5: 0586b807626a158d1c297704e9693094 Description-en: GNOME translation updates for language Azerbaijani Translation data updates for all supported GNOME packages for: Azerbaijani . language-pack-gnome-az-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-gnome-az-base Description-md5: 4a0cc5000417da2b02fbaf7e1b56b638 Description-en: GNOME translations for language Azerbaijani Translation data for all supported GNOME packages for: Azerbaijani . This package provides the bulk of translation data and is updated only seldom. language-pack-gnome-az provides frequent translation updates, so you should install this as well. Package: language-pack-gnome-be Description-md5: 96ea9c7f50faf1c2a796fb79251da380 Description-en: GNOME translation updates for language Belarusian Translation data updates for all supported GNOME packages for: Belarusian . language-pack-gnome-be-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-gnome-be-base Description-md5: 2f05d17b9a548c01ecb664544f50ba1e Description-en: GNOME translations for language Belarusian Translation data for all supported GNOME packages for: Belarusian . This package provides the bulk of translation data and is updated only seldom. language-pack-gnome-be provides frequent translation updates, so you should install this as well. Package: language-pack-gnome-bg Description-md5: 39c75e4a5d413cd9c9ed74d6edc586d6 Description-en: GNOME translation updates for language Bulgarian Translation data updates for all supported GNOME packages for: Bulgarian . language-pack-gnome-bg-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-gnome-bg-base Description-md5: 8a1d1b6f6fce08ac4b4f8f1b8b6c61ce Description-en: GNOME translations for language Bulgarian Translation data for all supported GNOME packages for: Bulgarian . This package provides the bulk of translation data and is updated only seldom. language-pack-gnome-bg provides frequent translation updates, so you should install this as well. Package: language-pack-gnome-bn Description-md5: 618bad86984babbaea7527bcf3af1813 Description-en: GNOME translation updates for language Bengali Translation data updates for all supported GNOME packages for: Bengali . language-pack-gnome-bn-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-gnome-bn-base Description-md5: 683861dab0513ec045b4707f39a7c1d0 Description-en: GNOME translations for language Bengali Translation data for all supported GNOME packages for: Bengali . This package provides the bulk of translation data and is updated only seldom. language-pack-gnome-bn provides frequent translation updates, so you should install this as well. Package: language-pack-gnome-br Description-md5: 0e0fd3c24b3d534422651bb466272942 Description-en: GNOME translation updates for language Breton Translation data updates for all supported GNOME packages for: Breton . language-pack-gnome-br-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-gnome-br-base Description-md5: e9faf34a465a703d7b022af6b6b8bb42 Description-en: GNOME translations for language Breton Translation data for all supported GNOME packages for: Breton . This package provides the bulk of translation data and is updated only seldom. language-pack-gnome-br provides frequent translation updates, so you should install this as well. Package: language-pack-gnome-bs Description-md5: 26d9ed7b5bbba1b9b962f4048b050736 Description-en: GNOME translation updates for language Bosnian Translation data updates for all supported GNOME packages for: Bosnian . language-pack-gnome-bs-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-gnome-bs-base Description-md5: 20a297709f48558e680c7ebc9220901a Description-en: GNOME translations for language Bosnian Translation data for all supported GNOME packages for: Bosnian . This package provides the bulk of translation data and is updated only seldom. language-pack-gnome-bs provides frequent translation updates, so you should install this as well. Package: language-pack-gnome-ca Description-md5: ab87ef4d7d2098ed4c1a34a7f113d9bb Description-en: GNOME translation updates for language Catalan; Valencian Translation data updates for all supported GNOME packages for: Catalan; Valencian . language-pack-gnome-ca-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-gnome-ca-base Description-md5: 4e3e5530fe505c7e26aae7e22b0c6082 Description-en: GNOME translations for language Catalan; Valencian Translation data for all supported GNOME packages for: Catalan; Valencian . This package provides the bulk of translation data and is updated only seldom. language-pack-gnome-ca provides frequent translation updates, so you should install this as well. Package: language-pack-gnome-crh Description-md5: 34ec837b5f9517fa4cb242bc2911d9be Description-en: GNOME translation updates for language Tatar, Crimean Translation data updates for all supported GNOME packages for: Tatar, Crimean . language-pack-gnome-crh-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-gnome-crh-base Description-md5: 96baee078fb9271f9d992c02185b3503 Description-en: GNOME translations for language Tatar, Crimean Translation data for all supported GNOME packages for: Tatar, Crimean . This package provides the bulk of translation data and is updated only seldom. language-pack-gnome-crh provides frequent translation updates, so you should install this as well. Package: language-pack-gnome-cs Description-md5: 3f1f01e2f8dae65e579521a8e5e78a11 Description-en: GNOME translation updates for language Czech Translation data updates for all supported GNOME packages for: Czech . language-pack-gnome-cs-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-gnome-cs-base Description-md5: 00a4405b87530e19774eeb1016adab80 Description-en: GNOME translations for language Czech Translation data for all supported GNOME packages for: Czech . This package provides the bulk of translation data and is updated only seldom. language-pack-gnome-cs provides frequent translation updates, so you should install this as well. Package: language-pack-gnome-cy Description-md5: ed81e88151014cb5147dce245cda6627 Description-en: GNOME translation updates for language Welsh Translation data updates for all supported GNOME packages for: Welsh . language-pack-gnome-cy-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-gnome-cy-base Description-md5: 8ca7498014d0db547925dd15582efc47 Description-en: GNOME translations for language Welsh Translation data for all supported GNOME packages for: Welsh . This package provides the bulk of translation data and is updated only seldom. language-pack-gnome-cy provides frequent translation updates, so you should install this as well. Package: language-pack-gnome-da Description-md5: f351d23d28ad484bafd77fcc6fba4150 Description-en: GNOME translation updates for language Danish Translation data updates for all supported GNOME packages for: Danish . language-pack-gnome-da-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-gnome-da-base Description-md5: e085e168402e89c38da8d5f7ed9dac1e Description-en: GNOME translations for language Danish Translation data for all supported GNOME packages for: Danish . This package provides the bulk of translation data and is updated only seldom. language-pack-gnome-da provides frequent translation updates, so you should install this as well. Package: language-pack-gnome-de Description-md5: a0958a91362128ab3efbd66e6933f5b3 Description-en: GNOME translation updates for language German Translation data updates for all supported GNOME packages for: German . language-pack-gnome-de-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-gnome-de-base Description-md5: f54c9d1d096ce5abd63fbb6d2bbf173e Description-en: GNOME translations for language German Translation data for all supported GNOME packages for: German . This package provides the bulk of translation data and is updated only seldom. language-pack-gnome-de provides frequent translation updates, so you should install this as well. Package: language-pack-gnome-dz Description-md5: b1d3795c03d04099c6060bca58c796ab Description-en: GNOME translation updates for language Dzongkha Translation data updates for all supported GNOME packages for: Dzongkha . language-pack-gnome-dz-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-gnome-dz-base Description-md5: 9f2dc473f82dbc7b0b961130085c12cc Description-en: GNOME translations for language Dzongkha Translation data for all supported GNOME packages for: Dzongkha . This package provides the bulk of translation data and is updated only seldom. language-pack-gnome-dz provides frequent translation updates, so you should install this as well. Package: language-pack-gnome-el Description-md5: 6dbbb5bc65518f12afeb2c03afec9aea Description-en: GNOME translation updates for language Greek, Modern (1453-) Translation data updates for all supported GNOME packages for: Greek, Modern (1453-) . language-pack-gnome-el-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-gnome-el-base Description-md5: 0e506815db01ae3de0db70d82358b239 Description-en: GNOME translations for language Greek, Modern (1453-) Translation data for all supported GNOME packages for: Greek, Modern (1453-) . This package provides the bulk of translation data and is updated only seldom. language-pack-gnome-el provides frequent translation updates, so you should install this as well. Package: language-pack-gnome-en Description-md5: f157b41ce91b17658e35473d760b0ee8 Description-en: GNOME translation updates for language English Translation data updates for all supported GNOME packages for: English . language-pack-gnome-en-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-gnome-en-base Description-md5: 6dcf0d0aa5e8c80949aea145d961d4ff Description-en: GNOME translations for language English Translation data for all supported GNOME packages for: English . This package provides the bulk of translation data and is updated only seldom. language-pack-gnome-en provides frequent translation updates, so you should install this as well. Package: language-pack-gnome-eo Description-md5: ceacc3b2057b1f72d1b6327d8759fbeb Description-en: GNOME translation updates for language Esperanto Translation data updates for all supported GNOME packages for: Esperanto . language-pack-gnome-eo-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-gnome-eo-base Description-md5: 86d3eb823a1db57d463e3879f090b212 Description-en: GNOME translations for language Esperanto Translation data for all supported GNOME packages for: Esperanto . This package provides the bulk of translation data and is updated only seldom. language-pack-gnome-eo provides frequent translation updates, so you should install this as well. Package: language-pack-gnome-es Description-md5: 7a7b33095707884163c9cbe9ae7373b0 Description-en: GNOME translation updates for language Spanish; Castilian Translation data updates for all supported GNOME packages for: Spanish; Castilian . language-pack-gnome-es-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-gnome-es-base Description-md5: 983d0cbe31440ccade3b4083c6c8d49e Description-en: GNOME translations for language Spanish; Castilian Translation data for all supported GNOME packages for: Spanish; Castilian . This package provides the bulk of translation data and is updated only seldom. language-pack-gnome-es provides frequent translation updates, so you should install this as well. Package: language-pack-gnome-et Description-md5: fab1585cf3e8c550080ac329d5e52581 Description-en: GNOME translation updates for language Estonian Translation data updates for all supported GNOME packages for: Estonian . language-pack-gnome-et-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-gnome-et-base Description-md5: 09789edfaecf691231d91a73a577d329 Description-en: GNOME translations for language Estonian Translation data for all supported GNOME packages for: Estonian . This package provides the bulk of translation data and is updated only seldom. language-pack-gnome-et provides frequent translation updates, so you should install this as well. Package: language-pack-gnome-eu Description-md5: 9d58b7ea5c4c440d487ef4a0edfc5906 Description-en: GNOME translation updates for language Basque Translation data updates for all supported GNOME packages for: Basque . language-pack-gnome-eu-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-gnome-eu-base Description-md5: 601a3771386658d41ca9f180a5d6ac5f Description-en: GNOME translations for language Basque Translation data for all supported GNOME packages for: Basque . This package provides the bulk of translation data and is updated only seldom. language-pack-gnome-eu provides frequent translation updates, so you should install this as well. Package: language-pack-gnome-fa Description-md5: 551205c028d3eef0365255924c6f6016 Description-en: GNOME translation updates for language Persian Translation data updates for all supported GNOME packages for: Persian . language-pack-gnome-fa-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-gnome-fa-base Description-md5: 52384612794213c4d4d9f267a0463a98 Description-en: GNOME translations for language Persian Translation data for all supported GNOME packages for: Persian . This package provides the bulk of translation data and is updated only seldom. language-pack-gnome-fa provides frequent translation updates, so you should install this as well. Package: language-pack-gnome-fi Description-md5: 04748a1b6c60eb8cb3ed435bc40e6c63 Description-en: GNOME translation updates for language Finnish Translation data updates for all supported GNOME packages for: Finnish . language-pack-gnome-fi-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-gnome-fi-base Description-md5: fc10ffbbd8a598c55917993acbe77a9b Description-en: GNOME translations for language Finnish Translation data for all supported GNOME packages for: Finnish . This package provides the bulk of translation data and is updated only seldom. language-pack-gnome-fi provides frequent translation updates, so you should install this as well. Package: language-pack-gnome-fr Description-md5: 21adbce30a921a4d7cc42bf6b23ce710 Description-en: GNOME translation updates for language French Translation data updates for all supported GNOME packages for: French . language-pack-gnome-fr-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-gnome-fr-base Description-md5: b901a09fbcee9911358fb23d15c18001 Description-en: GNOME translations for language French Translation data for all supported GNOME packages for: French . This package provides the bulk of translation data and is updated only seldom. language-pack-gnome-fr provides frequent translation updates, so you should install this as well. Package: language-pack-gnome-ga Description-md5: 0cc908d04c46970488a92d91e1fa3eb6 Description-en: GNOME translation updates for language Irish Translation data updates for all supported GNOME packages for: Irish . language-pack-gnome-ga-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-gnome-ga-base Description-md5: 4b0fc4db3cca34a82e094aa0594f30aa Description-en: GNOME translations for language Irish Translation data for all supported GNOME packages for: Irish . This package provides the bulk of translation data and is updated only seldom. language-pack-gnome-ga provides frequent translation updates, so you should install this as well. Package: language-pack-gnome-gd Description-md5: d3d41a5b8521d7116325ee5f62bc4b6d Description-en: GNOME translation updates for language Gaelic; Scottish Gaelic Translation data updates for all supported GNOME packages for: Gaelic; Scottish Gaelic . language-pack-gnome-gd-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-gnome-gd-base Description-md5: dcb3564a2bab75ff5ce823b7dfd6e695 Description-en: GNOME translations for language Gaelic; Scottish Gaelic Translation data for all supported GNOME packages for: Gaelic; Scottish Gaelic . This package provides the bulk of translation data and is updated only seldom. language-pack-gnome-gd provides frequent translation updates, so you should install this as well. Package: language-pack-gnome-gl Description-md5: 3f6b490651b0c00a48c9d5ea7dbb0540 Description-en: GNOME translation updates for language Galician Translation data updates for all supported GNOME packages for: Galician . language-pack-gnome-gl-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-gnome-gl-base Description-md5: b58d2983ed777a15a2ad903880d96493 Description-en: GNOME translations for language Galician Translation data for all supported GNOME packages for: Galician . This package provides the bulk of translation data and is updated only seldom. language-pack-gnome-gl provides frequent translation updates, so you should install this as well. Package: language-pack-gnome-gu Description-md5: bf62acc24f1c0ad53a1acb347048aaf7 Description-en: GNOME translation updates for language Gujarati Translation data updates for all supported GNOME packages for: Gujarati . language-pack-gnome-gu-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-gnome-gu-base Description-md5: f7582ec407a93e7d514123e211b2df50 Description-en: GNOME translations for language Gujarati Translation data for all supported GNOME packages for: Gujarati . This package provides the bulk of translation data and is updated only seldom. language-pack-gnome-gu provides frequent translation updates, so you should install this as well. Package: language-pack-gnome-he Description-md5: 011d59ad93627223b59a1d2f1f8ba819 Description-en: GNOME translation updates for language Hebrew Translation data updates for all supported GNOME packages for: Hebrew . language-pack-gnome-he-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-gnome-he-base Description-md5: beff55082040d0366e73f9ae97bb8be5 Description-en: GNOME translations for language Hebrew Translation data for all supported GNOME packages for: Hebrew . This package provides the bulk of translation data and is updated only seldom. language-pack-gnome-he provides frequent translation updates, so you should install this as well. Package: language-pack-gnome-hi Description-md5: 9d65f9fe672554b8a95723b2f44b0535 Description-en: GNOME translation updates for language Hindi Translation data updates for all supported GNOME packages for: Hindi . language-pack-gnome-hi-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-gnome-hi-base Description-md5: 8971cdb99d712d856b39264edf215aa1 Description-en: GNOME translations for language Hindi Translation data for all supported GNOME packages for: Hindi . This package provides the bulk of translation data and is updated only seldom. language-pack-gnome-hi provides frequent translation updates, so you should install this as well. Package: language-pack-gnome-hr Description-md5: 044892d57458d04841f2ae46766bbe68 Description-en: GNOME translation updates for language Croatian Translation data updates for all supported GNOME packages for: Croatian . language-pack-gnome-hr-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-gnome-hr-base Description-md5: 11be93aa79c21ac5e9d40b3719403117 Description-en: GNOME translations for language Croatian Translation data for all supported GNOME packages for: Croatian . This package provides the bulk of translation data and is updated only seldom. language-pack-gnome-hr provides frequent translation updates, so you should install this as well. Package: language-pack-gnome-hu Description-md5: 7eace40e3cbcdb248004e88dea56dec4 Description-en: GNOME translation updates for language Hungarian Translation data updates for all supported GNOME packages for: Hungarian . language-pack-gnome-hu-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-gnome-hu-base Description-md5: 5f77cf8b924f572be024835291c44cef Description-en: GNOME translations for language Hungarian Translation data for all supported GNOME packages for: Hungarian . This package provides the bulk of translation data and is updated only seldom. language-pack-gnome-hu provides frequent translation updates, so you should install this as well. Package: language-pack-gnome-ia Description-md5: de3fb08a7b5ad1827191893cd6ad11cf Description-en: GNOME translation updates for language Interlingua (International Auxiliary Language Association) Translation data updates for all supported GNOME packages for: Interlingua (International Auxiliary Language Association) . language-pack-gnome-ia-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-gnome-ia-base Description-md5: 8a76f2f4c32992f8db56551f1df2cf29 Description-en: GNOME translations for language Interlingua (International Auxiliary Language Association) Translation data for all supported GNOME packages for: Interlingua (International Auxiliary Language Association) . This package provides the bulk of translation data and is updated only seldom. language-pack-gnome-ia provides frequent translation updates, so you should install this as well. Package: language-pack-gnome-id Description-md5: 6911adb303367e541af85d78473fee32 Description-en: GNOME translation updates for language Indonesian Translation data updates for all supported GNOME packages for: Indonesian . language-pack-gnome-id-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-gnome-id-base Description-md5: 7debbdf0cb01fd3c61b80db33a66a598 Description-en: GNOME translations for language Indonesian Translation data for all supported GNOME packages for: Indonesian . This package provides the bulk of translation data and is updated only seldom. language-pack-gnome-id provides frequent translation updates, so you should install this as well. Package: language-pack-gnome-is Description-md5: a26cf69f6d0d6210f13f5abfdea8c869 Description-en: GNOME translation updates for language Icelandic Translation data updates for all supported GNOME packages for: Icelandic . language-pack-gnome-is-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-gnome-is-base Description-md5: 701eaaf2c397ba4c8abcd517267b7bd8 Description-en: GNOME translations for language Icelandic Translation data for all supported GNOME packages for: Icelandic . This package provides the bulk of translation data and is updated only seldom. language-pack-gnome-is provides frequent translation updates, so you should install this as well. Package: language-pack-gnome-it Description-md5: 32f81303de09a8b4c153e2c9f933756e Description-en: GNOME translation updates for language Italian Translation data updates for all supported GNOME packages for: Italian . language-pack-gnome-it-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-gnome-it-base Description-md5: 127bd385b638390c80e6549d357158da Description-en: GNOME translations for language Italian Translation data for all supported GNOME packages for: Italian . This package provides the bulk of translation data and is updated only seldom. language-pack-gnome-it provides frequent translation updates, so you should install this as well. Package: language-pack-gnome-ja Description-md5: 4a04c4a4bd51eccfcc200fe3c710ee1c Description-en: GNOME translation updates for language Japanese Translation data updates for all supported GNOME packages for: Japanese . language-pack-gnome-ja-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-gnome-ja-base Description-md5: 13319f21aefdbb1cb1c486f5f8c7d7a5 Description-en: GNOME translations for language Japanese Translation data for all supported GNOME packages for: Japanese . This package provides the bulk of translation data and is updated only seldom. language-pack-gnome-ja provides frequent translation updates, so you should install this as well. Package: language-pack-gnome-ka Description-md5: ec29bcfa3737fb537c84960a86a2257e Description-en: GNOME translation updates for language Georgian Translation data updates for all supported GNOME packages for: Georgian . language-pack-gnome-ka-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-gnome-ka-base Description-md5: 7c03451b213b867665adccb84361abff Description-en: GNOME translations for language Georgian Translation data for all supported GNOME packages for: Georgian . This package provides the bulk of translation data and is updated only seldom. language-pack-gnome-ka provides frequent translation updates, so you should install this as well. Package: language-pack-gnome-kk Description-md5: 714afabe2ef0f5eb4fa6a2cb9eb4c5ed Description-en: GNOME translation updates for language Kazakh Translation data updates for all supported GNOME packages for: Kazakh . language-pack-gnome-kk-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-gnome-kk-base Description-md5: e60f8c0fb55f84da371ee524f749163c Description-en: GNOME translations for language Kazakh Translation data for all supported GNOME packages for: Kazakh . This package provides the bulk of translation data and is updated only seldom. language-pack-gnome-kk provides frequent translation updates, so you should install this as well. Package: language-pack-gnome-km Description-md5: e14deb3436dbea25abc58ec302b968f8 Description-en: GNOME translation updates for language Central Khmer Translation data updates for all supported GNOME packages for: Central Khmer . language-pack-gnome-km-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-gnome-km-base Description-md5: 539644a98859f7b9915b32f93acc41bf Description-en: GNOME translations for language Central Khmer Translation data for all supported GNOME packages for: Central Khmer . This package provides the bulk of translation data and is updated only seldom. language-pack-gnome-km provides frequent translation updates, so you should install this as well. Package: language-pack-gnome-kn Description-md5: a5aa28c8af1e1dcea8b7ed58d1dc79ee Description-en: GNOME translation updates for language Kannada Translation data updates for all supported GNOME packages for: Kannada . language-pack-gnome-kn-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-gnome-kn-base Description-md5: 813626350bec0223e8660a5546539b16 Description-en: GNOME translations for language Kannada Translation data for all supported GNOME packages for: Kannada . This package provides the bulk of translation data and is updated only seldom. language-pack-gnome-kn provides frequent translation updates, so you should install this as well. Package: language-pack-gnome-ko Description-md5: 4828e180b1e2aa3b76474b717ec1111f Description-en: GNOME translation updates for language Korean Translation data updates for all supported GNOME packages for: Korean . language-pack-gnome-ko-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-gnome-ko-base Description-md5: 7c19ce071b7c68f137ffd5ed07445cda Description-en: GNOME translations for language Korean Translation data for all supported GNOME packages for: Korean . This package provides the bulk of translation data and is updated only seldom. language-pack-gnome-ko provides frequent translation updates, so you should install this as well. Package: language-pack-gnome-ku Description-md5: 533d53605921556aaeeabfb009c47e40 Description-en: GNOME translation updates for language Kurdish Translation data updates for all supported GNOME packages for: Kurdish . language-pack-gnome-ku-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-gnome-ku-base Description-md5: 08e62d14f8279cdcf46a6d0100c1894c Description-en: GNOME translations for language Kurdish Translation data for all supported GNOME packages for: Kurdish . This package provides the bulk of translation data and is updated only seldom. language-pack-gnome-ku provides frequent translation updates, so you should install this as well. Package: language-pack-gnome-lt Description-md5: 4ba7442de17833bbc1569f5cc3616989 Description-en: GNOME translation updates for language Lithuanian Translation data updates for all supported GNOME packages for: Lithuanian . language-pack-gnome-lt-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-gnome-lt-base Description-md5: 7d1b02dac8da0b68d1ff87b3e743ecab Description-en: GNOME translations for language Lithuanian Translation data for all supported GNOME packages for: Lithuanian . This package provides the bulk of translation data and is updated only seldom. language-pack-gnome-lt provides frequent translation updates, so you should install this as well. Package: language-pack-gnome-lv Description-md5: b2cc43479ccef9c8e91e041ed3c30d31 Description-en: GNOME translation updates for language Latvian Translation data updates for all supported GNOME packages for: Latvian . language-pack-gnome-lv-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-gnome-lv-base Description-md5: c740682e1c1a0f947b9927d10dcbd552 Description-en: GNOME translations for language Latvian Translation data for all supported GNOME packages for: Latvian . This package provides the bulk of translation data and is updated only seldom. language-pack-gnome-lv provides frequent translation updates, so you should install this as well. Package: language-pack-gnome-mai Description-md5: a117b47da8535d9bc1607413af0e4990 Description-en: GNOME translation updates for language Maithili Translation data updates for all supported GNOME packages for: Maithili . language-pack-gnome-mai-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-gnome-mai-base Description-md5: 99b3f5dc53db18cc6c155766c921a3c9 Description-en: GNOME translations for language Maithili Translation data for all supported GNOME packages for: Maithili . This package provides the bulk of translation data and is updated only seldom. language-pack-gnome-mai provides frequent translation updates, so you should install this as well. Package: language-pack-gnome-mk Description-md5: 2922782fc5716cf8bc95473be5487aaf Description-en: GNOME translation updates for language Macedonian Translation data updates for all supported GNOME packages for: Macedonian . language-pack-gnome-mk-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-gnome-mk-base Description-md5: 74a11822caab07b3e843010a06c61308 Description-en: GNOME translations for language Macedonian Translation data for all supported GNOME packages for: Macedonian . This package provides the bulk of translation data and is updated only seldom. language-pack-gnome-mk provides frequent translation updates, so you should install this as well. Package: language-pack-gnome-ml Description-md5: 12e323acf19a1fa6542aea20129fd772 Description-en: GNOME translation updates for language Malayalam Translation data updates for all supported GNOME packages for: Malayalam . language-pack-gnome-ml-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-gnome-ml-base Description-md5: b8ee340a84ec0331b3810dca05b3af4b Description-en: GNOME translations for language Malayalam Translation data for all supported GNOME packages for: Malayalam . This package provides the bulk of translation data and is updated only seldom. language-pack-gnome-ml provides frequent translation updates, so you should install this as well. Package: language-pack-gnome-mr Description-md5: 9b0e9d1864953992f55621e31fea2dd6 Description-en: GNOME translation updates for language Marathi Translation data updates for all supported GNOME packages for: Marathi . language-pack-gnome-mr-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-gnome-mr-base Description-md5: 082eb38e25b22826d51c644f5f1c4154 Description-en: GNOME translations for language Marathi Translation data for all supported GNOME packages for: Marathi . This package provides the bulk of translation data and is updated only seldom. language-pack-gnome-mr provides frequent translation updates, so you should install this as well. Package: language-pack-gnome-ms Description-md5: 87e64cf63dc5ec9474864761c98cc277 Description-en: GNOME translation updates for language Malay Translation data updates for all supported GNOME packages for: Malay . language-pack-gnome-ms-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-gnome-ms-base Description-md5: dae19fdc27a75f13b37dfbd554b9920d Description-en: GNOME translations for language Malay Translation data for all supported GNOME packages for: Malay . This package provides the bulk of translation data and is updated only seldom. language-pack-gnome-ms provides frequent translation updates, so you should install this as well. Package: language-pack-gnome-my Description-md5: 6e30200fe15bd569b10f3710ff2733d6 Description-en: GNOME translation updates for language Burmese Translation data updates for all supported GNOME packages for: Burmese . language-pack-gnome-my-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-gnome-my-base Description-md5: 9c88e8c1f302f2efb13f7f63fa40f37e Description-en: GNOME translations for language Burmese Translation data for all supported GNOME packages for: Burmese . This package provides the bulk of translation data and is updated only seldom. language-pack-gnome-my provides frequent translation updates, so you should install this as well. Package: language-pack-gnome-nb Description-md5: 6a1b73da105a57b595b139f8bf97ef1f Description-en: GNOME translation updates for language Bokmål, Norwegian; Norwegian Bokmål Translation data updates for all supported GNOME packages for: Bokmål, Norwegian; Norwegian Bokmål . language-pack-gnome-nb-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-gnome-nb-base Description-md5: 7acea85112366268273879cf1fb63d00 Description-en: GNOME translations for language Bokmål, Norwegian; Norwegian Bokmål Translation data for all supported GNOME packages for: Bokmål, Norwegian; Norwegian Bokmål . This package provides the bulk of translation data and is updated only seldom. language-pack-gnome-nb provides frequent translation updates, so you should install this as well. Package: language-pack-gnome-nds Description-md5: 82bbe4142808df0f11e1203cbb622a52 Description-en: GNOME translation updates for language German, Low Translation data updates for all supported GNOME packages for: German, Low . language-pack-gnome-nds-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-gnome-nds-base Description-md5: 4c461a96f247e0bc6766c05feca8af92 Description-en: GNOME translations for language German, Low Translation data for all supported GNOME packages for: German, Low . This package provides the bulk of translation data and is updated only seldom. language-pack-gnome-nds provides frequent translation updates, so you should install this as well. Package: language-pack-gnome-ne Description-md5: 2f1a937545a84cfe0c3b4ffca7267bf1 Description-en: GNOME translation updates for language Nepali Translation data updates for all supported GNOME packages for: Nepali . language-pack-gnome-ne-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-gnome-ne-base Description-md5: cc44ea151a4ae98b863e289583f1ebfd Description-en: GNOME translations for language Nepali Translation data for all supported GNOME packages for: Nepali . This package provides the bulk of translation data and is updated only seldom. language-pack-gnome-ne provides frequent translation updates, so you should install this as well. Package: language-pack-gnome-nl Description-md5: 1d604658a57e2a027894f420d2aeb9f6 Description-en: GNOME translation updates for language Dutch; Flemish Translation data updates for all supported GNOME packages for: Dutch; Flemish . language-pack-gnome-nl-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-gnome-nl-base Description-md5: 37834e64ef66a034f09effbb51f4fab7 Description-en: GNOME translations for language Dutch; Flemish Translation data for all supported GNOME packages for: Dutch; Flemish . This package provides the bulk of translation data and is updated only seldom. language-pack-gnome-nl provides frequent translation updates, so you should install this as well. Package: language-pack-gnome-nn Description-md5: 94f1a27ad27bb708529205507fd85429 Description-en: GNOME translation updates for language Norwegian Nynorsk; Nynorsk, Norwegian Translation data updates for all supported GNOME packages for: Norwegian Nynorsk; Nynorsk, Norwegian . language-pack-gnome-nn-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-gnome-nn-base Description-md5: 2361eaea8d3fbffd19c12235a054647d Description-en: GNOME translations for language Norwegian Nynorsk; Nynorsk, Norwegian Translation data for all supported GNOME packages for: Norwegian Nynorsk; Nynorsk, Norwegian . This package provides the bulk of translation data and is updated only seldom. language-pack-gnome-nn provides frequent translation updates, so you should install this as well. Package: language-pack-gnome-oc Description-md5: 66709e79725308337ddae299414597b2 Description-en: GNOME translation updates for language Occitan (post 1500) Translation data updates for all supported GNOME packages for: Occitan (post 1500) . language-pack-gnome-oc-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-gnome-oc-base Description-md5: 03f6d0a0742ef2501a78fa0c46af92cc Description-en: GNOME translations for language Occitan (post 1500) Translation data for all supported GNOME packages for: Occitan (post 1500) . This package provides the bulk of translation data and is updated only seldom. language-pack-gnome-oc provides frequent translation updates, so you should install this as well. Package: language-pack-gnome-or Description-md5: b54573c8a85273e8395d289e946e17da Description-en: GNOME translation updates for language Oriya Translation data updates for all supported GNOME packages for: Oriya . language-pack-gnome-or-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-gnome-or-base Description-md5: 83d7866a97d42af7d9a004ca2752c21a Description-en: GNOME translations for language Oriya Translation data for all supported GNOME packages for: Oriya . This package provides the bulk of translation data and is updated only seldom. language-pack-gnome-or provides frequent translation updates, so you should install this as well. Package: language-pack-gnome-pa Description-md5: 5be4e374eb6b9e6959faf7cad9d7f66b Description-en: GNOME translation updates for language Panjabi; Punjabi Translation data updates for all supported GNOME packages for: Panjabi; Punjabi . language-pack-gnome-pa-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-gnome-pa-base Description-md5: c6a8dfc20918971e648f39bd171d7538 Description-en: GNOME translations for language Panjabi; Punjabi Translation data for all supported GNOME packages for: Panjabi; Punjabi . This package provides the bulk of translation data and is updated only seldom. language-pack-gnome-pa provides frequent translation updates, so you should install this as well. Package: language-pack-gnome-pl Description-md5: f43ceb1b03f4255958e3e4557c37aa58 Description-en: GNOME translation updates for language Polish Translation data updates for all supported GNOME packages for: Polish . language-pack-gnome-pl-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-gnome-pl-base Description-md5: 6315e4744f9582612befc793db907b66 Description-en: GNOME translations for language Polish Translation data for all supported GNOME packages for: Polish . This package provides the bulk of translation data and is updated only seldom. language-pack-gnome-pl provides frequent translation updates, so you should install this as well. Package: language-pack-gnome-pt Description-md5: 8bd089c6a5524f01c6f3ca61600de39c Description-en: GNOME translation updates for language Portuguese Translation data updates for all supported GNOME packages for: Portuguese . language-pack-gnome-pt-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-gnome-pt-base Description-md5: 4ee89c98e155a3fca14d1ccad82fc438 Description-en: GNOME translations for language Portuguese Translation data for all supported GNOME packages for: Portuguese . This package provides the bulk of translation data and is updated only seldom. language-pack-gnome-pt provides frequent translation updates, so you should install this as well. Package: language-pack-gnome-ro Description-md5: 3540af51111fa5be98432a3342d524b1 Description-en: GNOME translation updates for language Romanian Translation data updates for all supported GNOME packages for: Romanian . language-pack-gnome-ro-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-gnome-ro-base Description-md5: 7cae8d5120001604efabf2f7f91a0274 Description-en: GNOME translations for language Romanian Translation data for all supported GNOME packages for: Romanian . This package provides the bulk of translation data and is updated only seldom. language-pack-gnome-ro provides frequent translation updates, so you should install this as well. Package: language-pack-gnome-ru Description-md5: ba49f5482199ce5fcccb32e707e43111 Description-en: GNOME translation updates for language Russian Translation data updates for all supported GNOME packages for: Russian . language-pack-gnome-ru-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-gnome-ru-base Description-md5: 80a178c6df431d1149ac2879c976c67b Description-en: GNOME translations for language Russian Translation data for all supported GNOME packages for: Russian . This package provides the bulk of translation data and is updated only seldom. language-pack-gnome-ru provides frequent translation updates, so you should install this as well. Package: language-pack-gnome-si Description-md5: eff7b3f9c7b20c6316294b4b87994efb Description-en: GNOME translation updates for language Sinhala; Sinhalese Translation data updates for all supported GNOME packages for: Sinhala; Sinhalese . language-pack-gnome-si-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-gnome-si-base Description-md5: 7de9ae6781852cc9f642191a54229c23 Description-en: GNOME translations for language Sinhala; Sinhalese Translation data for all supported GNOME packages for: Sinhala; Sinhalese . This package provides the bulk of translation data and is updated only seldom. language-pack-gnome-si provides frequent translation updates, so you should install this as well. Package: language-pack-gnome-sk Description-md5: 7f1bb07378a0d7c8013f9aeaebdef863 Description-en: GNOME translation updates for language Slovak Translation data updates for all supported GNOME packages for: Slovak . language-pack-gnome-sk-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-gnome-sk-base Description-md5: f7d2bf42f49309958b0c8270abd6f043 Description-en: GNOME translations for language Slovak Translation data for all supported GNOME packages for: Slovak . This package provides the bulk of translation data and is updated only seldom. language-pack-gnome-sk provides frequent translation updates, so you should install this as well. Package: language-pack-gnome-sl Description-md5: 9ff05ef79f08a9edbbf7d641dada217c Description-en: GNOME translation updates for language Slovenian Translation data updates for all supported GNOME packages for: Slovenian . language-pack-gnome-sl-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-gnome-sl-base Description-md5: d1c125d5e64d7cb437dcfc5aecfc010b Description-en: GNOME translations for language Slovenian Translation data for all supported GNOME packages for: Slovenian . This package provides the bulk of translation data and is updated only seldom. language-pack-gnome-sl provides frequent translation updates, so you should install this as well. Package: language-pack-gnome-sq Description-md5: b1866be86dde73bbc352177c4681624a Description-en: GNOME translation updates for language Albanian Translation data updates for all supported GNOME packages for: Albanian . language-pack-gnome-sq-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-gnome-sq-base Description-md5: 4dde5935c1ef292cfb9a3847415f9203 Description-en: GNOME translations for language Albanian Translation data for all supported GNOME packages for: Albanian . This package provides the bulk of translation data and is updated only seldom. language-pack-gnome-sq provides frequent translation updates, so you should install this as well. Package: language-pack-gnome-sr Description-md5: 45acfa8d4ee7923177892692b5119e1e Description-en: GNOME translation updates for language Serbian Translation data updates for all supported GNOME packages for: Serbian . language-pack-gnome-sr-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-gnome-sr-base Description-md5: d6bba7853de4421ad89ce866e3448768 Description-en: GNOME translations for language Serbian Translation data for all supported GNOME packages for: Serbian . This package provides the bulk of translation data and is updated only seldom. language-pack-gnome-sr provides frequent translation updates, so you should install this as well. Package: language-pack-gnome-sv Description-md5: bb1d72d15af6affc7a4b16c6e635c08f Description-en: GNOME translation updates for language Swedish Translation data updates for all supported GNOME packages for: Swedish . language-pack-gnome-sv-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-gnome-sv-base Description-md5: f5f380a948362efc4eb39306fd6b25a5 Description-en: GNOME translations for language Swedish Translation data for all supported GNOME packages for: Swedish . This package provides the bulk of translation data and is updated only seldom. language-pack-gnome-sv provides frequent translation updates, so you should install this as well. Package: language-pack-gnome-ta Description-md5: 1f87e19e829b55bdf13e56bd13043076 Description-en: GNOME translation updates for language Tamil Translation data updates for all supported GNOME packages for: Tamil . language-pack-gnome-ta-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-gnome-ta-base Description-md5: 7f9198f392bf94345eae66f7812b20f7 Description-en: GNOME translations for language Tamil Translation data for all supported GNOME packages for: Tamil . This package provides the bulk of translation data and is updated only seldom. language-pack-gnome-ta provides frequent translation updates, so you should install this as well. Package: language-pack-gnome-te Description-md5: 943b70671888a44264daf05f3045ef34 Description-en: GNOME translation updates for language Telugu Translation data updates for all supported GNOME packages for: Telugu . language-pack-gnome-te-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-gnome-te-base Description-md5: 905b65e342303bb10d18388b38b96353 Description-en: GNOME translations for language Telugu Translation data for all supported GNOME packages for: Telugu . This package provides the bulk of translation data and is updated only seldom. language-pack-gnome-te provides frequent translation updates, so you should install this as well. Package: language-pack-gnome-tg Description-md5: a703bae4ff921305bab998f41cbead33 Description-en: GNOME translation updates for language Tajik Translation data updates for all supported GNOME packages for: Tajik . language-pack-gnome-tg-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-gnome-tg-base Description-md5: b207702403ebfbcc2179cdc72f31c9ae Description-en: GNOME translations for language Tajik Translation data for all supported GNOME packages for: Tajik . This package provides the bulk of translation data and is updated only seldom. language-pack-gnome-tg provides frequent translation updates, so you should install this as well. Package: language-pack-gnome-th Description-md5: 260f7893c953bfa370cfcd3e18dc2333 Description-en: GNOME translation updates for language Thai Translation data updates for all supported GNOME packages for: Thai . language-pack-gnome-th-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-gnome-th-base Description-md5: 5ad4875bbdd96dcd96c47b6942cbcdea Description-en: GNOME translations for language Thai Translation data for all supported GNOME packages for: Thai . This package provides the bulk of translation data and is updated only seldom. language-pack-gnome-th provides frequent translation updates, so you should install this as well. Package: language-pack-gnome-tr Description-md5: 1df43f38739a28f0cf07581e88d49cc5 Description-en: GNOME translation updates for language Turkish Translation data updates for all supported GNOME packages for: Turkish . language-pack-gnome-tr-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-gnome-tr-base Description-md5: d3e2fd89dcaf73ded0f30af0c2c0deae Description-en: GNOME translations for language Turkish Translation data for all supported GNOME packages for: Turkish . This package provides the bulk of translation data and is updated only seldom. language-pack-gnome-tr provides frequent translation updates, so you should install this as well. Package: language-pack-gnome-ug Description-md5: da26f9c049165224a38795991258e233 Description-en: GNOME translation updates for language Uighur; Uyghur Translation data updates for all supported GNOME packages for: Uighur; Uyghur . language-pack-gnome-ug-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-gnome-ug-base Description-md5: e8294230eaaf997c67b0359525b1cf62 Description-en: GNOME translations for language Uighur; Uyghur Translation data for all supported GNOME packages for: Uighur; Uyghur . This package provides the bulk of translation data and is updated only seldom. language-pack-gnome-ug provides frequent translation updates, so you should install this as well. Package: language-pack-gnome-uk Description-md5: 8e4299e1c45206c9c3a1355ea82b7a6e Description-en: GNOME translation updates for language Ukrainian Translation data updates for all supported GNOME packages for: Ukrainian . language-pack-gnome-uk-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-gnome-uk-base Description-md5: a66bca391cb5c1553a32b03d6ba89e03 Description-en: GNOME translations for language Ukrainian Translation data for all supported GNOME packages for: Ukrainian . This package provides the bulk of translation data and is updated only seldom. language-pack-gnome-uk provides frequent translation updates, so you should install this as well. Package: language-pack-gnome-vi Description-md5: cb187da4eec75784dd42a52057c4afe6 Description-en: GNOME translation updates for language Vietnamese Translation data updates for all supported GNOME packages for: Vietnamese . language-pack-gnome-vi-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-gnome-vi-base Description-md5: a02fe55b4937f4d212b038e3ff928c4d Description-en: GNOME translations for language Vietnamese Translation data for all supported GNOME packages for: Vietnamese . This package provides the bulk of translation data and is updated only seldom. language-pack-gnome-vi provides frequent translation updates, so you should install this as well. Package: language-pack-gnome-xh Description-md5: 2dba3fa9542517d2f2567cb4556b3f6c Description-en: GNOME translation updates for language Xhosa Translation data updates for all supported GNOME packages for: Xhosa . language-pack-gnome-xh-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-gnome-xh-base Description-md5: 2c5af6d03c4bfc16093a2a6c5cb21b3a Description-en: GNOME translations for language Xhosa Translation data for all supported GNOME packages for: Xhosa . This package provides the bulk of translation data and is updated only seldom. language-pack-gnome-xh provides frequent translation updates, so you should install this as well. Package: language-pack-gnome-zh-hans Description-md5: 00a9e6c608c7c1c1ea6b2a39cdb1d336 Description-en: GNOME translation updates for language Simplified Chinese Translation data updates for all supported GNOME packages for: Simplified Chinese . language-pack-gnome-zh-hans-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-gnome-zh-hans-base Description-md5: 8d266886048cd59372d7b7b25cad65e9 Description-en: GNOME translations for language Simplified Chinese Translation data for all supported GNOME packages for: Simplified Chinese . This package provides the bulk of translation data and is updated only seldom. language-pack-gnome-zh-hans provides frequent translation updates, so you should install this as well. Package: language-pack-gnome-zh-hant Description-md5: 98d147f4998bf5fd350d5dcd4b0bdd8f Description-en: GNOME translation updates for language Traditional Chinese Translation data updates for all supported GNOME packages for: Traditional Chinese . language-pack-gnome-zh-hant-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-gnome-zh-hant-base Description-md5: 7f6891c51d198dbbd0787b942b59e90e Description-en: GNOME translations for language Traditional Chinese Translation data for all supported GNOME packages for: Traditional Chinese . This package provides the bulk of translation data and is updated only seldom. language-pack-gnome-zh-hant provides frequent translation updates, so you should install this as well. Package: language-pack-gu Description-md5: 630a37df7a4b998890d0d8ec4d67508d Description-en: translation updates for language Gujarati Translation data updates for all supported packages for: Gujarati . language-pack-gu-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-gu-base Description-md5: afa7eb56251783b45b7a9c22d14a6f9d Description-en: translations for language Gujarati Translation data for all supported packages for: Gujarati . This package provides the bulk of translation data and is updated only seldom. language-pack-gu provides frequent translation updates, so you should install this as well. Package: language-pack-he Description-md5: d818a44b8d69f5c3570e19e1052d8c44 Description-en: translation updates for language Hebrew Translation data updates for all supported packages for: Hebrew . language-pack-he-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-he-base Description-md5: faf62eb70bf7b4cbe788cca7e662d04b Description-en: translations for language Hebrew Translation data for all supported packages for: Hebrew . This package provides the bulk of translation data and is updated only seldom. language-pack-he provides frequent translation updates, so you should install this as well. Package: language-pack-hi Description-md5: 10c81a58a59764580519acdd9584b1b1 Description-en: translation updates for language Hindi Translation data updates for all supported packages for: Hindi . language-pack-hi-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-hi-base Description-md5: c0196984bd1163f90f6ecaa40a72d855 Description-en: translations for language Hindi Translation data for all supported packages for: Hindi . This package provides the bulk of translation data and is updated only seldom. language-pack-hi provides frequent translation updates, so you should install this as well. Package: language-pack-hr Description-md5: 34c162e587e1cdea815ca5ed6f077313 Description-en: translation updates for language Croatian Translation data updates for all supported packages for: Croatian . language-pack-hr-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-hr-base Description-md5: a447d80c901274a32ff85590aab5e8ba Description-en: translations for language Croatian Translation data for all supported packages for: Croatian . This package provides the bulk of translation data and is updated only seldom. language-pack-hr provides frequent translation updates, so you should install this as well. Package: language-pack-hu Description-md5: 0d0313d349ce5698586fe79ae7734182 Description-en: translation updates for language Hungarian Translation data updates for all supported packages for: Hungarian . language-pack-hu-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-hu-base Description-md5: b68965ab3e4c15fb92f2826979c1c76d Description-en: translations for language Hungarian Translation data for all supported packages for: Hungarian . This package provides the bulk of translation data and is updated only seldom. language-pack-hu provides frequent translation updates, so you should install this as well. Package: language-pack-ia Description-md5: 30050b7a8422ff40904e643dd296c76a Description-en: translation updates for language Interlingua (International Auxiliary Language Association) Translation data updates for all supported packages for: Interlingua (International Auxiliary Language Association) . language-pack-ia-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-ia-base Description-md5: 9b3f157dbcedaffd5e4578c398861bc2 Description-en: translations for language Interlingua (International Auxiliary Language Association) Translation data for all supported packages for: Interlingua (International Auxiliary Language Association) . This package provides the bulk of translation data and is updated only seldom. language-pack-ia provides frequent translation updates, so you should install this as well. Package: language-pack-id Description-md5: c4c927885d7ce41f7307a8312a52b719 Description-en: translation updates for language Indonesian Translation data updates for all supported packages for: Indonesian . language-pack-id-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-id-base Description-md5: 2952f1905ad6e2359ace30f7900fab0b Description-en: translations for language Indonesian Translation data for all supported packages for: Indonesian . This package provides the bulk of translation data and is updated only seldom. language-pack-id provides frequent translation updates, so you should install this as well. Package: language-pack-is Description-md5: ebb478ce4fa6147467d4a5addcbfe91c Description-en: translation updates for language Icelandic Translation data updates for all supported packages for: Icelandic . language-pack-is-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-is-base Description-md5: 38850b6e2e9899518ffc186078b8911f Description-en: translations for language Icelandic Translation data for all supported packages for: Icelandic . This package provides the bulk of translation data and is updated only seldom. language-pack-is provides frequent translation updates, so you should install this as well. Package: language-pack-it Description-md5: e120dba4eaa0911d53e8c96b72adf578 Description-en: translation updates for language Italian Translation data updates for all supported packages for: Italian . language-pack-it-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-it-base Description-md5: 99813ee4cadd38f6c7b74f675b34a449 Description-en: translations for language Italian Translation data for all supported packages for: Italian . This package provides the bulk of translation data and is updated only seldom. language-pack-it provides frequent translation updates, so you should install this as well. Package: language-pack-ja Description-md5: 7afb2a563f87356ed6329dc527a32e94 Description-en: translation updates for language Japanese Translation data updates for all supported packages for: Japanese . language-pack-ja-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-ja-base Description-md5: c52151431d27e2dcc1ed2fc2152797c8 Description-en: translations for language Japanese Translation data for all supported packages for: Japanese . This package provides the bulk of translation data and is updated only seldom. language-pack-ja provides frequent translation updates, so you should install this as well. Package: language-pack-ka Description-md5: 4a6c0052acdeb3e339afe50aeb4eab8b Description-en: translation updates for language Georgian Translation data updates for all supported packages for: Georgian . language-pack-ka-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-ka-base Description-md5: 133981ca5e178582776e1f7cc31edefa Description-en: translations for language Georgian Translation data for all supported packages for: Georgian . This package provides the bulk of translation data and is updated only seldom. language-pack-ka provides frequent translation updates, so you should install this as well. Package: language-pack-kk Description-md5: 98e9c347910ee2332ebb439bf240c098 Description-en: translation updates for language Kazakh Translation data updates for all supported packages for: Kazakh . language-pack-kk-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-kk-base Description-md5: 0321ed270db14e0a0e6ca71f6dca09ae Description-en: translations for language Kazakh Translation data for all supported packages for: Kazakh . This package provides the bulk of translation data and is updated only seldom. language-pack-kk provides frequent translation updates, so you should install this as well. Package: language-pack-km Description-md5: ca40fa76b2a05d161972d2b9fe61acf1 Description-en: translation updates for language Central Khmer Translation data updates for all supported packages for: Central Khmer . language-pack-km-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-km-base Description-md5: 382521288b14ddd695dcaab74e373dd2 Description-en: translations for language Central Khmer Translation data for all supported packages for: Central Khmer . This package provides the bulk of translation data and is updated only seldom. language-pack-km provides frequent translation updates, so you should install this as well. Package: language-pack-kn Description-md5: 8368f135dfe46a8b81c37c2f7870e7b7 Description-en: translation updates for language Kannada Translation data updates for all supported packages for: Kannada . language-pack-kn-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-kn-base Description-md5: c2017a7c289d9baf67e7d222d28ae9b5 Description-en: translations for language Kannada Translation data for all supported packages for: Kannada . This package provides the bulk of translation data and is updated only seldom. language-pack-kn provides frequent translation updates, so you should install this as well. Package: language-pack-ko Description-md5: 771f757939a95209894f9aa91be69bdf Description-en: translation updates for language Korean Translation data updates for all supported packages for: Korean . language-pack-ko-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-ko-base Description-md5: 333c6f787443de547e92672f3ee91c6c Description-en: translations for language Korean Translation data for all supported packages for: Korean . This package provides the bulk of translation data and is updated only seldom. language-pack-ko provides frequent translation updates, so you should install this as well. Package: language-pack-ku Description-md5: 3592b9815f5e61a1a402749bd9a44ccd Description-en: translation updates for language Kurdish Translation data updates for all supported packages for: Kurdish . language-pack-ku-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-ku-base Description-md5: 9d60d4781a1a8118cf6da846f6ce8b12 Description-en: translations for language Kurdish Translation data for all supported packages for: Kurdish . This package provides the bulk of translation data and is updated only seldom. language-pack-ku provides frequent translation updates, so you should install this as well. Package: language-pack-lt Description-md5: 0aa9b7870b4e450291143f74e957e291 Description-en: translation updates for language Lithuanian Translation data updates for all supported packages for: Lithuanian . language-pack-lt-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-lt-base Description-md5: 047f9630396ed1a0259a4bb51e951c29 Description-en: translations for language Lithuanian Translation data for all supported packages for: Lithuanian . This package provides the bulk of translation data and is updated only seldom. language-pack-lt provides frequent translation updates, so you should install this as well. Package: language-pack-lv Description-md5: 0514f99032fd1976655c4bf7e03146bc Description-en: translation updates for language Latvian Translation data updates for all supported packages for: Latvian . language-pack-lv-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-lv-base Description-md5: a2c4b8a2b8ddc06f922a6291ade84644 Description-en: translations for language Latvian Translation data for all supported packages for: Latvian . This package provides the bulk of translation data and is updated only seldom. language-pack-lv provides frequent translation updates, so you should install this as well. Package: language-pack-mai Description-md5: 3f30c4eb0cd24bb561962e8944e1ae94 Description-en: translation updates for language Maithili Translation data updates for all supported packages for: Maithili . language-pack-mai-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-mai-base Description-md5: 5b14f287c08e4c4a2441ebccbbad6326 Description-en: translations for language Maithili Translation data for all supported packages for: Maithili . This package provides the bulk of translation data and is updated only seldom. language-pack-mai provides frequent translation updates, so you should install this as well. Package: language-pack-mk Description-md5: a36efa2e9ffdbe0e1c5132e7b3bc555b Description-en: translation updates for language Macedonian Translation data updates for all supported packages for: Macedonian . language-pack-mk-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-mk-base Description-md5: 54ed36b2d46b04c8b30c110398daa507 Description-en: translations for language Macedonian Translation data for all supported packages for: Macedonian . This package provides the bulk of translation data and is updated only seldom. language-pack-mk provides frequent translation updates, so you should install this as well. Package: language-pack-ml Description-md5: 15eb580da4dd803cc6c7d597c3a74bb2 Description-en: translation updates for language Malayalam Translation data updates for all supported packages for: Malayalam . language-pack-ml-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-ml-base Description-md5: eccb849404152b1da1bb6a4a06a3918c Description-en: translations for language Malayalam Translation data for all supported packages for: Malayalam . This package provides the bulk of translation data and is updated only seldom. language-pack-ml provides frequent translation updates, so you should install this as well. Package: language-pack-mr Description-md5: c1463a5845988903df6aae41d673717f Description-en: translation updates for language Marathi Translation data updates for all supported packages for: Marathi . language-pack-mr-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-mr-base Description-md5: f0dd3c75c5552c902ae573917be0988c Description-en: translations for language Marathi Translation data for all supported packages for: Marathi . This package provides the bulk of translation data and is updated only seldom. language-pack-mr provides frequent translation updates, so you should install this as well. Package: language-pack-ms Description-md5: 6fac81122e8e9c5fc177bd018d9c2d5c Description-en: translation updates for language Malay Translation data updates for all supported packages for: Malay . language-pack-ms-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-ms-base Description-md5: 7b2a5d2a92b917facc024ac10ec1e808 Description-en: translations for language Malay Translation data for all supported packages for: Malay . This package provides the bulk of translation data and is updated only seldom. language-pack-ms provides frequent translation updates, so you should install this as well. Package: language-pack-my Description-md5: 11692a65ba9a3150357090110381ee19 Description-en: translation updates for language Burmese Translation data updates for all supported packages for: Burmese . language-pack-my-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-my-base Description-md5: eafee3e6ffb98e3bfbb14217961edb0a Description-en: translations for language Burmese Translation data for all supported packages for: Burmese . This package provides the bulk of translation data and is updated only seldom. language-pack-my provides frequent translation updates, so you should install this as well. Package: language-pack-nb Description-md5: e5a81539419b99b61d7ff8c5a7b0985b Description-en: translation updates for language Bokmål, Norwegian; Norwegian Bokmål Translation data updates for all supported packages for: Bokmål, Norwegian; Norwegian Bokmål . language-pack-nb-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-nb-base Description-md5: 848a8c4db84a81ca1844e7323c727f3c Description-en: translations for language Bokmål, Norwegian; Norwegian Bokmål Translation data for all supported packages for: Bokmål, Norwegian; Norwegian Bokmål . This package provides the bulk of translation data and is updated only seldom. language-pack-nb provides frequent translation updates, so you should install this as well. Package: language-pack-nds Description-md5: d1696da67bdcea01dacc28a956dd70c4 Description-en: translation updates for language German, Low Translation data updates for all supported packages for: German, Low . language-pack-nds-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-nds-base Description-md5: 137e7c9b7acb23f43087a960c65fcdac Description-en: translations for language German, Low Translation data for all supported packages for: German, Low . This package provides the bulk of translation data and is updated only seldom. language-pack-nds provides frequent translation updates, so you should install this as well. Package: language-pack-ne Description-md5: c1403e2f1c360545ad4ecd7ec86dd29f Description-en: translation updates for language Nepali Translation data updates for all supported packages for: Nepali . language-pack-ne-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-ne-base Description-md5: 73778da7d2c04e5881d1bb9c676a8b2a Description-en: translations for language Nepali Translation data for all supported packages for: Nepali . This package provides the bulk of translation data and is updated only seldom. language-pack-ne provides frequent translation updates, so you should install this as well. Package: language-pack-nl Description-md5: abbd06c2b718cf6ca34c0db17f0d7c37 Description-en: translation updates for language Dutch; Flemish Translation data updates for all supported packages for: Dutch; Flemish . language-pack-nl-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-nl-base Description-md5: 2c07d61e37160964bb9c1bddec329524 Description-en: translations for language Dutch; Flemish Translation data for all supported packages for: Dutch; Flemish . This package provides the bulk of translation data and is updated only seldom. language-pack-nl provides frequent translation updates, so you should install this as well. Package: language-pack-nn Description-md5: 12e80421f55580d4f4bb594b12a48b81 Description-en: translation updates for language Norwegian Nynorsk; Nynorsk, Norwegian Translation data updates for all supported packages for: Norwegian Nynorsk; Nynorsk, Norwegian . language-pack-nn-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-nn-base Description-md5: d5b06940bc7cef7e58d75032b2147707 Description-en: translations for language Norwegian Nynorsk; Nynorsk, Norwegian Translation data for all supported packages for: Norwegian Nynorsk; Nynorsk, Norwegian . This package provides the bulk of translation data and is updated only seldom. language-pack-nn provides frequent translation updates, so you should install this as well. Package: language-pack-oc Description-md5: c7d8488edf73defd42378e02543b8708 Description-en: translation updates for language Occitan (post 1500) Translation data updates for all supported packages for: Occitan (post 1500) . language-pack-oc-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-oc-base Description-md5: b480e25408b2374ec4df3c0785121b10 Description-en: translations for language Occitan (post 1500) Translation data for all supported packages for: Occitan (post 1500) . This package provides the bulk of translation data and is updated only seldom. language-pack-oc provides frequent translation updates, so you should install this as well. Package: language-pack-or Description-md5: 849d17e9eac687848aa688c4876f4723 Description-en: translation updates for language Oriya Translation data updates for all supported packages for: Oriya . language-pack-or-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-or-base Description-md5: 8ab6ee3ce7a0b1ce4b6d84f8ac3d3287 Description-en: translations for language Oriya Translation data for all supported packages for: Oriya . This package provides the bulk of translation data and is updated only seldom. language-pack-or provides frequent translation updates, so you should install this as well. Package: language-pack-pa Description-md5: e0b453c4f3b09ad56c98e5ec913147a3 Description-en: translation updates for language Panjabi; Punjabi Translation data updates for all supported packages for: Panjabi; Punjabi . language-pack-pa-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-pa-base Description-md5: e579ea480c2c7b2878cf7bab852c841b Description-en: translations for language Panjabi; Punjabi Translation data for all supported packages for: Panjabi; Punjabi . This package provides the bulk of translation data and is updated only seldom. language-pack-pa provides frequent translation updates, so you should install this as well. Package: language-pack-pl Description-md5: d9c80d720a6c8fa05d28f1a32c741463 Description-en: translation updates for language Polish Translation data updates for all supported packages for: Polish . language-pack-pl-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-pl-base Description-md5: 218d3c66cebc55614ff111887b1501aa Description-en: translations for language Polish Translation data for all supported packages for: Polish . This package provides the bulk of translation data and is updated only seldom. language-pack-pl provides frequent translation updates, so you should install this as well. Package: language-pack-pt Description-md5: bdb80b4ddacaf5fa67fbad83cb7c6f9c Description-en: translation updates for language Portuguese Translation data updates for all supported packages for: Portuguese . language-pack-pt-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-pt-base Description-md5: 43d77c941af707d0ba018624927e0fad Description-en: translations for language Portuguese Translation data for all supported packages for: Portuguese . This package provides the bulk of translation data and is updated only seldom. language-pack-pt provides frequent translation updates, so you should install this as well. Package: language-pack-ro Description-md5: e446108efaa2fbd79747c4078a6fecd0 Description-en: translation updates for language Romanian Translation data updates for all supported packages for: Romanian . language-pack-ro-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-ro-base Description-md5: 8889e6b4d2a003928f1f0b07f5029651 Description-en: translations for language Romanian Translation data for all supported packages for: Romanian . This package provides the bulk of translation data and is updated only seldom. language-pack-ro provides frequent translation updates, so you should install this as well. Package: language-pack-ru Description-md5: cd093e2891d1268b4a62b984f94669b5 Description-en: translation updates for language Russian Translation data updates for all supported packages for: Russian . language-pack-ru-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-ru-base Description-md5: 67ed1fd3b278192ef03b250e781dd666 Description-en: translations for language Russian Translation data for all supported packages for: Russian . This package provides the bulk of translation data and is updated only seldom. language-pack-ru provides frequent translation updates, so you should install this as well. Package: language-pack-si Description-md5: 67913d4ae51f73da5cd7fe8f67ae68cc Description-en: translation updates for language Sinhala; Sinhalese Translation data updates for all supported packages for: Sinhala; Sinhalese . language-pack-si-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-si-base Description-md5: 13f18bb3984eb7f7490a7404c7e1fc27 Description-en: translations for language Sinhala; Sinhalese Translation data for all supported packages for: Sinhala; Sinhalese . This package provides the bulk of translation data and is updated only seldom. language-pack-si provides frequent translation updates, so you should install this as well. Package: language-pack-sk Description-md5: a1e721be17e337b689ba82909703eb86 Description-en: translation updates for language Slovak Translation data updates for all supported packages for: Slovak . language-pack-sk-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-sk-base Description-md5: fa9be67348c603c233261a1d699ee4ee Description-en: translations for language Slovak Translation data for all supported packages for: Slovak . This package provides the bulk of translation data and is updated only seldom. language-pack-sk provides frequent translation updates, so you should install this as well. Package: language-pack-sl Description-md5: b1747d91b5340c785a6855fc4dea8bdf Description-en: translation updates for language Slovenian Translation data updates for all supported packages for: Slovenian . language-pack-sl-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-sl-base Description-md5: 542b7bd70d1fd323cda92a7875446e75 Description-en: translations for language Slovenian Translation data for all supported packages for: Slovenian . This package provides the bulk of translation data and is updated only seldom. language-pack-sl provides frequent translation updates, so you should install this as well. Package: language-pack-sq Description-md5: 65c046608d75d827e60d17bd98616840 Description-en: translation updates for language Albanian Translation data updates for all supported packages for: Albanian . language-pack-sq-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-sq-base Description-md5: de1f3ebacd8d0aae60790904e97d7dc9 Description-en: translations for language Albanian Translation data for all supported packages for: Albanian . This package provides the bulk of translation data and is updated only seldom. language-pack-sq provides frequent translation updates, so you should install this as well. Package: language-pack-sr Description-md5: b8fd6921a9a342c76ce0490ba7305e76 Description-en: translation updates for language Serbian Translation data updates for all supported packages for: Serbian . language-pack-sr-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-sr-base Description-md5: 0d70e941c5569ccc3a517fcd3ec3a8f8 Description-en: translations for language Serbian Translation data for all supported packages for: Serbian . This package provides the bulk of translation data and is updated only seldom. language-pack-sr provides frequent translation updates, so you should install this as well. Package: language-pack-sv Description-md5: 4dbf209ddea3cc582301e63976d4b356 Description-en: translation updates for language Swedish Translation data updates for all supported packages for: Swedish . language-pack-sv-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-sv-base Description-md5: 31338056c9d389070cb14776e4f489dd Description-en: translations for language Swedish Translation data for all supported packages for: Swedish . This package provides the bulk of translation data and is updated only seldom. language-pack-sv provides frequent translation updates, so you should install this as well. Package: language-pack-ta Description-md5: 8806053a2a2cb360f22ec971454fc79c Description-en: translation updates for language Tamil Translation data updates for all supported packages for: Tamil . language-pack-ta-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-ta-base Description-md5: e40fddde8d8e33cc3807e4ff0b719e2b Description-en: translations for language Tamil Translation data for all supported packages for: Tamil . This package provides the bulk of translation data and is updated only seldom. language-pack-ta provides frequent translation updates, so you should install this as well. Package: language-pack-te Description-md5: 1bd9ffcc21f1b8219e3889e3d08b45fc Description-en: translation updates for language Telugu Translation data updates for all supported packages for: Telugu . language-pack-te-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-te-base Description-md5: e39a6b0a53bcbbd383ebbc7c100bf10e Description-en: translations for language Telugu Translation data for all supported packages for: Telugu . This package provides the bulk of translation data and is updated only seldom. language-pack-te provides frequent translation updates, so you should install this as well. Package: language-pack-tg Description-md5: 743531e7d990fe4031553acad6bc4446 Description-en: translation updates for language Tajik Translation data updates for all supported packages for: Tajik . language-pack-tg-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-tg-base Description-md5: fec26409c467da2ecab75d602330d746 Description-en: translations for language Tajik Translation data for all supported packages for: Tajik . This package provides the bulk of translation data and is updated only seldom. language-pack-tg provides frequent translation updates, so you should install this as well. Package: language-pack-th Description-md5: eec8937ad930f325d8698415c162aa1d Description-en: translation updates for language Thai Translation data updates for all supported packages for: Thai . language-pack-th-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-th-base Description-md5: a49c51a351a1ae67524621ae73d455c1 Description-en: translations for language Thai Translation data for all supported packages for: Thai . This package provides the bulk of translation data and is updated only seldom. language-pack-th provides frequent translation updates, so you should install this as well. Package: language-pack-tr Description-md5: dfefbe4b5c37c26ad9200ad67f24f22f Description-en: translation updates for language Turkish Translation data updates for all supported packages for: Turkish . language-pack-tr-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-tr-base Description-md5: 52118f29dc98ce6760c6c37492106298 Description-en: translations for language Turkish Translation data for all supported packages for: Turkish . This package provides the bulk of translation data and is updated only seldom. language-pack-tr provides frequent translation updates, so you should install this as well. Package: language-pack-ug Description-md5: 98fee795d8737d35feb2278d1100a452 Description-en: translation updates for language Uighur; Uyghur Translation data updates for all supported packages for: Uighur; Uyghur . language-pack-ug-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-ug-base Description-md5: 7f1890dbe624bdc07b25a22382fc0fe0 Description-en: translations for language Uighur; Uyghur Translation data for all supported packages for: Uighur; Uyghur . This package provides the bulk of translation data and is updated only seldom. language-pack-ug provides frequent translation updates, so you should install this as well. Package: language-pack-uk Description-md5: b4984ef0be7336d993df2f61982b4595 Description-en: translation updates for language Ukrainian Translation data updates for all supported packages for: Ukrainian . language-pack-uk-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-uk-base Description-md5: 2afe15affd75b38e2531a951f33d7cb8 Description-en: translations for language Ukrainian Translation data for all supported packages for: Ukrainian . This package provides the bulk of translation data and is updated only seldom. language-pack-uk provides frequent translation updates, so you should install this as well. Package: language-pack-vi Description-md5: c05ab7d70ecda888c4f951b61413e4c4 Description-en: translation updates for language Vietnamese Translation data updates for all supported packages for: Vietnamese . language-pack-vi-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-vi-base Description-md5: fc29673a60b8307b9261c9782712193e Description-en: translations for language Vietnamese Translation data for all supported packages for: Vietnamese . This package provides the bulk of translation data and is updated only seldom. language-pack-vi provides frequent translation updates, so you should install this as well. Package: language-pack-xh Description-md5: ed25f787ca09539bd5981188f693a27f Description-en: translation updates for language Xhosa Translation data updates for all supported packages for: Xhosa . language-pack-xh-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-xh-base Description-md5: 95413a55151aa4dad9558a2d4e9a79d0 Description-en: translations for language Xhosa Translation data for all supported packages for: Xhosa . This package provides the bulk of translation data and is updated only seldom. language-pack-xh provides frequent translation updates, so you should install this as well. Package: language-pack-zh-hans Description-md5: 964ab477e1a08bec8503df90f7f29cc7 Description-en: translation updates for language Simplified Chinese Translation data updates for all supported packages for: Simplified Chinese . language-pack-zh-hans-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-zh-hans-base Description-md5: 090e3187cf4b4c0881472ca8fbbc69cf Description-en: translations for language Simplified Chinese Translation data for all supported packages for: Simplified Chinese . This package provides the bulk of translation data and is updated only seldom. language-pack-zh-hans provides frequent translation updates, so you should install this as well. Package: language-pack-zh-hant Description-md5: 4e63dbe1bf430bb900a0e6924be90980 Description-en: translation updates for language Traditional Chinese Translation data updates for all supported packages for: Traditional Chinese . language-pack-zh-hant-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-zh-hant-base Description-md5: f8e445efc00758ad96a2d1f9f951f23b Description-en: translations for language Traditional Chinese Translation data for all supported packages for: Traditional Chinese . This package provides the bulk of translation data and is updated only seldom. language-pack-zh-hant provides frequent translation updates, so you should install this as well. Package: language-selector-common Description-md5: 2289b4df765931b87d6dfc592bc87ebc Description-en: Language selector for Ubuntu This package let you change and install language packs in Ubuntu. . This package contains the common part of language-selector Package: language-selector-gnome Description-md5: 788d18b75f9a70e3ac7605d12641951d Description-en: Language selector for Ubuntu This package let you change and install language packs in Ubuntu. . This package contains the GTK+ frontend. Package: ldap-utils Description-md5: f5d300156245ae8fa5972cf30bf60206 Description-en: OpenLDAP utilities This package provides utilities from the OpenLDAP (Lightweight Directory Access Protocol) package. These utilities can access a local or remote LDAP server and contain all the client programs required to access LDAP servers. Package: less Description-md5: a2c2d2eff1fb9762b71faf7540cf8dce Description-en: pager program similar to more This package provides "less", a file pager (that is, a memory-efficient utility for displaying text one screenful at a time). Less has many more features than the basic pager "more". As part of the GNU project, it is widely regarded as the standard pager on UNIX-derived systems. . Also provided are "lessecho", a simple utility for ensuring arguments with spaces are correctly quoted; "lesskey", a tool for modifying the standard (vi-like) keybindings; and "lesspipe", a filter for specific types of input, such as .doc or .txt.gz files. Package: lib32asan2 Description-md5: 21a3c42c398c2fff43ee9449787256e4 Description-en: AddressSanitizer -- a fast memory error detector (32bit) AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: lib32asan2-dbg Description-md5: bde72eaadd150a362fa2a39d6da988d7 Description-en: AddressSanitizer -- a fast memory error detector (32 bit debug symbols) AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: lib32atomic1 Description-md5: 4b9cd7e59833a54167ec848b4c3d9e48 Description-en: support library providing __atomic built-in functions (32bit) library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: lib32atomic1-dbg Description-md5: 865d3c01985d4c1517371f8f439ecadf Description-en: support library providing __atomic built-in functions (32 bit debug symbols) library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: lib32cilkrts5 Description-md5: cfc0a1e0e2c2fe8e45700724c806a987 Description-en: Intel Cilk Plus language extensions (32bit) Intel Cilk Plus is an extension to the C and C++ languages to support data and task parallelism. Package: lib32cilkrts5-dbg Description-md5: 302371f2bf006ba155500edad2c90bb0 Description-en: Intel Cilk Plus language extensions (32 bit debug symbols) Intel Cilk Plus is an extension to the C and C++ languages to support data and task parallelism. Package: lib32gcc-5-dev Description-md5: 50201ee0230693f6a9313820d5854393 Description-en: GCC support library (32 bit development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: lib32gfortran-5-dev Description-md5: 6b37f3090548ca719a28233db2276849 Description-en: Runtime library for GNU Fortran applications (32bit development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: lib32gfortran3 Description-md5: 6b1141cbf03c78b07b329d00c2e7823f Description-en: Runtime library for GNU Fortran applications (32bit) Library needed for GNU Fortran applications linked against the shared library. Package: lib32gfortran3-dbg Description-md5: f1c6c70ede14acca0d8908ffcb0e809d Description-en: Runtime library for GNU Fortran applications (32 bit debug symbols) Library needed for GNU Fortran applications linked against the shared library. Package: lib32gomp1 Description-md5: e631a6bc5701a04082ff06d4907faecf Description-en: GCC OpenMP (GOMP) support library (32bit) GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: lib32gomp1-dbg Description-md5: 91ff2112f352a83cd9b7528de9b7a7c4 Description-en: GCC OpenMP (GOMP) support library (32 bit debug symbols) GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: lib32itm1 Description-md5: dab7174f3ba5f3317b7d12b57522f05a Description-en: GNU Transactional Memory Library (32bit) GNU Transactional Memory Library (libitm) provides transaction support for accesses to the memory of a process, enabling easy-to-use synchronization of accesses to shared memory by several threads. Package: lib32itm1-dbg Description-md5: 7e27c82a201c45d900c2bb92b43713b5 Description-en: GNU Transactional Memory Library (32 bit debug symbols) GNU Transactional Memory Library (libitm) provides transaction support for accesses to the memory of a process, enabling easy-to-use synchronization of accesses to shared memory by several threads. Package: lib32lsan0 Description-md5: e9b900fdd2d820580fa5248285865c55 Description-en: LeakSanitizer -- a memory leak detector (32bit) LeakSanitizer (Lsan) is a memory leak detector which is integrated into AddressSanitizer (empty package). Package: lib32lsan0-dbg Description-md5: 3324d53f5a8070bc617f2c2b066d6f74 Description-en: LeakSanitizer -- a memory leak detector (32 bit debug symbols) LeakSanitizer (Lsan) is a memory leak detector which is integrated into AddressSanitizer (empty package). Package: lib32mpx0 Description-md5: 5afc922c54fcccb02d0244c2257bc6c3 Description-en: Intel memory protection extensions (32bit) Intel MPX is a set of processor features which, with compiler, runtime library and OS support, brings increased robustness to software by checking pointer references whose compile time normal intentions are usurped at runtime due to buffer overflow. Package: lib32mpx0-dbg Description-md5: 6ba9160e11fb55e508faaa74118c8d01 Description-en: Intel memory protection extensions (32 bit debug symbols) Intel MPX is a set of processor features which, with compiler, runtime library and OS support, brings increased robustness to software by checking pointer references whose compile time normal intentions are usurped at runtime due to buffer overflow. Package: lib32objc-5-dev Description-md5: 4563909f76273e1eff5ff297d7d93981 Description-en: Runtime library for GNU Objective-C applications (32bit development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: lib32objc4 Description-md5: cdc9d0be22d98fa7275d3376afaddcc0 Description-en: Runtime library for GNU Objective-C applications (32bit) Library needed for GNU ObjC applications linked against the shared library. Package: lib32objc4-dbg Description-md5: 06d620c114d0d3329b9b2be2112a0894 Description-en: Runtime library for GNU Objective-C applications (32 bit debug symbols) Library needed for GNU ObjC applications linked against the shared library. Package: lib32phobos-5-dev Description-md5: 74c4089eeff14106ae16cc4257ba8f73 Description-en: Phobos D standard library (64bit development files) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: lib32quadmath0 Description-md5: d7a03dac94565e412ed600a16f543d54 Description-en: GCC Quad-Precision Math Library (32bit) A library, which provides quad-precision mathematical functions on targets supporting the __float128 datatype. The library is used to provide on such targets the REAL(16) type in the GNU Fortran compiler. Package: lib32quadmath0-dbg Description-md5: 2408724947bd37356dc923703c9b320e Description-en: GCC Quad-Precision Math Library (32 bit debug symbols) A library, which provides quad-precision mathematical functions on targets supporting the __float128 datatype. Package: lib32stdc++-5-dev Description-md5: a197f2aec835e5fc6f8f76039d8a7c4e Description-en: GNU Standard C++ Library v3 (development files) This package contains the headers and static library files necessary for building C++ programs which use libstdc++. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. Package: lib32stdc++6 Description-md5: 2124b81bef171d19a7c047c58ae7058f Description-en: GNU Standard C++ Library v3 (32 bit Version) This package contains an additional runtime library for C++ programs built with the GNU compiler. Package: lib32stdc++6-5-dbg Description-md5: 6d699ea4429a346bc58e56d70e561407 Description-en: GNU Standard C++ Library v3 (debugging files) This package contains the shared library of libstdc++ compiled with debugging symbols. Package: lib32ubsan0 Description-md5: 00c57d4ccf298e90fae6bd6acdfad7ab Description-en: UBSan -- undefined behaviour sanitizer (32bit) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: lib32ubsan0-dbg Description-md5: 9f7135992c8b7133983b2e7952f67e04 Description-en: UBSan -- undefined behaviour sanitizer (32 bit debug symbols) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: libaccountsservice-dbg Description-md5: 67e2c3a1e0dc7dd3b34232ab48d143a8 Description-en: query and manipulate user account information - debug The AccountService project provides a set of D-Bus interfaces for querying and manipulating user account information and an implementation of these interfaces, based on the useradd, usermod and userdel commands. . This package provides the debugging symbols for the AccountService library. Package: libaccountsservice-dev Description-md5: d0607148cea2974f2cc311a5e0bab4f9 Description-en: query and manipulate user account information - header files The AccountService project provides a set of D-Bus interfaces for querying and manipulating user account information and an implementation of these interfaces, based on the useradd, usermod and userdel commands. . This package provides the development files for the AccountService library. Package: libaccountsservice-doc Description-md5: 15ee25a15ef232cbf860503a04604aa7 Description-en: query and manipulate user account information - documentation The AccountService project provides a set of D-Bus interfaces for querying and manipulating user account information and an implementation of these interfaces, based on the useradd, usermod and userdel commands. . This package provides the developers reference for the AccountService library. Package: libaccountsservice0 Description-md5: d536aa425d73c3ead2f37bd9a771e648 Description-en: query and manipulate user account information - shared libraries The AccountService project provides a set of D-Bus interfaces for querying and manipulating user account information and an implementation of these interfaces, based on the useradd, usermod and userdel commands. . This package provides the shared libraries of the AccountService library. Package: libapache2-mod-apparmor Description-md5: a5901c8ca6f4b08d12fc507332ec3d1f Description-en: changehat AppArmor library as an Apache module This provides the Apache module needed to declare various differing confinement policies when running virtual hosts in the webserver by using the changehat abilities exposed through libapparmor. Package: libapache2-mod-php7.0 Description-md5: a9943210c12c437b40ede9d429f3fb29 Description-en: server-side, HTML-embedded scripting language (Apache 2 module) This package provides the PHP module for the Apache 2 webserver (as found in the apache2-mpm-prefork package). Please note that this package ONLY works with Apache's prefork MPM, as it is not compiled thread-safe. . The following extensions are built in: Core date filter hash libxml openssl pcre Reflection session SPL standard zlib. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: libapparmor-dev Description-md5: 97b3f9206e00adaa3e6e91efb67c5eae Description-en: AppArmor development libraries and header files This package provides the development libraries and header files needed to link against the AppArmor changehat and log parsing functions. Also includes the manpages for library functions. Package: libapparmor-perl Description-md5: 42d32a45493e77e0e2b388d84ea70892 Description-en: AppArmor library Perl bindings This provides the Perl module that contains the language bindings for the AppArmor library, libapparmor, which were autogenerated via SWIG. Package: libapparmor1 Description-md5: b066f3d6ec4f1e72570ebf49e31e9490 Description-en: changehat AppArmor library This package provides the shared library used for making use of the AppArmor profile and changehat functionality, as well as common log parsing routines. Package: libappstream-dev Description-md5: 09dede6c608fef9d22ed38feefc109e1 Description-en: Library to access AppStream services (development files) AppStream is a cross-distribution effort for creating and sharing metadata of software components available in the package repositories of a distribution. It provides specifications for an unified software component metadata format and provides tools to read, write and validate the metadata. . This package contains development files necessary to develop software-management tools which use the AppStream library. Package: libappstream-glib-dev Description-md5: 843c5ab072fad15eb5195facad271989 Description-en: GNOME library to access AppStream services (development files) AppStream is a cross-distribution effort for creating and sharing metadata about software components available in the package repositories of a distribution. . This package contains development files necessary to develop tools which use the libappstream-glib library. Package: libappstream-glib8 Description-md5: 0c3be0f7639f89d98f1b4dd6ce57e81d Description-en: GNOME library to access AppStream services AppStream is a cross-distribution effort for creating and sharing metadata about software components available in the package repositories of a distribution. . This package contains a GObject-based library to read and write AppStream XML metadata and retrieve additional data such as screenshots. . As opposed to libappstream, this library does not use an on-disk cache but reads data directly from the XML or DEP-11 YAML files. Package: libappstream3 Description-md5: 8acf78b8f815229c400e3112ceb524fa Description-en: Library to access AppStream services AppStream is a cross-distribution effort for creating and sharing metadata of software components available in the package repositories of a distribution. It provides specifications for an unified software component metadata format and provides tools to read, write and validate the metadata. . This package contains a GObject-based library to access AppStream services, like the software component metadata database. It also contains functions for working with AppStream XML metadata. Package: libappstreamqt-dev Description-md5: 3f994d46bb955fd5dab9e0bb8c9165f0 Description-en: Qt5 library to access AppStream services (development files) AppStream is a cross-distribution effort for creating and sharing metadata of software components available in the package repositories of a distribution. It provides specifications for an unified software component metadata format and provides tools to read, write and validate the metadata. . This package contains development files necessary to develop software-management tools which use the Qt5-based AppStream library. Package: libappstreamqt1 Description-md5: b835829dba17d656c9949bfbc251a276 Description-en: Qt5 library to access AppStream services AppStream is a cross-distribution effort for creating and sharing metadata of software components available in the package repositories of a distribution. It provides specifications for an unified software component metadata format and provides tools to read, write and validate the metadata. . This package contains a Qt-based library to access AppStream services, like the software component metadata database. Package: libapt-inst2.0 Description-md5: 5df05e67cb17e91ac56a732061d88850 Description-en: deb package format runtime library This library provides methods to query and extract information from deb packages. This includes the control data and the package file content. Package: libapt-pkg-dev Description-md5: 8e463f77664788b23a47f5ac592f4595 Description-en: development files for APT's libapt-pkg and libapt-inst This package contains the header files and libraries for developing with APT's libapt-pkg Debian package manipulation library and the libapt-inst deb/tar/ar library. Package: libapt-pkg-doc Description-md5: decce989b471f196cddabf52bee63592 Description-en: documentation for APT development This package contains documentation for development of the APT Debian package manipulation program and its libraries. . This includes the source code documentation generated by doxygen in html format. Package: libapt-pkg5.0 Description-md5: b80ec138bbd00d445bb187bcc0acc8fc Description-en: package management runtime library This library provides the common functionality for searching and managing packages as well as information about packages. Higher-level package managers can depend upon this library. . This includes: * retrieval of information about packages from multiple sources * retrieval of packages and all dependent packages needed to satisfy a request either through an internal solver or by interfacing with an external one * authenticating the sources and validating the retrieved data * installation and removal of packages in the system * providing different transports to retrieve data over cdrom, ftp, http, rsh as well as an interface to add more transports like https (apt-transport-https) and debtorrent (apt-transport-debtorrent). Package: libarchive-dev Description-md5: 4fedaf2f347af4287edce946b56ba586 Description-en: Multi-format archive and compression library (development files) The libarchive library provides a flexible interface for reading and writing archives in various formats such as tar and cpio. libarchive also supports reading and writing archives compressed using various compression filters such as gzip and bzip2. The library is inherently stream-oriented; readers serially iterate through the archive, writers serially add things to the archive. . Archive formats supported are: . * tar (read and write, including GNU extensions) * pax (read and write, including GNU and star extensions) * cpio (read and write, including odc and newc variants) * iso9660 (read and write, including Joliet and Rockridge extensions, with some limitations) * zip (read only, with some limitations, uses zlib) * mtree (read and write) * shar (write only) * ar (read and write, including BSD and GNU/SysV variants) * empty (read only; in particular, note that no other format will accept an empty file) * raw (read only) * xar (read only) * rar (read only, with some limitations) * 7zip (read and write, with some limitations) . Filters supported are: . * gzip (read and write, uses zlib) * bzip2 (read and write, uses bzlib) * compress (read and write, uses an internal implementation) * uudecode (read only) * separate command-line compressors with fixed-signature auto-detection * xz and lzma (read and write using liblzma) . This package provides the files necessary for development with libarchive. Package: libarchive13 Description-md5: 3efebf57a3d06179c6d5746db080711f Description-en: Multi-format archive and compression library (shared library) The libarchive library provides a flexible interface for reading and writing archives in various formats such as tar and cpio. libarchive also supports reading and writing archives compressed using various compression filters such as gzip and bzip2. The library is inherently stream-oriented; readers serially iterate through the archive, writers serially add things to the archive. . Archive formats supported are: . * tar (read and write, including GNU extensions) * pax (read and write, including GNU and star extensions) * cpio (read and write, including odc and newc variants) * iso9660 (read and write, including Joliet and Rockridge extensions, with some limitations) * zip (read only, with some limitations, uses zlib) * mtree (read and write) * shar (write only) * ar (read and write, including BSD and GNU/SysV variants) * empty (read only; in particular, note that no other format will accept an empty file) * raw (read only) * xar (read only) * rar (read only, with some limitations) * 7zip (read and write, with some limitations) . Filters supported are: . * gzip (read and write, uses zlib) * bzip2 (read and write, uses bzlib) * compress (read and write, uses an internal implementation) * uudecode (read only) * separate command-line compressors with fixed-signature auto-detection * xz and lzma (read and write using liblzma) . This package provides the libarchive shared library. Package: libasan2 Description-md5: 04e20d522e263c6563c2ea719c87026f Description-en: AddressSanitizer -- a fast memory error detector AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: libasan2-arm64-cross Description-md5: 04e20d522e263c6563c2ea719c87026f Description-en: AddressSanitizer -- a fast memory error detector AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: libasan2-armhf-cross Description-md5: 04e20d522e263c6563c2ea719c87026f Description-en: AddressSanitizer -- a fast memory error detector AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: libasan2-dbg Description-md5: e0ab64cebecfb2c8f3560d8854956043 Description-en: AddressSanitizer -- a fast memory error detector (debug symbols) AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: libasan2-powerpc-cross Description-md5: 04e20d522e263c6563c2ea719c87026f Description-en: AddressSanitizer -- a fast memory error detector AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: libasan2-ppc64el-cross Description-md5: 04e20d522e263c6563c2ea719c87026f Description-en: AddressSanitizer -- a fast memory error detector AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: libatomic1 Description-md5: 16938852526fc26bdbcb46c18435ed08 Description-en: support library providing __atomic built-in functions library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: libatomic1-arm64-cross Description-md5: 16938852526fc26bdbcb46c18435ed08 Description-en: support library providing __atomic built-in functions library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: libatomic1-armhf-cross Description-md5: 16938852526fc26bdbcb46c18435ed08 Description-en: support library providing __atomic built-in functions library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: libatomic1-dbg Description-md5: 26d76486cdd4f1973b721c8f322e9e61 Description-en: support library providing __atomic built-in functions (debug symbols) library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: libatomic1-powerpc-cross Description-md5: 16938852526fc26bdbcb46c18435ed08 Description-en: support library providing __atomic built-in functions library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: libatomic1-ppc64el-cross Description-md5: 16938852526fc26bdbcb46c18435ed08 Description-en: support library providing __atomic built-in functions library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: libbamf-doc Description-md5: 11f61fe589985b977cd6f7ea9a9db116 Description-en: Window matching library - documentation bamf matches application windows to desktop files . This package contains the daemon used by the library and a gio module that facilitates the matching of applications started through GDesktopAppInfo . This package contains the documentation Package: libbamf3-2 Description-md5: 11d37ab9301d7178a8b4e967e68c0316 Description-en: Window matching library - shared library bamf matches application windows to desktop files . This package contains shared libraries to be used by applications. Package: libbamf3-dev Description-md5: 701d26c3fffca1e031bcd5e22b1bbf2f Description-en: Window matching library - development files bamf matches application windows to desktop files . This package contains files that are needed to build applications. Package: libbind-dev Description-md5: 2224f8c1f8613ab53bfc2393a6add6a6 Description-en: Static Libraries and Headers used by BIND This package delivers archive-style libraries, header files, and API man pages for libbind, libdns, libisc, and liblwres. These are only needed if you want to compile other packages that need more nameserver API than the resolver code provided in libc. Package: libbind-export-dev Description-md5: a05e1255c8f5132e4039267975293e0e Description-en: Development files for the exported BIND libraries The Berkeley Internet Name Domain (BIND) implements an Internet domain name server. BIND 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 development files for the exported BIND libraries. Package: libbind9-140 Description-md5: 29eb09ddc694703c77f94b42a079fe3f Description-en: BIND9 Shared Library used by BIND The Berkeley Internet Name Domain (BIND) implements an Internet domain name server. BIND 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 the libbind9 shared library used by BIND's daemons and clients. Package: libblkid-dev Description-md5: 3fcd073d635ab408ffbe3557fba4a4b6 Description-en: block device ID library - headers and static libraries The blkid library allows system programs such as fsck and mount to quickly and easily find block devices by filesystem UUID or label. This allows system administrators to avoid specifying filesystems by hard-coded device names and use a logical naming system instead. . This package contains the development environment for the blkid library. Package: libblkid1 Description-md5: a511054d3223ae05280eebc8f3e2c80e Description-en: block device ID library The blkid library allows system programs such as fsck and mount to quickly and easily find block devices by filesystem UUID or label. This allows system administrators to avoid specifying filesystems by hard-coded device names and use a logical naming system instead. Package: libboost-date-time1.58.0 Description-md5: fca468edfa68f3723647bff7a2ed63c3 Description-en: set of date-time libraries based on generic programming concepts This package forms part of the Boost C++ Libraries collection. . These libraries are intended to make programming with dates and times almost as simple and natural as programming with strings and integers. Package: libboost-filesystem1.58.0 Description-md5: 2491b00e1306a35046eca365dc71ba1d Description-en: filesystem operations (portable paths, iteration over directories, etc) in C++ This package forms part of the Boost C++ Libraries collection. . The Boost Filesystem Library provides portable facilities to query and manipulate paths, files, and directories. The goal is to facilitate portable script-like operations from within C++ programs. Package: libboost-iostreams1.58.0 Description-md5: 3c388d3a296c3c5ceb93d6073902d96e Description-en: Boost.Iostreams Library This package forms part of the Boost C++ Libraries collection. . Boost.Iostreams are a collection of concepts and a set of templates which turn models of these concepts into C++ standard library streams and stream buffers. Package: libboost-program-options1.58-dev Description-md5: 9ab9e15257fa51221c16c7f0a9e40597 Description-en: program options library for C++ This package forms part of the Boost C++ Libraries collection. . Library to let program developers obtain program options, that is (name, value) pairs from the user, via conventional methods such as command line and config file. Package: libboost-program-options1.58.0 Description-md5: 9ab9e15257fa51221c16c7f0a9e40597 Description-en: program options library for C++ This package forms part of the Boost C++ Libraries collection. . Library to let program developers obtain program options, that is (name, value) pairs from the user, via conventional methods such as command line and config file. Package: libboost-random1.58.0 Description-md5: 7ed20e15c02905e3feecfa31084222f4 Description-en: Boost Random Number Library This package forms part of the Boost C++ Libraries collection. . The Boost Random Number Library (Boost.Random for short) provides a variety of generators and distributions to produce random numbers having useful properties, such as uniform distribution. Package: libboost-regex1.58.0 Description-md5: 798250c772fac56d605e432dcc6fe14f Description-en: regular expression library for C++ This package forms part of the Boost C++ Libraries collection. . Regular expressions are a form of pattern-matching that are often used in text processing; many users will be familiar with the Unix utilities grep, sed and awk, and the programming language perl, each of which make extensive use of regular expressions. Traditionally C++ users have been limited to the POSIX C APIs for manipulating regular expressions, and while regex does provide these APIs, they do not represent the best way to use the library. For example regex can cope with wide character strings, or search and replace operations (in a manner analogous to either sed or perl), something that traditional C libraries can not do. Package: libboost-system1.58.0 Description-md5: 1197eb2ee52a77c28d5e31e8e74c41eb Description-en: Operating system (e.g. diagnostics support) library This package forms part of the Boost C++ Libraries collection. . The Boost System library provides simple, light-weight error_code objects that encapsulate system-specific error code values, yet also provide access to more abstract and portable error conditions via error_condition objects. Because error_code objects can represent errors from sources other than the operating system, including user-defined sources, each error_code and error_condition has an associated error_category. Package: libboost-thread1.58.0 Description-md5: d19954bb99722597efd2b9b392158287 Description-en: portable C++ multi-threading This package forms part of the Boost C++ Libraries collection. . Toolkit for writing C++ programs that execute as multiple, asynchronous, independent, threads-of-execution. Each thread has its own machine state including program instruction counter and registers. Package: libboost1.58-dbg Description-md5: 2890e3b727db77a6ba70dab955875bfc Description-en: Boost C++ Libraries with debug symbols This package forms part of the Boost C++ Libraries collection. . These libraries are built with debug symbols. They are useful to debug programs which use Boost. These must be used also at build/link time. Package: libboost1.58-dev Description-md5: afccffe6a3ce49022d7832b028860029 Description-en: Boost C++ Libraries development files The Boost web site provides free, peer-reviewed, portable C++ source libraries. The emphasis is on libraries which work well with the C++ Standard Library. One goal is to establish "existing practice" and provide reference implementations so that the Boost libraries are suitable for eventual standardization. Some of the libraries have already been proposed for inclusion in the C++ Standards Committee's upcoming C++ Standard Library Technical Report. . This package provides headers for all Boost libraries. . Extended precision arithmetic package libmpfrc++-dev or libntl-dev is required to use the Boost.Multiprecision wrapping of the respective library. . For the following subprojects separate packages exist: chrono, date-time, exception filesystem, graph, iostreams, locale, math, mpi, program_options, python, regex, serialization, signals, system, test, thread, timer, and wave. Package: libboost1.58-doc Description-md5: 6a49ab761468ce3b7d5a6611af2773bb Description-en: Boost.org libraries documentation The Boost web site provides free, peer-reviewed, portable C++ source libraries. The emphasis is on libraries which work well with the C++ Standard Library. One goal is to establish "existing practice" and provide reference implementations so that the Boost libraries are suitable for eventual standardization. Some of the libraries have already been proposed for inclusion in the C++ Standards Committee's upcoming C++ Standard Library Technical Report. . This is documentation for the boost libraries in HTML format. Some pages point to header files provided in the corresponding -dev package, so it is suggested to install the latter as well. Package: libboost1.58-tools-dev Description-md5: b20d39e2efe0c14e144ce9d2c5d01d38 Description-en: Boost C++ Libraries development tools The Boost web site provides free, peer-reviewed, portable C++ source libraries. The emphasis is on libraries which work well with the C++ Standard Library. One goal is to establish "existing practice" and provide reference implementations so that the Boost libraries are suitable for eventual standardization. Some of the libraries have already been proposed for inclusion in the C++ Standards Committee's upcoming C++ Standard Library Technical Report. . This package provides the auxiliary tools bjam, Boost.Build, bcp, inspect, boostbook and quickbook. Package: libbrlapi-dev Description-md5: 90ebedc1883fd213db0ca76e379a6159 Description-en: Library for communication with BRLTTY - static libs and headers BRLTTY is a daemon which provides access to the console (text mode) for a blind person using a braille display. It drives the braille display and provides complete screen review functionality. . BrlAPI is a library which gives an application access to a braille display and lets it write braille. . This package contains the static library libbrlapi.a and header files in /usr/include/brltty/ necessary to compile programs for BrlAPI, a client-server based mechanism to remotely access a braille display. Package: libbrlapi0.6 Description-md5: d7471913aa262901576c796cae4d0b04 Description-en: braille display access via BRLTTY - shared library BRLTTY is a daemon which provides access to the console (text mode) for a blind person using a braille display. It drives the braille display and provides complete screen review functionality. . BrlAPI is a library which gives an application access to a braille display and lets it write braille. . This package contains the shared library necessary to run programs which need to communicate with a braille display. Package: libc-ares-dev Description-md5: 457af4d18b9753c3360923898df35b1f Description-en: asynchronous name resolver - development files c-ares is a C library that performs DNS requests and name resolution asynchronously. . It is a fork of the library named "ares", with additional features: * IPv6 support; * extended cross-platform portability; * 64-bit clean sources. . This package contains development files (headers and static libraries). Package: libc-ares2 Description-md5: 2ddfa5de14223839b0bc40795e305cef Description-en: asynchronous name resolver c-ares is a C library that performs DNS requests and name resolution asynchronously. . It is a fork of the library named "ares", with additional features: * IPv6 support; * extended cross-platform portability; * 64-bit clean sources. . This package provides the shared libraries. 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: ca28cf36e463805ec57f3815849e28a2 Description-en: GNU C Library: Development binaries This package contains utility programs related to the GNU C Library development package. 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-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-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-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-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: libcc1-0 Description-md5: d8a62f43eef344a718f9c7152d75d70c Description-en: GCC cc1 plugin for GDB libcc1 is a plugin for GDB. Package: libcephfs-dev Description-md5: 6b03c162d6b2cd6497a86ae380717147 Description-en: Ceph distributed file system client library (development files) Ceph is a distributed network file system designed to provide excellent performance, reliability, and scalability. This is a shared library allowing applications to access a Ceph distributed file system via a POSIX-like interface. . This package contains development files needed for building applications that link against libcephfs1. Package: libcephfs-jni Description-md5: eeccae7ad4653bc059b325a5ec4ddd58 Description-en: Java Native Interface library for CephFS Java bindings Ceph is a distributed storage system designed to provide excellent performance, reliability, and scalability. . This package contains the Java Native Interface library for interacting with the Ceph File System. Package: libcephfs-jni-dbg Description-md5: 20afef3be8ea5dd7b8b9acf42ca01c08 Description-en: debugging symbols for libcephfs-jni Ceph is a distributed storage system designed to provide excellent performance, reliability, and scalability. . This package contains debugging symbols for libcephfs-jni. Package: libcephfs1 Description-md5: 02d5e7983127037e5b5e5e07dea2a6e4 Description-en: Ceph distributed file system client library Ceph is a distributed network file system designed to provide excellent performance, reliability, and scalability. This is a shared library allowing applications to access a Ceph distributed file system via a POSIX-like interface. Package: libcephfs1-dbg Description-md5: ef23abe3fb9706def734dae7e4f8e64f Description-en: debugging symbols for libcephfs1 Ceph is a distributed network file system designed to provide excellent performance, reliability, and scalability. This is a shared library allowing applications to access a Ceph distributed file system via a POSIX-like interface. . This package contains debugging symbols for libcephfs1. Package: libcib-dev Description-md5: 5a60e39c69a29da16406b34e047f97ce Description-en: cluster resource manager CIB library development At its core, Pacemaker is a distributed finite state machine capable of co-ordinating the startup and recovery of inter-related services across a set of machines. . Pacemaker understands many different resource types (OCF, SYSV, systemd) and can accurately model the relationships between them (colocation, ordering). . It can even use technology such as Docker to automatically isolate the resources managed by the cluster. . This package contains the headers and other necessary files to build applications or libraries that use the Cluster Information Base library. Package: libcib4 Description-md5: 4f2994871fcf63af14424099d7a6ecc8 Description-en: cluster resource manager CIB library At its core, Pacemaker is a distributed finite state machine capable of co-ordinating the startup and recovery of inter-related services across a set of machines. . Pacemaker understands many different resource types (OCF, SYSV, systemd) and can accurately model the relationships between them (colocation, ordering). . It can even use technology such as Docker to automatically isolate the resources managed by the cluster. . This package contains the Cluster Information Base library. Package: libcilkrts5 Description-md5: ee1eb21d65e9b0336fe6bb9239b54288 Description-en: Intel Cilk Plus language extensions (runtime) Intel Cilk Plus is an extension to the C and C++ languages to support data and task parallelism. Package: libcilkrts5-dbg Description-md5: b47b64f33229d8794aaceff5f0bba7d7 Description-en: Intel Cilk Plus language extensions (debug symbols) Intel Cilk Plus is an extension to the C and C++ languages to support data and task parallelism. Package: libclamav-dev Description-md5: 3dc197b6ebfb15522a4b7913ea796763 Description-en: anti-virus utility for Unix - development files Clam AntiVirus is an anti-virus toolkit for Unix. The main purpose of this software is the integration with mail servers (attachment scanning). The package provides a flexible and scalable multi-threaded daemon in the clamav-daemon package, a command-line scanner in the clamav package, and a tool for automatic updating via the Internet in the clamav-freshclam package. The programs are based on libclamav, which can be used by other software. . The package contains the needed headers and libraries for developing software using the libclamav interface. . This library can be used to develop virus scanner applications. Package: libclamav7 Description-md5: bf2e797d0e7e410776d9200761e01bd6 Description-en: anti-virus utility for Unix - library Clam AntiVirus is an anti-virus toolkit for Unix. The main purpose of this software is the integration with mail servers (attachment scanning). The package provides a flexible and scalable multi-threaded daemon in the clamav-daemon package, a command-line scanner in the clamav package, and a tool for automatic updating via the Internet in the clamav-freshclam package. The programs are based on libclamav, which can be used by other software. . For programs written using the libclamav library. Libclamav may be used to add virus protection into software. The library is thread-safe, and automatically recognizes and scans archives. Scanning is very fast and most of the time not noticeable. Package: libcompizconfig0 Description-md5: 9b1501bf431a077bb890354ada003ea2 Description-en: Settings library for plugins - OpenCompositing Project The OpenCompositing Project brings 3D desktop visual effects that improve usability of the X Window System and provide increased productivity through plugins and themes contributed by the community giving a rich desktop experience. . This package contains the library for plugins to configure settings. Package: libcompizconfig0-dev Description-md5: 61d1c40aa4308fbedaf76a0b0daed3ed Description-en: Development file for plugin settings - OpenCompositing Project The OpenCompositing Project brings 3D desktop visual effects that improve usability of the X Window System and provide increased productivity through plugins and themes contributed by the community giving a rich desktop experience. . This package contains the headers and development files needed to build plugins with settings support. Package: libcrmcluster-dev Description-md5: 89af8618443ba94453036da7ce55f0fd Description-en: cluster resource manager cluster library development At its core, Pacemaker is a distributed finite state machine capable of co-ordinating the startup and recovery of inter-related services across a set of machines. . Pacemaker understands many different resource types (OCF, SYSV, systemd) and can accurately model the relationships between them (colocation, ordering). . It can even use technology such as Docker to automatically isolate the resources managed by the cluster. . This package contains the headers and other necessary files to build applications or libraries that use the cluster library. Package: libcrmcluster4 Description-md5: 0c76ec493087be80b3602a49e28bd593 Description-en: cluster resource manager cluster library At its core, Pacemaker is a distributed finite state machine capable of co-ordinating the startup and recovery of inter-related services across a set of machines. . Pacemaker understands many different resource types (OCF, SYSV, systemd) and can accurately model the relationships between them (colocation, ordering). . It can even use technology such as Docker to automatically isolate the resources managed by the cluster. . This package contains the cluster library. Package: libcrmcommon-dev Description-md5: d2ed0e9ac06014b3a5ecbc4b1ca7907d Description-en: cluster resource manager common library development At its core, Pacemaker is a distributed finite state machine capable of co-ordinating the startup and recovery of inter-related services across a set of machines. . Pacemaker understands many different resource types (OCF, SYSV, systemd) and can accurately model the relationships between them (colocation, ordering). . It can even use technology such as Docker to automatically isolate the resources managed by the cluster. . This package contains the headers and other necessary files to build applications or libraries that use the common library. Package: libcrmcommon3 Description-md5: 57ccc4e56c3dd5533b9ac28d9ebdff4e Description-en: cluster resource manager common library At its core, Pacemaker is a distributed finite state machine capable of co-ordinating the startup and recovery of inter-related services across a set of machines. . Pacemaker understands many different resource types (OCF, SYSV, systemd) and can accurately model the relationships between them (colocation, ordering). . It can even use technology such as Docker to automatically isolate the resources managed by the cluster. . This package contains the common library. Package: libcrmservice-dev Description-md5: 4166b8cad4a5ffa59ec7c73d471d3896 Description-en: cluster resource manager service library development At its core, Pacemaker is a distributed finite state machine capable of co-ordinating the startup and recovery of inter-related services across a set of machines. . Pacemaker understands many different resource types (OCF, SYSV, systemd) and can accurately model the relationships between them (colocation, ordering). . It can even use technology such as Docker to automatically isolate the resources managed by the cluster. . This package contains the headers and other necessary files to build applications or libraries that use the service library. Package: libcrmservice3 Description-md5: 37d2c9ca4314108b0c0e01943423e5e1 Description-en: cluster resource manager service library At its core, Pacemaker is a distributed finite state machine capable of co-ordinating the startup and recovery of inter-related services across a set of machines. . Pacemaker understands many different resource types (OCF, SYSV, systemd) and can accurately model the relationships between them (colocation, ordering). . It can even use technology such as Docker to automatically isolate the resources managed by the cluster. . This package contains the service library. Package: libcupsfilters-dev Description-md5: b9e86d6395fb70bb943d64a4a7cfaa29 Description-en: OpenPrinting CUPS Filters - Development files for the library This library contains functions commonly used by the CUPS filters in the OpenPrinting CUPS filters package, currently functions to read several different image formats and to convert bitmaps between different color spaces. . This package contains the header files to develop applications (CUPS filters, printer drivers) using libcupsfilters. Package: libcupsfilters1 Description-md5: b891bc072c10210e109ee7d9699a32a3 Description-en: OpenPrinting CUPS Filters - Shared library This library contains functions commonly used by the CUPS filters in the OpenPrinting CUPS filters package, currently functions to read several different image formats and to convert bitmaps between different color spaces. Package: libcurl3 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: libcurl3-dbg Description-md5: fb54017039bcf3b29ee313d6fc59d8cb Description-en: debugging symbols for libcurl (OpenSSL, GnuTLS and NSS flavours) 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 debugging symbols of the OpenSSL, GnuTLS and NSS versions of libcurl3. It might be useful in debug sessions of software which uses libcurl. 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-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: libdbus-1-3 Description-md5: 394b84dd0007d22bc4bb591ca6b5fa31 Description-en: simple interprocess messaging system (library) D-Bus is a message bus, used for sending messages between applications. Conceptually, it fits somewhere in between raw sockets and CORBA in terms of complexity. . D-Bus supports broadcast messages, asynchronous messages (thus decreasing latency), authentication, and more. It is designed to be low-overhead; messages are sent using a binary protocol, not using XML. D-Bus also supports a method call mapping for its messages, but it is not required; this makes using the system quite simple. . It comes with several bindings, including GLib, Python, Qt and Java. . The daemon can be found in the dbus package. Package: libdbus-1-dev Description-md5: 59e71e7e764b950dc1184788af416a7e Description-en: simple interprocess messaging system (development headers) D-Bus is a message bus, used for sending messages between applications. Conceptually, it fits somewhere in between raw sockets and CORBA in terms of complexity. . See the dbus description for more information about D-Bus in general. Package: libdbusmenu-glib-dev Description-md5: 58fdbd052d2353e5107fe93d2ee4c2dc Description-en: library for passing menus over DBus - development files libdbusmenu passes a menu structure across DBus so that a program can create a menu simply without worrying about how it is displayed on the other side of the bus. . This package contains files that are needed to build applications. Package: libdbusmenu-glib-doc Description-md5: 1ffdc025924bc65b6e7979b1ccb175c6 Description-en: library for passing menus over DBus - documentation libdbusmenu passes a menu structure across DBus so that a program can create a menu simply without worrying about how it is displayed on the other side of the bus. . This package contains developer documentation for libdbusmenu-glib. Package: libdbusmenu-glib4 Description-md5: a6315d20d559a38a0d81a231c032d91e Description-en: library for passing menus over DBus libdbusmenu passes a menu structure across DBus so that a program can create a menu simply without worrying about how it is displayed on the other side of the bus. . This package contains shared libraries to be used by applications. Package: libdbusmenu-gtk-dev Description-md5: 67bb3e998dab738032b93e4b5bb82284 Description-en: library for passing menus over DBus - GTK+ version developement files libdbusmenu passes a menu structure across DBus so that a program can create a menu simply without worrying about how it is displayed on the other side of the bus. . This package contains files that are needed to build GTK+ applications. Package: libdbusmenu-gtk-doc Description-md5: a7a9a931f5576eb00980d2018473e7f1 Description-en: library for passing menus over DBus - GTK+ version documentation libdbusmenu passes a menu structure across DBus so that a program can create a menu simply without worrying about how it is displayed on the other side of the bus. . This package contains developer documentation for libdbusmenu-gtk. Package: libdbusmenu-gtk3-4 Description-md5: 4ba40d4f9c3c572696eb980868211738 Description-en: library for passing menus over DBus - GTK+ version libdbusmenu passes a menu structure across DBus so that a program can create a menu simply without worrying about how it is displayed on the other side of the bus. . This package contains shared libraries to be used by GTK+ applications. Package: libdbusmenu-gtk3-dev Description-md5: 67bb3e998dab738032b93e4b5bb82284 Description-en: library for passing menus over DBus - GTK+ version developement files libdbusmenu passes a menu structure across DBus so that a program can create a menu simply without worrying about how it is displayed on the other side of the bus. . This package contains files that are needed to build GTK+ applications. Package: libdbusmenu-gtk4 Description-md5: 4ba40d4f9c3c572696eb980868211738 Description-en: library for passing menus over DBus - GTK+ version libdbusmenu passes a menu structure across DBus so that a program can create a menu simply without worrying about how it is displayed on the other side of the bus. . This package contains shared libraries to be used by GTK+ applications. Package: libdbusmenu-jsonloader-dev Description-md5: ee7366a5b0c7b5d39e6c8d71e57cb54f Description-en: library for passing menus over DBus - Test lib development files libdbusmenu passes a menu structure across DBus so that a program can create a menu simply without worrying about how it is displayed on the other side of the bus. . This package contains files that are needed to build test suites in applications or libraries using dbusmenu. Package: libdbusmenu-jsonloader4 Description-md5: 31f242c10f2e529e839b458606442772 Description-en: library for passing menus over DBus - Test lib libdbusmenu passes a menu structure across DBus so that a program can create a menu simply without worrying about how it is displayed on the other side of the bus. . This package contains shared libraries to be used by test suites in applications or libraries using dbusmenu. Package: libdebian-installer-extra4 Description-md5: 32e7f9f03c25886318648f08caae21cf Description-en: Library of some extra debian-installer functions This library is used by debian-installer to perform common functions such as logging messages and executing commands. If you aren't working on debian-installer or building your own install system based on debian-installer, then you probably don't need this library. Package: libdebian-installer4 Description-md5: 00094361ed8983bbb1d7b850c62f3e1d Description-en: Library of common debian-installer functions This library is used by debian-installer to perform common functions such as logging messages and executing commands. If you aren't working on debian-installer or building your own install system based on debian-installer, then you probably don't need this library. Package: libdebian-installer4-dev Description-md5: 814b97674c6f9c4cc2c9d5abc86ff4f8 Description-en: Library of common debian-installer functions This library is used by debian-installer to perform common functions such as logging messages and executing commands. If you aren't working on debian-installer or building your own install system based on debian-installer, then you probably don't need this library. . This package contains files needed to do libdebian-installer development. Package: libdecoration0 Description-md5: d54ec3ae170fe82084878bdc1b4f8687 Description-en: Compiz window decoration library The window decoration library is responsible for drawing the window borders and title bar of windows managed by Compiz. It is used by window decorators like gtk-window-decorator. Package: libdecoration0-dev Description-md5: 6a66c25de23fa410e973153207110423 Description-en: Compiz window decoration library - development files The window decoration library is responsible for drawing the window borders and title bar of windows managed by Compiz. It is used by window decorators like gtk-window-decorator. . This package contains files required for developing window decorators compatible with Compiz. Package: libdfu-dev Description-md5: 69053facc1f30a88911bc9bd20404fab Description-en: development files for libdfu fwupd is a daemon to allow session software to update device firmware. You can either use a GUI software manager like GNOME Software to view and apply updates, the command-line tool or the system D-Bus interface directly. Currently, firmware updates using the UEFI capsule format and for the ColorHug are supported. More formats may be supported in the future. See for details . This package provides the development files for libdfu Package: libdfu1 Description-md5: ee186559455ced2bafca819f7c0109e1 Description-en: Firmware update daemon library for DFU support fwupd is a daemon to allow session software to update device firmware. You can either use a GUI software manager like GNOME Software to view and apply updates, the command-line tool or the system D-Bus interface directly. Currently, firmware updates using the UEFI capsule format and for the ColorHug are supported. More formats may be supported in the future. See for details . This package provides the library used by the daemon for DFU support. Package: libdns-export162 Description-md5: 52d527bf4a46771b661269a614c3c1eb Description-en: Exported DNS Shared Library The Berkeley Internet Name Domain (BIND) implements an Internet domain name server. BIND 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 the exported libdns shared library. Package: libdns162 Description-md5: fadbc60724c646c80c4b57d45d5e5161 Description-en: DNS Shared Library used by BIND The Berkeley Internet Name Domain (BIND) implements an Internet domain name server. BIND 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 the libdns shared library used by BIND's daemons and clients. Package: libdpdk-dev Description-md5: 36d91abbe36fa089a6f8c61fbe04a76c Description-en: Data Plane Development Kit (basic development files) DPDK is a set of libraries for fast packet processing. Applications run in user-space and communicate directly with dedicated network interfaces. This package contains the basic headers and library files required to build external applications which will also require at least SSE3 support when running. Package: libdpdk0 Description-md5: cfbb47f25c27001f0325b32333e27960 Description-en: Data Plane Development Kit (runtime libraries) DPDK is a set of libraries for fast packet processing. Applications run in user-space and communicate directly with dedicated network interfaces. This package contains the runtime libraries which require at least SSE3 support in the CPU. Package: libdpkg-dev Description-md5: 0fd17a1a6d9f7c47ceec993ee3976f22 Description-en: Debian package management static library This package provides the header files and static library necessary to develop software using libdpkg, the same library used internally by dpkg. . Note though, that the API is to be considered volatile, and might change at any time, use at your own risk. Package: libdpkg-perl Description-md5: f3cc072a28d5778f06d4420c53f77041 Description-en: Dpkg perl modules This package provides the perl modules used by the scripts in dpkg-dev. They cover a wide range of functionality. Among them there are the following public modules: . - Dpkg: core variables - Dpkg::Arch: architecture handling functions - Dpkg::BuildFlags: set, modify and query compilation build flags - Dpkg::BuildOptions: parse and manipulate DEB_BUILD_OPTIONS - Dpkg::BuildProfile: parse and manipulate build profiles - Dpkg::Changelog: parse changelogs - Dpkg::Changelog::Entry: represents a changelog entry - Dpkg::Changelog::Parse: generic changelog parser for dpkg-parsechangelog - Dpkg::Checksums: generate and parse checksums - Dpkg::Compression: simple database of available compression methods - Dpkg::Compression::Process: wrapper around compression tools - Dpkg::Compression::FileHandle: transparently (de)compress files - Dpkg::Conf: parse dpkg configuration files - Dpkg::Control: parse and manipulate Debian control information (.dsc, .changes, Packages/Sources entries, etc.) - Dpkg::Control::Changelog: represent fields output by dpkg-parsechangelog - Dpkg::Control::Fields: manage (list of known) control fields - Dpkg::Control::Hash: parse and manipulate a block of RFC822-like fields - Dpkg::Control::Info: parse files like debian/control - Dpkg::Deps: parse and manipulate dependencies - Dpkg::Exit: push, pop and run exit handlers - Dpkg::Gettext: wrapper around Locale::gettext - Dpkg::IPC: spawn sub-processes and feed/retrieve data - Dpkg::Index: collections of Dpkg::Control (Packages/Sources files for example) - Dpkg::Interface::Storable: base object serializer - Dpkg::Path: common path handling functions - Dpkg::Source::Package: extract Debian source packages - Dpkg::Substvars: substitute variables in strings - Dpkg::Vendor: identify current distribution vendor - Dpkg::Version: parse and manipulate Debian package versions . All the packages listed in Suggests or Recommends are used by some of the modules. Package: libdrm-amdgpu1 Description-md5: 61a9b44d2a8366ec01d27d9e105f5ecb Description-en: Userspace interface to amdgpu-specific kernel DRM services -- runtime This library implements the userspace interface to the kernel DRM services. DRM stands for "Direct Rendering Manager", which is the kernelspace portion of the "Direct Rendering Infrastructure" (DRI). The DRI is currently used on Linux to provide hardware-accelerated OpenGL drivers. Package: libdrm-amdgpu1-dbg Description-md5: 6c519b52f4efa3347a180f67f2699c4b Description-en: Userspace interface to amdgpu-specific kernel DRM services -- debugging symbols This library implements the userspace interface to the kernel DRM services. DRM stands for "Direct Rendering Manager", which is the kernelspace portion of the "Direct Rendering Infrastructure" (DRI). The DRI is currently used on Linux to provide hardware-accelerated OpenGL drivers. . This package provides the debugging symbols for the libdrm-amdgpu1 package. Package: libdrm-dev Description-md5: 26367cfc3b23b21ad8b59e1f0974ff45 Description-en: Userspace interface to kernel DRM services -- development files This library implements the userspace interface to the kernel DRM services. DRM stands for "Direct Rendering Manager", which is the kernelspace portion of the "Direct Rendering Infrastructure" (DRI). The DRI is currently used on Linux to provide hardware-accelerated OpenGL drivers. . This package provides the development environment for libdrm. Package: libdrm-intel1 Description-md5: 7d5cde7098438ef4f6e5a2c7a8f37a2f Description-en: Userspace interface to intel-specific kernel DRM services -- runtime This library implements the userspace interface to the kernel DRM services. DRM stands for "Direct Rendering Manager", which is the kernelspace portion of the "Direct Rendering Infrastructure" (DRI). The DRI is currently used on Linux to provide hardware-accelerated OpenGL drivers. Package: libdrm-intel1-dbg Description-md5: 38f20b4354c6147f4ba5998fa328b16b Description-en: Userspace interface to intel-specific kernel DRM services -- debugging symbols This library implements the userspace interface to the kernel DRM services. DRM stands for "Direct Rendering Manager", which is the kernelspace portion of the "Direct Rendering Infrastructure" (DRI). The DRI is currently used on Linux to provide hardware-accelerated OpenGL drivers. . This package provides the debugging symbols for the libdrm-intel1 package. Package: libdrm-nouveau2 Description-md5: a8a5d523c49607cd4a96eb6032dcb202 Description-en: Userspace interface to nouveau-specific kernel DRM services -- runtime This library implements the userspace interface to the kernel DRM services. DRM stands for "Direct Rendering Manager", which is the kernelspace portion of the "Direct Rendering Infrastructure" (DRI). The DRI is currently used on Linux to provide hardware-accelerated OpenGL drivers. Package: libdrm-nouveau2-dbg Description-md5: 1121a0708f630e678733a766a20d863f Description-en: Userspace interface to nouveau-specific kernel DRM -- debugging symbols This library implements the userspace interface to the kernel DRM services. DRM stands for "Direct Rendering Manager", which is the kernelspace portion of the "Direct Rendering Infrastructure" (DRI). The DRI is currently used on Linux to provide hardware-accelerated OpenGL drivers. . This package provides the debugging symbols for the libdrm-nouveau2 package. Package: libdrm-radeon1 Description-md5: 48a20567596b5b215c7a5479d3f5af5b Description-en: Userspace interface to radeon-specific kernel DRM services -- runtime This library implements the userspace interface to the kernel DRM services. DRM stands for "Direct Rendering Manager", which is the kernelspace portion of the "Direct Rendering Infrastructure" (DRI). The DRI is currently used on Linux to provide hardware-accelerated OpenGL drivers. Package: libdrm-radeon1-dbg Description-md5: d8dce081da2ea2da95980f5997a0cbb6 Description-en: Userspace interface to radeon-specific kernel DRM services -- debugging symbols This library implements the userspace interface to the kernel DRM services. DRM stands for "Direct Rendering Manager", which is the kernelspace portion of the "Direct Rendering Infrastructure" (DRI). The DRI is currently used on Linux to provide hardware-accelerated OpenGL drivers. . This package provides the debugging symbols for the libdrm-radeon1 package. Package: libdrm2 Description-md5: aefc4200d84a6f2aee6f342bdd88dc24 Description-en: Userspace interface to kernel DRM services -- runtime This library implements the userspace interface to the kernel DRM services. DRM stands for "Direct Rendering Manager", which is the kernelspace portion of the "Direct Rendering Infrastructure" (DRI). The DRI is currently used on Linux to provide hardware-accelerated OpenGL drivers. . This package provides the runtime environment for libdrm. Package: libdrm2-dbg Description-md5: 4ca6944e55bdf07eb73a9e7bebdd7276 Description-en: Userspace interface to kernel DRM services -- debugging symbols This library implements the userspace interface to the kernel DRM services. DRM stands for "Direct Rendering Manager", which is the kernelspace portion of the "Direct Rendering Infrastructure" (DRI). The DRI is currently used on Linux to provide hardware-accelerated OpenGL drivers. . This package provides debugging symbols for the libdrm2 package. Package: libecj-java Description-md5: 655a7d84ac991c57895a97b700068cb3 Description-en: Eclipse Java compiler (library) This package provides a standalone version of the Eclipse JDT compiler library which is distributed as part of Eclipse. It passes the JCK (Java Compatibility Kit) and is compatible with Java 1.3, 1.4, 1.5, 1.6, 1.7 and 1.8. Package: libecj-java-gcj Description-md5: a77be260cee8c2ffee4a836d50310761 Description-en: Eclipse Java compiler (native library) This package provides a standalone version of the Eclipse JDT compiler library which is distributed as part of Eclipse. It passes the JCK (Java Compatibility Kit) and is compatible with Java 1.3, 1.4, 1.5, 1.6, 1.7 and 1.8. . This package contains a native version of libecj-java built using gcj. 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: libecryptfs-dev Description-md5: 4c5880400c7ab1144565f4ece5848c65 Description-en: ecryptfs cryptographic filesystem (development) eCryptfs is a POSIX-compliant enterprise-class stacked cryptographic filesystem for Linux. . This package contains the development files. Package: libecryptfs1 Description-md5: 958faad97f1c3055b5fe02dce3e30b37 Description-en: ecryptfs cryptographic filesystem (library) eCryptfs is a POSIX-compliant enterprise-class stacked cryptographic filesystem for Linux. . This package contains the library. Package: libegl1-mesa Description-md5: b212fd5f8dc9e4ee5ae33c52acbd6825 Description-en: free implementation of the EGL API -- runtime This package contains the EGL native platform graphics interface library. EGL provides a platform-agnostic mechanism for creating rendering surfaces for use with other graphics libraries, such as OpenGL|ES. . This package contains modules to interface with the existing system GLX or DRI2 drivers to provide OpenGL via EGL. Package: libegl1-mesa-dev Description-md5: f0976997100febbc0dde500dd9c87805 Description-en: free implementation of the EGL API -- development files This package contains the development environment required for compiling programs against EGL native platform graphics interface library. EGL provides a platform-agnostic mechanism for creating rendering surfaces for use with other graphics libraries, such as OpenGL|ES. . This package provides the development environment for compiling programs against the EGL library. Package: libegl1-mesa-dev-lts-utopic Description-md5: 081dab6e544c428fcb02c2e2890145cd Description-en: Transitional package for libegl1-mesa-dev-lts-utopic This is used for upgrading from trusty to xenial. Package: libegl1-mesa-dev-lts-vivid Description-md5: f21538692008f2bcf45031850dcf2111 Description-en: Transitional package for libegl1-mesa-dev-lts-vivid This is used for upgrading from trusty to xenial. Package: libegl1-mesa-dev-lts-wily Description-md5: 0eaf923f869f2d6ac2746f83ddab429a Description-en: Transitional package for libegl1-mesa-dev-lts-wily This is used for upgrading from trusty to xenial. Package: libegl1-mesa-dev-lts-xenial Description-md5: 744847a5691b2cf5a8b0953892b6fa11 Description-en: Transitional package for libegl1-mesa-dev-lts-xenial This is used for upgrading from trusty to xenial. Package: libegl1-mesa-lts-utopic Description-md5: 641fb8a4485399e895655a672ca39f9f Description-en: Transitional package for libegl1-mesa-lts-utopic This is used for upgrading from trusty to xenial. Package: libegl1-mesa-lts-utopic-dbg Description-md5: 7cb62b7d1e35e5f6ab9dba991015a62b Description-en: Transitional package for libegl1-mesa-lts-utopic-dbg This is used for upgrading from trusty to xenial. Package: libegl1-mesa-lts-vivid Description-md5: 2c06e8607978146f83299327117b3797 Description-en: Transitional package for libegl1-mesa-lts-vivid This is used for upgrading from trusty to xenial. Package: libegl1-mesa-lts-vivid-dbg Description-md5: 85a52f18b8d4743b2224bef8050abdce Description-en: Transitional package for libegl1-mesa-lts-vivid-dbg This is used for upgrading from trusty to xenial. Package: libegl1-mesa-lts-wily Description-md5: e71ad08da2e417bf3e919b95469749b2 Description-en: Transitional package for libegl1-mesa-lts-wily This is used for upgrading from trusty to xenial. Package: libegl1-mesa-lts-wily-dbg Description-md5: 9ed54d596af29ae94d38669beda5941a Description-en: Transitional package for libegl1-mesa-lts-wily-dbg This is used for upgrading from trusty to xenial. Package: libegl1-mesa-lts-xenial Description-md5: 686512fcaaeb48738627e55dec635272 Description-en: Transitional package for libegl1-mesa-lts-xenial This is used for upgrading from trusty to xenial. Package: libexpat1 Description-md5: 969a775adb36dbfb73b9d7ef67f13bd6 Description-en: XML parsing C library - runtime library This package contains the runtime, shared library of expat, the C library for parsing XML. Expat is a stream-oriented parser in which an application registers handlers for things the parser might find in the XML document (like start tags). Package: libexpat1-dev Description-md5: 0b45073661cf63b9161c598405a4e62d Description-en: XML parsing C library - development kit This package contains the header file and development libraries of expat, the C library for parsing XML. Expat is a stream oriented XML parser. This means that you register handlers with the parser prior to starting the parse. These handlers are called when the parser discovers the associated structures in the document being parsed. A start tag is an example of the kind of structures for which you may register handlers. Package: libfcitx-config4 Description-md5: 377b1579b42b77f78ef0852a8bb8fe2d Description-en: Flexible Input Method Framework - configuration support library Fcitx is a input method framework with extension support, which provides an interface for entering characters of different scripts in applications using a variety of mapping systems. . It offers a pleasant and modern experience, with intuitive graphical configuration tools and customizable skins and mapping tables. It is highly modularized and extensible, with GTK+ 2/3 and Qt4 IM Modules, support for UIs based on Fbterm, pure Xlib, GTK+, or KDE, and a developer-friendly API. . This package contains the library file: * libfcitx-config - support library for Fcitx configurations Package: libfcitx-core0 Description-md5: d0e8dc4093bdb4ead65eb307c70b92b6 Description-en: Flexible Input Method Framework - library of core funtions Fcitx is a input method framework with extension support, which provides an interface for entering characters of different scripts in applications using a variety of mapping systems. . It offers a pleasant and modern experience, with intuitive graphical configuration tools and customizable skins and mapping tables. It is highly modularized and extensible, with GTK+ 2/3 and Qt4 IM Modules, support for UIs based on Fbterm, pure Xlib, GTK+, or KDE, and a developer-friendly API. . This package contains the library file: * libfcitx-core - core functions of Fcitx Package: libfcitx-gclient0 Description-md5: e407881bed4f91733ef76d3b4b9703bb Description-en: Flexible Input Method Framework - D-Bus client library for Glib Fcitx is a input method framework with extension support, which provides an interface for entering characters of different scripts in applications using a variety of mapping systems. . It offers a pleasant and modern experience, with intuitive graphical configuration tools and customizable skins and mapping tables. It is highly modularized and extensible, with GTK+ 2/3 and Qt4 IM Modules, support for UIs based on Fbterm, pure Xlib, GTK+, or KDE, and a developer-friendly API. . This package contains the following library: * libfcitx-gclient - D-Bus client library for Glib Package: libfcitx-qt0 Description-md5: 2a6c7cc0410d07873d87bc9d07acc3f0 Description-en: Flexible Input Method Framework - Meta package for Qt library Fcitx is a input method framework with extension support, which provides an interface for entering characters of different scripts in applications using a variety of mapping systems. . It offers a pleasant and modern experience, with intuitive graphical configuration tools and customizable skins and mapping tables. It is highly modularized and extensible, with GTK+ 2/3 and Qt4 IM Modules, support for UIs based on Fbterm, pure Xlib, GTK+, or KDE, and a developer-friendly API. . This package contains the following library: * libfcitx-qt - D-Bus client library for Qt Package: libfcitx-utils0 Description-md5: 6f675a1938bd94889ad165c3ac3d28f5 Description-en: Flexible Input Method Framework - utility support library Fcitx is a input method framework with extension support, which provides an interface for entering characters of different scripts in applications using a variety of mapping systems. . It offers a pleasant and modern experience, with intuitive graphical configuration tools and customizable skins and mapping tables. It is highly modularized and extensible, with GTK+ 2/3 and Qt4 IM Modules, support for UIs based on Fbterm, pure Xlib, GTK+, or KDE, and a developer-friendly API. . This package contains the library file: * libfcitx-utils - utility support library for Fcitx Package: libfdisk-dev Description-md5: 54a621155f17bd9c760ccca383970682 Description-en: fdisk partitioning library - headers and static libraries The libfdisk library is used for manipulating partition tables. It is the core of the fdisk, cfdisk, and sfdisk tools. . This package contains the development environment for the fdisk library. Package: libfdisk1 Description-md5: 97986f600b6cd55d9613b5b8eac3b74a Description-en: fdisk partitioning library The libfdisk library is used for manipulating partition tables. It is the core of the fdisk, cfdisk, and sfdisk tools. Package: libfontconfig1 Description-md5: 79e15bc25852b501452288a133d57a43 Description-en: generic font configuration library - runtime Fontconfig is a font configuration and customization library, which does not depend on the X Window System. It is designed to locate fonts within the system and select them according to requirements specified by applications. . This package contains the runtime library needed to launch applications using fontconfig. Package: libfontconfig1-dbg Description-md5: 626d31b62d1e9e091f20eb6ec4edac78 Description-en: generic font configuration library - debugging symbols Fontconfig is a font configuration and customization library, which does not depend on the X Window System. It is designed to locate fonts within the system and select them according to requirements specified by applications. . This package contains the debugging symbols associated with libfontconfig1. They will automatically be used by gdb for debugging fontconfig-related issues. It should be installed when experiencing crashes involving fontconfig so that a better backtrace is provided in the bug report. Package: libfontconfig1-dev Description-md5: 050db170deaa19847a8222ec11c75166 Description-en: generic font configuration library - development Fontconfig is a font configuration and customization library, which does not depend on the X Window System. It is designed to locate fonts within the system and select them according to requirements specified by applications. . This package contains the static libraries and headers needed for the development of applications using fontconfig. Package: libfontembed-dev Description-md5: c4c7345ca8b55eb3517e71b0b8ae9ac4 Description-en: OpenPrinting CUPS Filters - Development files for font embed library This library contains functions for font embedding in PDF files, commonly used by CUPS filters. . This package contains the header files to develop applications using libfontembed. Package: libfontembed1 Description-md5: 8224b9ef51388c11e00f94a6367092f3 Description-en: OpenPrinting CUPS Filters - Font Embed Shared library This library contains functions for font embedding in PDF files, commonly used by CUPS filters. Package: libframe-dev Description-md5: 6c95e02fcb8bce93e6276c04dbe79524 Description-en: Touch Frame Library - dev files This library handles the buildup and synchronization of a set of simultaneous touches. The library is input agnostic, with bindings for mtdev, frame and XI2.1. . This package contains files that are needed to build applications. Package: libframe6 Description-md5: e7b15dda3833200cc3273f72cc4aef44 Description-en: Touch Frame Library This library handles the buildup and synchronization of a set of simultaneous touches. The library is input agnostic, with bindings for mtdev, frame and XI2.1. Package: libfreeipmi-dev Description-md5: 4bd7c7d7ecc7c9a2ade84bbae733437d Description-en: GNU IPMI - development package FreeIPMI is a collection of Intelligent Platform Management IPMI system software. It provides in-band and out-of-band software and a development library conforming to the Intelligent Platform Management Interface (IPMI v1.5 and v2.0) standards. . This is the development package for libfreeipmi. Package: libfreeipmi16 Description-md5: 551e6ddaf5141d9148d078f03ee68154 Description-en: GNU IPMI - libraries FreeIPMI is a collection of Intelligent Platform Management IPMI system software. It provides in-band and out-of-band software and a development library conforming to the Intelligent Platform Management Interface (IPMI v1.5 and v2.0) standards. . OpenIPMI, KCS, SMIC, SSIF, LAN drivers, and an IPMI API in a C Library. Package: libfuse-dev Description-md5: da11b1a71c864509638e23fbce6723a3 Description-en: Filesystem in Userspace (development) Filesystem in Userspace (FUSE) is a simple interface for userspace programs to export a virtual filesystem to the Linux kernel. It also aims to provide a secure method for non privileged users to create and mount their own filesystem implementations. . This package contains the development files. Package: libfuse2 Description-md5: 2838d8f82765d1fc4d4e07819a7b8d25 Description-en: Filesystem in Userspace (library) Filesystem in Userspace (FUSE) is a simple interface for userspace programs to export a virtual filesystem to the Linux kernel. It also aims to provide a secure method for non privileged users to create and mount their own filesystem implementations. . This package contains the shared library. Package: libfwupd-dev Description-md5: d7cc13986ef81addde600dbbed4a3a4c Description-en: development files for libfwupd fwupd is a daemon to allow session software to update device firmware. You can either use a GUI software manager like GNOME Software to view and apply updates, the command-line tool or the system D-Bus interface directly. Currently, firmware updates using the UEFI capsule format and for the ColorHug are supported. More formats may be supported in the future. See for details . This package provides the development files for libfwupd Package: libfwupd1 Description-md5: 07cc6aaaf70ddb509ca13590c8b28b81 Description-en: Firmware update daemon library fwupd is a daemon to allow session software to update device firmware. You can either use a GUI software manager like GNOME Software to view and apply updates, the command-line tool or the system D-Bus interface directly. Currently, firmware updates using the UEFI capsule format and for the ColorHug are supported. More formats may be supported in the future. See for details . This package provides the library used by the daemon. Package: libgail-3-0 Description-md5: ab3b6da8ff97ae53ae0793ae62e8ce35 Description-en: GNOME Accessibility Implementation Library -- shared libraries Gail implements ATK interfaces for GTK+ widgets which are dynamically loadable at runtime by a GTK+ application. Once loaded, those parts of an application that use standard GTK+ widgets will have a basic level of accessibility, without the need to modify the application at all. . This package contains the shared library. Package: libgail-3-0-dbg Description-md5: 7572e37e6047b9331d4e75a86129227b Description-en: Gail libraries and debugging symbols Gail is the "GNOME Accessibility Implementation Library". . This package contains detached debugging symbols. . Most people will not need this package. Package: libgail-3-dev Description-md5: 2af7ddcc4fb4dffeaea80c02eeee7d6f Description-en: GNOME Accessibility Implementation Library -- development files Gail implements ATK interfaces for GTK+ widgets which are dynamically loadable at runtime by a GTK+ application. Once loaded, those parts of an application that use standard GTK+ widgets will have a basic level of accessibility, without the need to modify the application at all. . This package contains the development files for Gail. Package: libgail-3-doc Description-md5: 82b0cc78ae040a44793411b60fb12902 Description-en: documentation files of the Gail library Gail implements ATK interfaces for GTK+ widgets which are dynamically loadable at runtime by a GTK+ application. Once loaded, those parts of an application that use standard GTK+ widgets will have a basic level of accessibility, without the need to modify the application at all. . This package contains the documentation files for Gail. Package: libgbm-dev Description-md5: 97d3ae24c3bec4dfba8e29c665cda9e5 Description-en: generic buffer management API -- development files This package contains the GBM buffer management library. It provides a mechanism for allocating buffers for graphics rendering tied to Mesa. . GBM is intended to be used as a native platform for EGL on drm or openwfd. . This package provides the development environment for compiling programs against the GBM library. Package: libgbm-dev-lts-utopic Description-md5: 2a678552f684a7195faf9347ad852b11 Description-en: Transitional package for libgbm-dev-lts-utopic This is used for upgrading from trusty to xenial. Package: libgbm-dev-lts-vivid Description-md5: b85ca53b574143bf457a36bff2464a4d Description-en: Transitional package for libgbm-dev-lts-vivid This is used for upgrading from trusty to xenial. Package: libgbm-dev-lts-wily Description-md5: 6d5d1892b906e64b388bd670b9961714 Description-en: Transitional package for libgbm-dev-lts-wily This is used for upgrading from trusty to xenial. Package: libgbm-dev-lts-xenial Description-md5: 830de88ef4843c9b5e066673efc55337 Description-en: Transitional package for libgbm-dev-lts-xenial This is used for upgrading from trusty to xenial. Package: libgbm1 Description-md5: 9c1f8de2c17715ff7ed9524db86be4dd Description-en: generic buffer management API -- runtime This package contains the GBM buffer management library. It provides a mechanism for allocating buffers for graphics rendering tied to Mesa. . GBM is intended to be used as a native platform for EGL on drm or openwfd. Package: libgbm1-lts-utopic Description-md5: b762457eccba7a1c141cf7f1d5a7bdab Description-en: Transitional package for libgbm1-lts-utopic This is used for upgrading from trusty to xenial. Package: libgbm1-lts-utopic-dbg Description-md5: 3f72eed7814ee752c0b34d531fbcce5d Description-en: Transitional package for libgbm1-lts-utopic-dbg This is used for upgrading from trusty to xenial. Package: libgbm1-lts-vivid Description-md5: 2a1cf47208a995a5ad3ce3b54339a34b Description-en: Transitional package for libgbm1-lts-vivid This is used for upgrading from trusty to xenial. Package: libgbm1-lts-vivid-dbg Description-md5: 379404030d95f154f89e70f99bebdbf3 Description-en: Transitional package for libgbm1-lts-vivid-dbg This is used for upgrading from trusty to xenial. Package: libgbm1-lts-wily Description-md5: e69093e24554650b0f0d31dc86a4d026 Description-en: Transitional package for libgbm1-lts-wily This is used for upgrading from trusty to xenial. Package: libgbm1-lts-wily-dbg Description-md5: 75cbbbe8ca2b4b1092b8da4461023005 Description-en: Transitional package for libgbm1-lts-wily-dbg This is used for upgrading from trusty to xenial. Package: libgbm1-lts-xenial Description-md5: cb9ae396a68a1654af78bc064f8de696 Description-en: Transitional package for libgbm1-lts-xenial This is used for upgrading from trusty to xenial. Package: libgcc-5-dev Description-md5: 4ab7cb439b47e1d0796fbaf8447229ac Description-en: GCC support library (development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: libgcc-5-dev-arm64-cross Description-md5: 4ab7cb439b47e1d0796fbaf8447229ac Description-en: GCC support library (development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: libgcc-5-dev-armhf-cross Description-md5: 4ab7cb439b47e1d0796fbaf8447229ac Description-en: GCC support library (development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: libgcc-5-dev-powerpc-cross Description-md5: 4ab7cb439b47e1d0796fbaf8447229ac Description-en: GCC support library (development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: libgcc-5-dev-ppc64el-cross Description-md5: 4ab7cb439b47e1d0796fbaf8447229ac Description-en: GCC support library (development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: libgcc1-arm64-cross Description-md5: cde62b14dfad8bdbb610bc5af8262ced Description-en: GCC support library Shared version of the support library, a library of internal subroutines that GCC uses to overcome shortcomings of particular machines, or special needs for some languages. . This package contains files for arm64 architecture, for use in cross-compile environment. Package: libgcc1-armhf-cross Description-md5: ef0d6f8d0383298ffaea5e6c0dd3d90b Description-en: GCC support library Shared version of the support library, a library of internal subroutines that GCC uses to overcome shortcomings of particular machines, or special needs for some languages. . This package contains files for armhf architecture, for use in cross-compile environment. Package: libgcc1-powerpc-cross Description-md5: e1bd35e39eccaed54d86a8950b109d57 Description-en: GCC support library Shared version of the support library, a library of internal subroutines that GCC uses to overcome shortcomings of particular machines, or special needs for some languages. . This package contains files for powerpc architecture, for use in cross-compile environment. Package: libgcc1-ppc64el-cross Description-md5: ec819759719b2cca6329501a97792102 Description-en: GCC support library Shared version of the support library, a library of internal subroutines that GCC uses to overcome shortcomings of particular machines, or special needs for some languages. . This package contains files for ppc64el architecture, for use in cross-compile environment. Package: libgccjit-5-dbg Description-md5: a7bfe11387687a724589b6cd0df627c5 Description-en: GCC just-in-time compilation (debug information) libgccjit provides an embeddable shared library with an API for adding compilation to existing programs using GCC. Package: libgccjit-5-dev Description-md5: edfbe45c4dd603bd5f9c67ae4ba8c494 Description-en: GCC just-in-time compilation (development files) libgccjit provides an embeddable shared library with an API for adding compilation to existing programs using GCC. Package: libgccjit-5-doc Description-md5: 83ae0019c7b0b4b05ff14e3fc173a180 Description-en: GCC just-in-time compilation (documentation) libgccjit provides an embeddable shared library with an API for adding compilation to existing programs using GCC. Package: libgccjit0 Description-md5: 78f861084806b36ce34263514298785e Description-en: GCC just-in-time compilation (shared library) libgccjit provides an embeddable shared library with an API for adding compilation to existing programs using GCC. Package: libgcj-doc Description-md5: f5a770b1765898ba56a3f1f8c749ab2d Description-en: libgcj API documentation and example programs Autogenerated documentation describing the API of the libgcj library. Sources and precompiled example programs from the Classpath library. Package: libgcj16 Description-md5: 9241561b1335a24f29de84b678db8069 Description-en: Java runtime library for use with gcj This is the runtime that goes along with the gcj front end to gcc. libgcj includes parts of the Java Class Libraries, plus glue to connect the libraries to the compiler and the underlying OS. . To show file names and line numbers in stack traces, the packages libgcj16-dbg and binutils are required. Package: libgcj16-awt Description-md5: 62c9d0df7d6fb42f9efbc0d8df5ad545 Description-en: AWT peer runtime libraries for use with gcj These are runtime libraries holding the AWT peer implementations for libgcj (currently the GTK+ based peer library is required, the QT bases library is not built). Package: libgcj16-dbg Description-md5: 21af7cc5ef6b2c3d97e111e50bb1da80 Description-en: Debugging symbols for libraries provided in libgcj16-dev The package provides debugging symbols for the libraries provided in libgcj16-dev. . binutils is required to show file names and line numbers in stack traces. Package: libgcj16-dev Description-md5: 7161f4f8afb8f0860b930120a5520479 Description-en: Java development headers for use with gcj These are the development headers that go along with the gcj front end to gcc. libgcj includes parts of the Java Class Libraries, plus glue to connect the libraries to the compiler and the underlying OS. Package: libgcrypt11-dev Description-md5: 2995e023102cc2a10f8124fb5b4f6b8a Description-en: transitional libgcrypt11-dev package This is a transitional dummy package to ease the migration from libgcrypt11-dev to libgcrypt20-dev. You can safely remove this package. Package: libgcrypt20 Description-md5: 5560adbd40c8ba1e5bc5596f9c536649 Description-en: LGPL Crypto library - runtime library libgcrypt contains cryptographic functions. Many important free ciphers, hash algorithms and public key signing algorithms have been implemented: . Arcfour, Blowfish, CAST5, DES, AES, Twofish, Serpent, rfc2268 (rc2), SEED, Camellia, IDEA, Salsa, CRC, MD4, MD5, RIPE-MD160, SHA-1, SHA-256, SHA-512, Tiger, Whirlpool, DSA, DSA2, ElGamal, RSA, ECC. Package: libgcrypt20-dev Description-md5: 4c788cf92af8be01bb478da79c42424b Description-en: LGPL Crypto library - development files libgcrypt contains cryptographic functions. Many important free ciphers, hash algorithms and public key signing algorithms have been implemented: . Arcfour, Blowfish, CAST5, DES, AES, Twofish, Serpent, rfc2268 (rc2), SEED, Camellia, IDEA, Salsa, CRC, MD4, MD5, RIPE-MD160, SHA-1, SHA-256, SHA-512, Tiger, Whirlpool, DSA, DSA2, ElGamal, RSA, ECC. . This package contains header files and libraries for static linking. Package: libgcrypt20-doc Description-md5: e2aea6f39cd020fdc0ddd6c6a216fea0 Description-en: LGPL Crypto library - documentation libgcrypt contains cryptographic functions. Many important free ciphers, hash algorithms and public key signing algorithms have been implemented: . Arcfour, Blowfish, CAST5, DES, AES, Twofish, Serpent, rfc2268 (rc2), SEED, Camellia, IDEA, Salsa, CRC, MD4, MD5, RIPE-MD160, SHA-1, SHA-256, SHA-512, Tiger, Whirlpool, DSA, DSA2, ElGamal, RSA, ECC. . This package contains developer documentation. Package: libgd-dbg Description-md5: 916f9f3f32784956dbf8677e17dee321 Description-en: Debug symbols for GD Graphics Library GD is a graphics library. It allows your code to quickly draw images complete with lines, arcs, text, multiple colours, cut and paste from other images, flood fills, and write out the result as a PNG file. This is particularly useful in World Wide Web applications, where PNG is one of the formats accepted for inline images by most browsers. . These are the debug symbols for the library and tools. Package: libgd-dev Description-md5: e2e1452132bfe957f8694d8a8920856e Description-en: GD Graphics Library (development version) GD is a graphics library. It allows your code to quickly draw images complete with lines, arcs, text, multiple colours, cut and paste from other images, flood fills, and write out the result as a PNG file. This is particularly useful in World Wide Web applications, where PNG is one of the formats accepted for inline images by most browsers. . This is the full development version of the library. Package: libgd3 Description-md5: c60ac65f313e96eb4257868f1294e7fd Description-en: GD Graphics Library GD is a graphics library. It allows your code to quickly draw images complete with lines, arcs, text, multiple colours, cut and paste from other images, flood fills, and write out the result as a PNG file. This is particularly useful in World Wide Web applications, where PNG is one of the formats accepted for inline images by most browsers. . This is the runtime package of the library. Package: libgdk-pixbuf2.0-0 Description-md5: 63eb319f3f676573afbb3b5585491e65 Description-en: GDK Pixbuf library The GDK Pixbuf library provides: - Image loading and saving facilities. - Fast scaling and compositing of pixbufs. - Simple animation loading (ie. animated GIFs) Package: libgdk-pixbuf2.0-0-dbg Description-md5: 217d8f2ea9520f6108077353561fc1a9 Description-en: GDK Pixbuf library - debug symbols The GDK Pixbuf library provides: - Image loading and saving facilities. - Fast scaling and compositing of pixbufs. - Simple animation loading (ie. animated GIFs) . This package contains debugging symbols used to debug applications that use this library. Package: libgdk-pixbuf2.0-common Description-md5: cd3fff9d184ca859b9cd83a1a6a9e258 Description-en: GDK Pixbuf library - data files This package contains the common files and translations for the GDK Pixbuf library. Package: libgdk-pixbuf2.0-dev Description-md5: 5aafdeaef76aa0707bd91e0f31424078 Description-en: GDK Pixbuf library (development files) The GDK Pixbuf library provides: - Image loading and saving facilities. - Fast scaling and compositing of pixbufs. - Simple animation loading (ie. animated GIFs) . This package contains the header files which are needed for using GDK Pixbuf. Package: libgdk-pixbuf2.0-doc Description-md5: c05c1d454653d6d30698975f8ff15372 Description-en: GDK Pixbuf library (documentation) The GDK Pixbuf library provides: - Image loading and saving facilities. - Fast scaling and compositing of pixbufs. - Simple animation loading (ie. animated GIFs) . This package contains the HTML documentation for the GDK Pixbuf library in /usr/share/doc/libgtk2.0-doc/ . Package: libgfortran-5-dev Description-md5: 146f5739f84c8211389d84c7aa5bf949 Description-en: Runtime library for GNU Fortran applications (development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: libgfortran3 Description-md5: bb4b9e7dbbaa67e95441936718b11f39 Description-en: Runtime library for GNU Fortran applications Library needed for GNU Fortran applications linked against the shared library. Package: libgfortran3-dbg Description-md5: 8e6e17da8d0b42fc976ade7330c11a20 Description-en: Runtime library for GNU Fortran applications (debug symbols) Library needed for GNU Fortran applications linked against the shared library. Package: libgif-dev Description-md5: 0bfe767ea8e86d9cab3f10708a06203a Description-en: library for GIF images (development) GIFLIB is a package of portable tools and library routines for working with GIF images. . This package contains the development files. Package: libgif7 Description-md5: 6e1b50f7983687352e4b68758c6a50d6 Description-en: library for GIF images (library) GIFLIB is a package of portable tools and library routines for working with GIF images. . This package contains the library. Package: libgl1-mesa-dev Description-md5: edeb377b6e64f69c00b2215e4025a28a Description-en: free implementation of the OpenGL API -- GLX development files This version of Mesa provides GLX and DRI capabilities: it is capable of both direct and indirect rendering. For direct rendering, it can use DRI modules from the libgl1-mesa-dri package to accelerate drawing. . This package includes headers and static libraries for compiling programs with Mesa. . For a complete description of Mesa, please look at the libgl1-mesa-glx package. Package: libgl1-mesa-dev-lts-utopic Description-md5: 000cd064ce7fb446edca09fa6db0a6b3 Description-en: Transitional package for libgl1-mesa-dev-lts-utopic This is used for upgrading from trusty to xenial. Package: libgl1-mesa-dev-lts-vivid Description-md5: 05b059a37c7c589501bd014ab6af798e Description-en: Transitional package for libgl1-mesa-dev-lts-vivid This is used for upgrading from trusty to xenial. Package: libgl1-mesa-dev-lts-wily Description-md5: 7f4919fe98b52577e2be0abb51f7858f Description-en: Transitional package for libgl1-mesa-dev-lts-wily This is used for upgrading from trusty to xenial. Package: libgl1-mesa-dev-lts-xenial Description-md5: 24ab281fcda9d22eca5d41b84f065a08 Description-en: Transitional package for libgl1-mesa-dev-lts-xenial This is used for upgrading from trusty to xenial. Package: libgl1-mesa-dri Description-md5: 5f2b652ffc2f2781c936450c0c51bcc7 Description-en: free implementation of the OpenGL API -- DRI modules This version of Mesa provides GLX and DRI capabilities: it is capable of both direct and indirect rendering. For direct rendering, it can use DRI modules from the libgl1-mesa-dri package to accelerate drawing. . This package does not include the OpenGL library itself, only the DRI modules for accelerating direct rendering. . For a complete description of Mesa, please look at the libgl1-mesa-glx package. Package: libgl1-mesa-dri-lts-utopic Description-md5: 7c6ea7840aa1daa7a551f1cc8d01c182 Description-en: Transitional package for libgl1-mesa-dri-lts-utopic This is used for upgrading from trusty to xenial. Package: libgl1-mesa-dri-lts-utopic-dbg Description-md5: 55b19304e5907232769d5c3262f854ca Description-en: Transitional package for libgl1-mesa-dri-lts-utopic-dbg This is used for upgrading from trusty to xenial. Package: libgl1-mesa-dri-lts-vivid Description-md5: eb306d2cf1becfe7df491a54ff7aa195 Description-en: Transitional package for libgl1-mesa-dri-lts-vivid This is used for upgrading from trusty to xenial. Package: libgl1-mesa-dri-lts-vivid-dbg Description-md5: 2bbb955a4cdcb5b274075a502c170185 Description-en: Transitional package for libgl1-mesa-dri-lts-vivid-dbg This is used for upgrading from trusty to xenial. Package: libgl1-mesa-dri-lts-wily Description-md5: 7b7783af1c81f599b9de057431a79256 Description-en: Transitional package for libgl1-mesa-dri-lts-wily This is used for upgrading from trusty to xenial. Package: libgl1-mesa-dri-lts-wily-dbg Description-md5: 26c67f55de8db41deecefcb083c244ff Description-en: Transitional package for libgl1-mesa-dri-lts-wily-dbg This is used for upgrading from trusty to xenial. Package: libgl1-mesa-dri-lts-xenial Description-md5: 119b0e5429200a1fc5ef2eacba239dea Description-en: Transitional package for libgl1-mesa-dri-lts-xenial This is used for upgrading from trusty to xenial. Package: libgl1-mesa-glx Description-md5: 81cb328047ab58fb2e956b5652ddf253 Description-en: free implementation of the OpenGL API -- GLX runtime Mesa is a 3-D graphics library with an API which is very similar to that of OpenGL. To the extent that Mesa utilizes the OpenGL command syntax or state machine, it is being used with authorization from Silicon Graphics, Inc. However, the authors make no claim that Mesa is in any way a compatible replacement for OpenGL or associated with Silicon Graphics, Inc. . This version of Mesa provides GLX and DRI capabilities: it is capable of both direct and indirect rendering. For direct rendering, it can use DRI modules from the libgl1-mesa-dri package to accelerate drawing. . This package does not include the modules themselves: these can be found in the libgl1-mesa-dri package. Package: libgl1-mesa-glx-lts-utopic Description-md5: 5339e2e0ddd480d167ee95901ea12c34 Description-en: Transitional package for libgl1-mesa-glx-lts-utopic This is used for upgrading from trusty to xenial. Package: libgl1-mesa-glx-lts-utopic-dbg Description-md5: f69793862eb5e61eb093e5780de14c3d Description-en: Transitional package for libgl1-mesa-glx-lts-utopic-dbg This is used for upgrading from trusty to xenial. Package: libgl1-mesa-glx-lts-vivid Description-md5: ccb2cfc2c53d78396c3e3fa64f7bed21 Description-en: Transitional package for libgl1-mesa-glx-lts-vivid This is used for upgrading from trusty to xenial. Package: libgl1-mesa-glx-lts-vivid-dbg Description-md5: 73faf0b215e54eb662e6412cb8e03028 Description-en: Transitional package for libgl1-mesa-glx-lts-vivid-dbg This is used for upgrading from trusty to xenial. Package: libgl1-mesa-glx-lts-wily Description-md5: c19808af17798c06f4cc1c6a6183e406 Description-en: Transitional package for libgl1-mesa-glx-lts-wily This is used for upgrading from trusty to xenial. Package: libgl1-mesa-glx-lts-wily-dbg Description-md5: 1aa6fa8460590aaadade012eb483a98a Description-en: Transitional package for libgl1-mesa-glx-lts-wily-dbg This is used for upgrading from trusty to xenial. Package: libgl1-mesa-glx-lts-xenial Description-md5: 6b5ab0841012799213213a03a22bee6d Description-en: Transitional package for libgl1-mesa-glx-lts-xenial This is used for upgrading from trusty to xenial. Package: libglapi-mesa Description-md5: 6da05dae0e50a214ae9b1d095f83c561 Description-en: free implementation of the GL API -- shared library The Mesa GL API module is responsible for dispatching all the gl* functions. It is intended to be mainly used by both the libgles1-mesa and libgles2-mesa packages. Package: libglapi-mesa-lts-utopic Description-md5: 168e2a8ef5de10635f41900267c7e94d Description-en: Transitional package for libglapi-mesa-lts-utopic This is used for upgrading from trusty to xenial. Package: libglapi-mesa-lts-utopic-dbg Description-md5: 1e97e703c6b26d20757c16b603404c3f Description-en: Transitional package for libglapi-mesa-lts-utopic-dbg This is used for upgrading from trusty to xenial. Package: libglapi-mesa-lts-vivid Description-md5: 0be0ef32aa528a656f59c69464f55863 Description-en: Transitional package for libglapi-mesa-lts-vivid This is used for upgrading from trusty to xenial. Package: libglapi-mesa-lts-vivid-dbg Description-md5: 5b5f064229e4c7ecb11a417b8c70b744 Description-en: Transitional package for libglapi-mesa-lts-vivid-dbg This is used for upgrading from trusty to xenial. Package: libglapi-mesa-lts-wily Description-md5: 6d500555f34f452c0c1f3a5e21cec502 Description-en: Transitional package for libglapi-mesa-lts-wily This is used for upgrading from trusty to xenial. Package: libglapi-mesa-lts-wily-dbg Description-md5: c9140af7dea862160910b5f4ce8ba033 Description-en: Transitional package for libglapi-mesa-lts-wily-dbg This is used for upgrading from trusty to xenial. Package: libglapi-mesa-lts-xenial Description-md5: 254dcae0ea5aec600d1056e6060bac76 Description-en: Transitional package for libglapi-mesa-lts-xenial This is used for upgrading from trusty to xenial. Package: libgles1-mesa Description-md5: 5d45602a19e7c4d5c096452a8c1b6ee3 Description-en: free implementation of the OpenGL|ES 1.x API -- runtime OpenGL|ES is a cross-platform API for full-function 2D and 3D graphics on embedded systems - including consoles, phones, appliances and vehicles. It contains a subset of OpenGL plus a number of extensions for the special needs of embedded systems. . OpenGL|ES 1.x provides an API for fixed-function hardware. Package: libgles1-mesa-dev Description-md5: 3fc8f0ee3bdb7f86c55dc67a5bbbf86f Description-en: free implementation of the OpenGL|ES 1.x API -- development files OpenGL|ES is a cross-platform API for full-function 2D and 3D graphics on embedded systems - including consoles, phones, appliances and vehicles. It contains a subset of OpenGL plus a number of extensions for the special needs of embedded systems. . OpenGL|ES 1.x provides an API for fixed-function hardware. . This package provides a development environment for building programs using the OpenGL|ES 1.x APIs. Package: libgles1-mesa-dev-lts-utopic Description-md5: a911a5d8a0e428399bfb668b12d854b2 Description-en: Transitional package for libgles1-mesa-dev-lts-utopic This is used for upgrading from trusty to xenial. Package: libgles1-mesa-dev-lts-vivid Description-md5: 6e9f7d7f1e3879757484a182234d9b97 Description-en: Transitional package for libgles1-mesa-dev-lts-vivid This is used for upgrading from trusty to xenial. Package: libgles1-mesa-dev-lts-wily Description-md5: 48afb3f004d26498eba11b5ffa6dff8d Description-en: Transitional package for libgles1-mesa-dev-lts-wily This is used for upgrading from trusty to xenial. Package: libgles1-mesa-dev-lts-xenial Description-md5: 524d748bbfac669b90eb19101341303e Description-en: Transitional package for libgles1-mesa-dev-lts-xenial This is used for upgrading from trusty to xenial. Package: libgles1-mesa-lts-utopic Description-md5: d417b16a7e82fefef1bec8ac15360a94 Description-en: Transitional package for libgles1-mesa-lts-utopic This is used for upgrading from trusty to xenial. Package: libgles1-mesa-lts-utopic-dbg Description-md5: 7aedb52ce9a3af397fdab46ef6127bb7 Description-en: Transitional package for libgles1-mesa-lts-utopic-dbg This is used for upgrading from trusty to xenial. Package: libgles1-mesa-lts-vivid Description-md5: d1bcd66d94376af273b4e9511e3985ac Description-en: Transitional package for libgles1-mesa-lts-vivid This is used for upgrading from trusty to xenial. Package: libgles1-mesa-lts-vivid-dbg Description-md5: 018848626073c33edf249ab061d4dba5 Description-en: Transitional package for libgles1-mesa-lts-vivid-dbg This is used for upgrading from trusty to xenial. Package: libgles1-mesa-lts-wily Description-md5: 0a846b6cba2245e0041b5ca62a119cfd Description-en: Transitional package for libgles1-mesa-lts-wily This is used for upgrading from trusty to xenial. Package: libgles1-mesa-lts-wily-dbg Description-md5: 630b1d29139967a8afd6a49b74d4c870 Description-en: Transitional package for libgles1-mesa-lts-wily-dbg This is used for upgrading from trusty to xenial. Package: libgles1-mesa-lts-xenial Description-md5: 59a50b87258ac05e15fdba6563413797 Description-en: Transitional package for libgles1-mesa-lts-xenial This is used for upgrading from trusty to xenial. Package: libgles2-mesa Description-md5: 385f5e9ca66553853ff0600865879832 Description-en: free implementation of the OpenGL|ES 2.x API -- runtime OpenGL|ES is a cross-platform API for full-function 2D and 3D graphics on embedded systems - including consoles, phones, appliances and vehicles. It contains a subset of OpenGL plus a number of extensions for the special needs of embedded systems. . OpenGL|ES 2.x provides an API for programmable hardware including vertex and fragment shaders. Package: libgles2-mesa-dev Description-md5: 7598b085943a2f03c7a2a79086dffcee Description-en: free implementation of the OpenGL|ES 2.x API -- development files OpenGL|ES is a cross-platform API for full-function 2D and 3D graphics on embedded systems - including consoles, phones, appliances and vehicles. It contains a subset of OpenGL plus a number of extensions for the special needs of embedded systems. . OpenGL|ES 2.x provides an API for programmable hardware including vertex and fragment shaders. . This package provides a development environment for building applications using the OpenGL|ES 2.x APIs. Package: libgles2-mesa-dev-lts-utopic Description-md5: 5917c638b57e143aad60e166c5e2ab76 Description-en: Transitional package for libgles2-mesa-dev-lts-utopic This is used for upgrading from trusty to xenial. Package: libgles2-mesa-dev-lts-vivid Description-md5: c27f5a5756f4c229b612751808eac1df Description-en: Transitional package for libgles2-mesa-dev-lts-vivid This is used for upgrading from trusty to xenial. Package: libgles2-mesa-dev-lts-wily Description-md5: 32da24785b3311a16f3d851d6717fca9 Description-en: Transitional package for libgles2-mesa-dev-lts-wily This is used for upgrading from trusty to xenial. Package: libgles2-mesa-dev-lts-xenial Description-md5: 13ed97875e9964becb804037aacaacd0 Description-en: Transitional package for libgles2-mesa-dev-lts-xenial This is used for upgrading from trusty to xenial. Package: libgles2-mesa-lts-utopic Description-md5: 8869a7104356dacb69ac9ffa3b829ac1 Description-en: Transitional package for libgles2-mesa-lts-utopic This is used for upgrading from trusty to xenial. Package: libgles2-mesa-lts-utopic-dbg Description-md5: 50f4b78bfd77cf6c5fee4c86c0f2a4fe Description-en: Transitional package for libgles2-mesa-lts-utopic-dbg This is used for upgrading from trusty to xenial. Package: libgles2-mesa-lts-vivid Description-md5: cedb77b92a701103cd9e9e4bc9fe87a2 Description-en: Transitional package for libgles2-mesa-lts-vivid This is used for upgrading from trusty to xenial. Package: libgles2-mesa-lts-vivid-dbg Description-md5: 6af490aa4f83dfb547ad49481e8bc7c9 Description-en: Transitional package for libgles2-mesa-lts-vivid-dbg This is used for upgrading from trusty to xenial. Package: libgles2-mesa-lts-wily Description-md5: 5c51225d82cf479bb1bed8d29159190e Description-en: Transitional package for libgles2-mesa-lts-wily This is used for upgrading from trusty to xenial. Package: libgles2-mesa-lts-wily-dbg Description-md5: 72c835e1b05ae878b35b98a5dfd43899 Description-en: Transitional package for libgles2-mesa-lts-wily-dbg This is used for upgrading from trusty to xenial. Package: libgles2-mesa-lts-xenial Description-md5: ce8bdc55bbb7f3d82cf886acf6543830 Description-en: Transitional package for libgles2-mesa-lts-xenial This is used for upgrading from trusty to xenial. Package: libglib2.0-0 Description-md5: f44de6293be1aa02cd13d73f591580a9 Description-en: GLib library of C routines GLib is a library containing many useful C routines for things such as trees, hashes, lists, and strings. It is a useful general-purpose C library used by projects such as GTK+, GIMP, and GNOME. . This package contains the shared libraries. Package: libglib2.0-0-dbg Description-md5: 5650e35d4052b9bd7fc47bcc10bd8f50 Description-en: Debugging symbols for the GLib libraries GLib is a library containing many useful C routines for things such as trees, hashes, lists, and strings. It is a useful general-purpose C library used by projects such as GTK+, GIMP, and GNOME. . This package contains detached debugging symbols. . Most people will not need this package. Package: libglib2.0-bin Description-md5: b999624c61f8058d0201077f097c87ed Description-en: Programs for the GLib library GLib is a library containing many useful C routines for things such as trees, hashes, lists, and strings. It is a useful general-purpose C library used by projects such as GTK+, GIMP, and GNOME. . This package contains the program files which is used for the libraries and others. Package: libglib2.0-data Description-md5: e30141317e2f372da30c78d06ac076ee Description-en: Common files for GLib library GLib is a library containing many useful C routines for things such as trees, hashes, lists, and strings. It is a useful general-purpose C library used by projects such as GTK+, GIMP, and GNOME. . This package is needed for the runtime libraries to display messages in languages other than English. Package: libglib2.0-dev Description-md5: f1a310bc28a3b8566d2f79a4116e8a0e Description-en: Development files for the GLib library GLib is a library containing many useful C routines for things such as trees, hashes, lists, and strings. It is a useful general-purpose C library used by projects such as GTK+, GIMP, and GNOME. . This package is needed to compile programs against libglib2.0-0, as only it includes the header files and static libraries (optionally) needed for compiling. Package: libglib2.0-doc Description-md5: bdb9aa53f83dabd5dab7d58c0e8cd803 Description-en: Documentation files for the GLib library GLib is a library containing many useful C routines for things such as trees, hashes, lists, and strings. It is a useful general-purpose C library used by projects such as GTK+, GIMP, and GNOME. . This package contains the HTML documentation for the GLib library in /usr/share/doc/libglib2.0-doc/ . Package: libgnome-menu-3-0 Description-md5: c6885fb9ed6a22440597626b04ff66f5 Description-en: GNOME implementation of the freedesktop menu specification The package contains an implementation of the draft "Desktop Menu Specification" from freedesktop.org: . http://www.freedesktop.org/Standards/menu-spec . Also contained here are the GNOME menu layout configuration files, .directory files and assorted menu related utility programs. . This package contains the shared library. Package: libgnome-menu-3-0-dbg Description-md5: e740dca2bd062f452e75ce5752f1637f Description-en: GNOME implementation of the freedesktop menu specification The package contains an implementation of the draft "Desktop Menu Specification" from freedesktop.org: . http://www.freedesktop.org/Standards/menu-spec . Also contained here are the GNOME menu layout configuration files, .directory files and assorted menu related utility programs. . This package contains debugging symbols. Package: libgnome-menu-3-dev Description-md5: afd73c86a97aafa140ad96e55a77e8f7 Description-en: GNOME implementation of the freedesktop menu specification The package contains an implementation of the draft "Desktop Menu Specification" from freedesktop.org: . http://www.freedesktop.org/Standards/menu-spec . Also contained here are the GNOME menu layout configuration files, .directory files and assorted menu related utility programs. . This package contains the development headers. Package: libgnutls-dev Description-md5: 4564f8044c507f5a7c9ac71d58a22281 Description-en: GNU TLS library - development files GnuTLS is a portable library which implements the Transport Layer Security (TLS 1.0, 1.1, 1.2) and Secure Sockets Layer (SSL) 3.0 and Datagram Transport Layer Security (DTLS 1.0, 1.2) protocols. . GnuTLS features support for: - TLS extensions: server name indication, max record size, opaque PRF input, etc. - authentication using the SRP protocol. - authentication using both X.509 certificates and OpenPGP keys. - TLS Pre-Shared-Keys (PSK) extension. - Inner Application (TLS/IA) extension. - X.509 and OpenPGP certificate handling. - X.509 Proxy Certificates (RFC 3820). - all the strong encryption algorithms (including SHA-256/384/512 and Camellia (RFC 4132)). . This package contains the GnuTLS development files. Package: libgnutls-openssl27 Description-md5: c3ebfc2b114da4e5e341aacb804dd61b Description-en: GNU TLS library - OpenSSL wrapper GnuTLS is a portable library which implements the Transport Layer Security (TLS 1.0, 1.1, 1.2) and Secure Sockets Layer (SSL) 3.0 and Datagram Transport Layer Security (DTLS 1.0, 1.2) protocols. . GnuTLS features support for: - TLS extensions: server name indication, max record size, opaque PRF input, etc. - authentication using the SRP protocol. - authentication using both X.509 certificates and OpenPGP keys. - TLS Pre-Shared-Keys (PSK) extension. - Inner Application (TLS/IA) extension. - X.509 and OpenPGP certificate handling. - X.509 Proxy Certificates (RFC 3820). - all the strong encryption algorithms (including SHA-256/384/512 and Camellia (RFC 4132)). . This package contains the runtime library of the GnuTLS OpenSSL wrapper. Package: libgnutls28-dev Description-md5: 752cc9cb040056046bec9aa813e192d9 Description-en: dummy transitional package for GNU TLS library - development files This is a transitional dummy package for libgnutls28-dev to libgnutls-dev migration. GnuTLS is a portable library which implements the Transport Layer Security (TLS 1.0, 1.1, 1.2) and Secure Sockets Layer (SSL) 3.0 and Datagram Transport Layer Security (DTLS 1.0, 1.2) protocols. . This package can be safely removed. Package: libgnutls30 Description-md5: 43b0d429ee2ba8e66055a55ec8472254 Description-en: GNU TLS library - main runtime library GnuTLS is a portable library which implements the Transport Layer Security (TLS 1.0, 1.1, 1.2) and Secure Sockets Layer (SSL) 3.0 and Datagram Transport Layer Security (DTLS 1.0, 1.2) protocols. . GnuTLS features support for: - TLS extensions: server name indication, max record size, opaque PRF input, etc. - authentication using the SRP protocol. - authentication using both X.509 certificates and OpenPGP keys. - TLS Pre-Shared-Keys (PSK) extension. - Inner Application (TLS/IA) extension. - X.509 and OpenPGP certificate handling. - X.509 Proxy Certificates (RFC 3820). - all the strong encryption algorithms (including SHA-256/384/512 and Camellia (RFC 4132)). . This package contains the main runtime library. Package: libgnutlsxx28 Description-md5: 684004481c6e55ce272aa444aed52a5d Description-en: GNU TLS library - C++ runtime library GnuTLS is a portable library which implements the Transport Layer Security (TLS 1.0, 1.1, 1.2) and Secure Sockets Layer (SSL) 3.0 and Datagram Transport Layer Security (DTLS 1.0, 1.2) protocols. . GnuTLS features support for: - TLS extensions: server name indication, max record size, opaque PRF input, etc. - authentication using the SRP protocol. - authentication using both X.509 certificates and OpenPGP keys. - TLS Pre-Shared-Keys (PSK) extension. - Inner Application (TLS/IA) extension. - X.509 and OpenPGP certificate handling. - X.509 Proxy Certificates (RFC 3820). - all the strong encryption algorithms (including SHA-256/384/512 and Camellia (RFC 4132)). . This package contains the C++ runtime libraries. Package: libgo7 Description-md5: 9dac71a6885be90d89c8d4e0ae4b9f2c Description-en: Runtime library for GNU Go applications Library needed for GNU Go applications linked against the shared library. Package: libgomp1 Description-md5: 9651123458dd1bf3c162dfb6a6292ff4 Description-en: GCC OpenMP (GOMP) support library GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: libgomp1-arm64-cross Description-md5: 9651123458dd1bf3c162dfb6a6292ff4 Description-en: GCC OpenMP (GOMP) support library GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: libgomp1-armhf-cross Description-md5: 9651123458dd1bf3c162dfb6a6292ff4 Description-en: GCC OpenMP (GOMP) support library GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: libgomp1-dbg Description-md5: 7e2cdd49ce630cb7e2347d7fe5ca5677 Description-en: GCC OpenMP (GOMP) support library (debug symbols) GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: libgomp1-powerpc-cross Description-md5: 9651123458dd1bf3c162dfb6a6292ff4 Description-en: GCC OpenMP (GOMP) support library GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: libgomp1-ppc64el-cross Description-md5: 9651123458dd1bf3c162dfb6a6292ff4 Description-en: GCC OpenMP (GOMP) support library GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: libgs-dev Description-md5: f4c1713297a6c688a87d0b2876caf1fa Description-en: interpreter for the PostScript language and for PDF - Development Files GPL Ghostscript is used for PostScript/PDF preview and printing. Usually as a back-end to a program such as ghostview, it can display PostScript and PDF documents in an X11 environment. . This package provides the development files for the GPL Ghostscript library which makes the facilities of GPL Ghostscript available to applications. Package: libgs9 Description-md5: 77d0d233cd004663a71b1ef44e87d3f1 Description-en: interpreter for the PostScript language and for PDF - Library GPL Ghostscript is used for PostScript/PDF preview and printing. Usually as a back-end to a program such as ghostview, it can display PostScript and PDF documents in an X11 environment. . This package provides the Ghostscript library which makes the facilities of GPL Ghostscript available to applications. Package: libgs9-common Description-md5: f08f64f97de70ffa2ec3f07307565bf1 Description-en: interpreter for the PostScript language and for PDF - common files GPL Ghostscript is used for PostScript/PDF preview and printing. Usually as a back-end to a program such as ghostview, it can display PostScript and PDF documents in an X11 environment. . This package provides common architecture-independent files needed by the GPL Ghostscript library. . By default, GPL Ghostscript uses a font from the fonts-droid package to approximate glyphs in PDFs for which the requested CJK TrueType font is missing. If the fonts-droid package is not installed, these glyphs will be rendered as bullets. Package: libgstreamer-plugins-base1.0-0 Description-md5: 1f83d48f1815b1413bf5322dc753ba59 Description-en: GStreamer libraries from the "base" set GStreamer is a streaming media framework, based on graphs of filters which operate on media data. Applications using this library can do anything from real-time sound processing to playing videos, and just about anything else media-related. Its plugin-based architecture means that new data types or processing capabilities can be added simply by installing new plug-ins. . This package contains libraries from the "base" set, an essential exemplary set of elements. Package: libgstreamer-plugins-base1.0-dev Description-md5: 0acc042058e8c9e8d17fbca59836d2a0 Description-en: GStreamer development files for libraries from the "base" set GStreamer is a streaming media framework, based on graphs of filters which operate on media data. Applications using this library can do anything from real-time sound processing to playing videos, and just about anything else media-related. Its plugin-based architecture means that new data types or processing capabilities can be added simply by installing new plug-ins. . This package contains development files for GStreamer libraries from the "base" set, an essential exemplary set of elements. Package: libgstreamer-plugins-good1.0-0 Description-md5: 99c064697a600533c69cdc00ad0f48ac Description-en: GStreamer development files for libraries from the "good" set GStreamer is a streaming media framework, based on graphs of filters which operate on media data. Applications using this library can do anything from real-time sound processing to playing videos, and just about anything else media-related. Its plugin-based architecture means that new data types or processing capabilities can be added simply by installing new plug-ins. . This package contains shared GStreamer libraries from the "good" set. The API is not guaranteed to be stable. Package: libgstreamer-plugins-good1.0-dev Description-md5: d5b042b5551683fe8cf1d03a80a7c168 Description-en: GStreamer development files for libraries from the "good" set GStreamer is a streaming media framework, based on graphs of filters which operate on media data. Applications using this library can do anything from real-time sound processing to playing videos, and just about anything else media-related. Its plugin-based architecture means that new data types or processing capabilities can be added simply by installing new plug-ins. . This package contains development files for GStreamer libraries from the "good" set. The API is not guaranteed to be stable. Package: libgstreamer1.0-0 Description-md5: f08b5d59945781d0a8d4897e45d5a847 Description-en: Core GStreamer libraries and elements GStreamer is a streaming media framework, based on graphs of filters which operate on media data. Applications using this library can do anything from real-time sound processing to playing videos, and just about anything else media-related. Its plugin-based architecture means that new data types or processing capabilities can be added simply by installing new plug-ins. . This package contains the core library and elements. Package: libgstreamer1.0-0-dbg Description-md5: eca1cd2ce224cc45fde385a4110da4ae Description-en: Core GStreamer libraries and elements GStreamer is a streaming media framework, based on graphs of filters which operate on media data. Applications using this library can do anything from real-time sound processing to playing videos, and just about anything else media-related. Its plugin-based architecture means that new data types or processing capabilities can be added simply by installing new plug-ins. . This package contains unstripped shared libraries. It is provided primarily to provide a backtrace with names in a debugger, this makes it somewhat easier to interpret core dumps. The libraries are installed in /usr/lib/debug and are automatically used by gdb. Package: libgstreamer1.0-dev Description-md5: de1692260510350a48f76ec91eae40a9 Description-en: GStreamer core development files GStreamer is a streaming media framework, based on graphs of filters which operate on media data. Applications using this library can do anything from real-time sound processing to playing videos, and just about anything else media-related. Its plugin-based architecture means that new data types or processing capabilities can be added simply by installing new plug-ins. . This package contains development files for the core library and elements. Package: libgtk-3-0 Description-md5: 2d73631a8c144c8ea021cee46ee049b5 Description-en: GTK+ graphical user interface library GTK+ is a multi-platform toolkit for creating graphical user interfaces. Offering a complete set of widgets, GTK+ is suitable for projects ranging from small one-off tools to complete application suites. . This package contains the shared libraries. Package: libgtk-3-0-dbg Description-md5: dc8b9ec0e4c1ec0225178df62ff88672 Description-en: GTK+ libraries and debugging symbols 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 detached debugging symbols. . Most people will not need this package. Package: libgtk-3-bin Description-md5: 35573b29e3a6877ccd55de7c6873d715 Description-en: programs for the GTK+ graphical user interface library GTK+ is a multi-platform toolkit for creating graphical user interfaces. Offering a complete set of widgets, GTK+ is suitable for projects ranging from small one-off tools to complete application suites. . This package contains the utilities which are used by the libraries and other packages. Package: libgtk-3-common Description-md5: 3ebc2dc44381a6b09ce3f8e0696e2008 Description-en: common files for the GTK+ graphical user interface library GTK+ is a multi-platform toolkit for creating graphical user interfaces. Offering a complete set of widgets, GTK+ is suitable for projects ranging from small one-off tools to complete application suites. . This package contains the common files which the libraries need. Package: libgtk-3-dev Description-md5: 5e247317651e3625eb226ee49f0cfec7 Description-en: development files for the GTK+ library GTK+ is a multi-platform toolkit for creating graphical user interfaces. Offering a complete set of widgets, GTK+ is suitable for projects ranging from small one-off tools to complete application suites. . This package contains the header and development files which are needed for building GTK+ applications. Package: libgtk-3-doc Description-md5: 0daae17852bb4b449b026f369e26dde3 Description-en: documentation for the GTK+ graphical user interface library GTK+ is a multi-platform toolkit for creating graphical user interfaces. Offering a complete set of widgets, GTK+ is suitable for projects ranging from small one-off tools to complete application suites. . This package contains the HTML documentation for the GTK+ library in /usr/share/doc/libgtk-3-doc/ . Package: libgweather-3-6 Description-md5: cb984482338858ae6dd68ad8bf4a2452 Description-en: GWeather shared library libgweather is a library to access weather information from online services for numerous locations. . This package contains shared libraries. Package: libgweather-3-dev Description-md5: d777dd677d3f0773a7bcfa6faf15d7e6 Description-en: GWeather development files libgweather is a library to access weather information from online services for numerous locations. . This package contains the include files and static library. Package: libgweather-common Description-md5: a5b4a811991e8c5840d2aedf792b5dcd Description-en: GWeather common files libgweather is a library to access weather information from online services for numerous locations. . This package contains the weather locations. Package: libharfbuzz-dev Description-md5: 8ebbfe4cc4bcec46b6548326bf0e4b9a Description-en: Development files for OpenType text shaping engine HarfBuzz is an implementation of the OpenType Layout engine (aka layout engine) and the script-specific logic (aka shaping engine). . This package contains the header files and static libraries for the HarfBuzz library. Package: libharfbuzz-doc Description-md5: 9b131c85bc0d15a8db3fabd1178cabda Description-en: Documentation files for the HarfBuzz library HarfBuzz is an implementation of the OpenType Layout engine (aka layout engine) and the script-specific logic (aka shaping engine). . This package contains the HTML documentation for the HarfBuzz library. Package: libharfbuzz-gobject0 Description-md5: 602225f3070fe796ecfe3186301b5887 Description-en: OpenType text shaping engine ICU backend (GObject library) HarfBuzz is an implementation of the OpenType Layout engine (aka layout engine) and the script-specific logic (aka shaping engine). . This package contains the GObject library, providing wrapper GObject type bindings for all HarfBuzz objects and enums. Package: libharfbuzz-icu0 Description-md5: d96c32b3b2f8939f63da61e3c683d71f Description-en: OpenType text shaping engine ICU backend HarfBuzz is an implementation of the OpenType Layout engine (aka layout engine) and the script-specific logic (aka shaping engine). . This package contains the ICU backend. Package: libharfbuzz0b Description-md5: c01a2a5a6349f465ee349884ac4d8667 Description-en: OpenType text shaping engine (shared library) HarfBuzz is an implementation of the OpenType Layout engine (aka layout engine) and the script-specific logic (aka shaping engine). . This package contains the shared libraries. Package: libharfbuzz0b-dbg Description-md5: bc2a66802c476114ec87fa777c4fcc7e Description-en: OpenType text shaping engine HarfBuzz is an implementation of the OpenType Layout engine (aka layout engine) and the script-specific logic (aka shaping engine). . This package contains detached debugging symbols for libharfbuzz. Package: libidn11 Description-md5: 8f2c3e3028043c62404c901cd7473dc7 Description-en: GNU Libidn library, implementation of IETF IDN specifications GNU Libidn is a fully documented implementation of the Stringprep, Punycode and IDNA specifications. Libidn's purpose is to encode and decode internationalized domain names. The Nameprep, XMPP, SASLprep, and iSCSI profiles are supported. . This package contains the shared library. Package: libidn11-dev Description-md5: 057f92c8d16485c6626798cd9f7f9f97 Description-en: Development files for GNU Libidn, an IDN library GNU Libidn is a fully documented implementation of the Stringprep, Punycode and IDNA specifications. Libidn's purpose is to encode and decode internationalized domain names. The Nameprep, XMPP, SASLprep, and iSCSI profiles are supported. . This package contains the header files, static library, pkg-config information, API man pages, and the Libidn manual. Package: libimage-magick-perl Description-md5: 29f351cb2ef532f8d60e870035a9b7e6 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 quantum (Q16). Package: libimage-magick-q16-perl Description-md5: 69f030843a3ab1c04f220a1c78006c1f 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 is the 16 bits integer quantum depth package. Package: libimobiledevice-dev Description-md5: fd9a20c2b440f01ec4b9eb965aa42e9a Description-en: Library for communicating with iPhone and iPod Touch devices libimobiledevice is a library that talks the native Apple USB protocols that the iPhone and iPod Touch use. Unlike other projects, libimobiledevice does not depend on using any existing libraries from Apple. . This package contains the development files. Package: libimobiledevice-doc Description-md5: 7dcda431a51aa4288c96d2b2dc9704c7 Description-en: Library for communicating with iPhone and iPod Touch devices libimobiledevice is a library that talks the native Apple USB protocols that the iPhone and iPod Touch use. Unlike other projects, libimobiledevice does not depend on using any existing libraries from Apple. . This package contains the documentation for the library. Package: libimobiledevice6 Description-md5: b63dfdd75baa933b181ba059d3cb96a2 Description-en: Library for communicating with the iPhone and iPod Touch libimobiledevice is a library that talks the native Apple USB protocols that the iPhone and iPod Touch use. Unlike other projects, libimobiledevice does not depend on using any existing libraries from Apple. Package: libimobiledevice6-dbg Description-md5: d22def284c479ea2fe12faed1fe6c756 Description-en: Library for communicating with iPhone and iPod Touch devices libimobiledevice is a library that talks the native Apple USB protocols that the iPhone and iPod Touch use. Unlike other projects, libimobiledevice does not depend on using any existing libraries from Apple. . This package contains the debugging symbols. Package: libipa-hbac-dev Description-md5: 6c1dbd1961a1dd6410e5f5b68ec9e8a8 Description-en: FreeIPA HBAC Evaluator library Utility library to validate FreeIPA HBAC rules for authorization requests. . This package contains header files and symlinks to develop programs which will use the libipa-hbac library. Package: libipa-hbac0 Description-md5: 03e6128075af8f51f143ba66443a79ae Description-en: FreeIPA HBAC Evaluator library Utility library to validate FreeIPA HBAC rules for authorization requests. Package: libipmiconsole-dev Description-md5: 165d37f1ff27840c811186d69e5990cf Description-en: GNU IPMI - ipmiconsole development package FreeIPMI is a collection of Intelligent Platform Management IPMI system software. It provides in-band and out-of-band software and a development library conforming to the Intelligent Platform Management Interface (IPMI v1.5 and v2.0) standards. . This is the development package for libipmiconsole. Package: libipmiconsole2 Description-md5: d797fcb20a528d5be709254b16cbad80 Description-en: GNU IPMI - Serial-over-Lan library FreeIPMI is a collection of Intelligent Platform Management IPMI system software. It provides in-band and out-of-band software and a development library conforming to the Intelligent Platform Management Interface (IPMI v1.5 and v2.0) standards. . A library for Serial-over-Lan (SOL). Package: libipmidetect-dev Description-md5: 656d83b3185878f4432cb27f725c60aa Description-en: GNU IPMI - ipmidetect development package FreeIPMI is a collection of Intelligent Platform Management IPMI system software. It provides in-band and out-of-band software and a development library conforming to the Intelligent Platform Management Interface (IPMI v1.5 and v2.0) standards. . This is the development package for libipmidetect. Package: libipmidetect0 Description-md5: ecbecbb0ee12c205e71a71410cd298b9 Description-en: GNU IPMI - IPMI node detection library FreeIPMI is a collection of Intelligent Platform Management IPMI system software. It provides in-band and out-of-band software and a development library conforming to the Intelligent Platform Management Interface (IPMI v1.5 and v2.0) standards. . A library for IPMI node detection. Package: libipmimonitoring-dev Description-md5: ef86e1418697f9920e03b6c081ea574c Description-en: GNU IPMI - ipmimonitoring development package FreeIPMI is a collection of Intelligent Platform Management IPMI system software. It provides in-band and out-of-band software and a development library conforming to the Intelligent Platform Management Interface (IPMI v1.5 and v2.0) standards. . This is the development package for libipmimonitoring. Package: libipmimonitoring5a Description-md5: 0a4db39f4e386980a01c401d301b0411 Description-en: GNU IPMI - Sensor monitoring library FreeIPMI is a collection of Intelligent Platform Management IPMI system software. It provides in-band and out-of-band software and a development library conforming to the Intelligent Platform Management Interface (IPMI v1.5 and v2.0) standards. . A library for sensor monitoring. Package: libirs-export141 Description-md5: 7e57fb542b884102b27905ba45de52ac Description-en: Exported IRS Shared Library The Berkeley Internet Name Domain (BIND) implements an Internet domain name server. BIND 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 the exported libirs shared library. Package: libirs141 Description-md5: ae6663842399469aa3234854fdad284b Description-en: DNS Shared Library used by BIND The Berkeley Internet Name Domain (BIND) implements an Internet domain name server. BIND 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 the libirs shared library used by BIND's daemons and clients. Package: libisc-export160 Description-md5: cd6e16cd398bc2214c99d8500959c204 Description-en: Exported ISC Shared Library The Berkeley Internet Name Domain (BIND) implements an Internet domain name server. BIND 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 the exported libisc shared library. Package: libisc160 Description-md5: 538f08c974b457d9907e201f70a51533 Description-en: ISC Shared Library used by BIND The Berkeley Internet Name Domain (BIND) implements an Internet domain name server. BIND 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 the libisc shared library used by BIND's daemons and clients. Package: libisccc-export140 Description-md5: c7785673bc5b2dfed3c5bcee1452c16c Description-en: Command Channel Library used by BIND The Berkeley Internet Name Domain (BIND) implements an Internet domain name server. BIND 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 the libisccc shared library used by BIND's daemons and clients, particularly rndc. Package: libisccc140 Description-md5: c7785673bc5b2dfed3c5bcee1452c16c Description-en: Command Channel Library used by BIND The Berkeley Internet Name Domain (BIND) implements an Internet domain name server. BIND 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 the libisccc shared library used by BIND's daemons and clients, particularly rndc. Package: libisccfg-export140 Description-md5: b188c8f9eedec4b6c04d1dd6d0169cf4 Description-en: Exported ISC CFG Shared Library The Berkeley Internet Name Domain (BIND) implements an Internet domain name server. BIND 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 the exported libisccfg shared library. Package: libisccfg140 Description-md5: d214b6bf2b32d3830998548c9fa53da4 Description-en: Config File Handling Library used by BIND The Berkeley Internet Name Domain (BIND) implements an Internet domain name server. BIND 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 the libisccfg shared library used by BIND's daemons and clients to read and write ISC-style configuration files like named.conf and rndc.conf. Package: libitm1 Description-md5: 353dc4001cbe783e9f0a27c29f5dc3b5 Description-en: GNU Transactional Memory Library GNU Transactional Memory Library (libitm) provides transaction support for accesses to the memory of a process, enabling easy-to-use synchronization of accesses to shared memory by several threads. Package: libitm1-arm64-cross Description-md5: 353dc4001cbe783e9f0a27c29f5dc3b5 Description-en: GNU Transactional Memory Library GNU Transactional Memory Library (libitm) provides transaction support for accesses to the memory of a process, enabling easy-to-use synchronization of accesses to shared memory by several threads. Package: libitm1-dbg Description-md5: 41462d1cfcabe3bd47bcd28353e14894 Description-en: GNU Transactional Memory Library (debug symbols) GNU Transactional Memory Library (libitm) provides transaction support for accesses to the memory of a process, enabling easy-to-use synchronization of accesses to shared memory by several threads. Package: libitm1-ppc64el-cross Description-md5: 353dc4001cbe783e9f0a27c29f5dc3b5 Description-en: GNU Transactional Memory Library GNU Transactional Memory Library (libitm) provides transaction support for accesses to the memory of a process, enabling easy-to-use synchronization of accesses to shared memory by several threads. Package: libjavascriptcoregtk-4.0-18 Description-md5: d3e0bda248236a4a4f66f538abc29262 Description-en: JavaScript engine library from WebKitGTK+ JavaScriptCore is the JavaScript engine used in WebKit. It consists of the following building blocks: lexer, parser, start-up interpreter (LLInt), baseline JIT, a low-latency optimizing JIT (DFG), and a high-throughput optimizing JIT (FTL). . This build comes from the GTK+ port of WebKit (API version 4.0). . This package contains the shared libraries. Package: libjavascriptcoregtk-4.0-dev Description-md5: 9aec4d239089a565bb5ce39af7f45df3 Description-en: JavaScript engine library from WebKitGTK+ - development files JavaScriptCore is the JavaScript engine used in WebKit. It consists of the following building blocks: lexer, parser, start-up interpreter (LLInt), baseline JIT, a low-latency optimizing JIT (DFG), and a high-throughput optimizing JIT (FTL). . This build comes from the GTK+ port of WebKit (API version 4.0). . This package contains the development files. Package: libklibc Description-md5: c02e596a4e5bef99d28f7ec64ab27758 Description-en: minimal libc subset for use with initramfs klibc is intended to be a minimalistic libc subset for use with initramfs. It is deliberately written for small size, minimal entanglement, and portability, not speed. It is definitely a work in progress, and a lot of things are still missing. Package: libklibc-dev Description-md5: 30c8838ae54b41f0da91eb0d0c35f700 Description-en: kernel headers used during the build of klibc This package contains the set of kernel headers that were required to build klibc and the utilities that ship with it. This may or may not be a complete enough set to build other programs that link against klibc. If in doubt, use real kernel headers instead. Package: libksba-dev Description-md5: 451e8740fcc6265626636e8c054309ff Description-en: X.509 and CMS support library - development files KSBA (pronounced Kasbah) is a library to make X.509 certificates as well as the CMS easily accessible by other applications. Both specifications are building blocks of S/MIME and TLS. . KSBA provides these subsystems: ASN.1 Parser, BER Decoder, BER Encoder, Certificate Handling and CMS Handling. . This package contains the development library files. Package: libksba8 Description-md5: a4cabffec0ec5429f0f14bf49f0459c6 Description-en: X.509 and CMS support library KSBA (pronounced Kasbah) is a library to make X.509 certificates as well as the CMS easily accessible by other applications. Both specifications are building blocks of S/MIME and TLS. . KSBA provides these subsystems: ASN.1 Parser, BER Decoder, BER Encoder, Certificate Handling and CMS Handling. . This package contains the runtime library files. Package: libldap-2.4-2 Description-md5: 198db781f85a21d6d3c302c304d6e0fb Description-en: OpenLDAP libraries These are the run-time libraries for the OpenLDAP (Lightweight Directory Access Protocol) servers and clients. Package: libldap-2.4-2-dbg Description-md5: ccc0a2bad42dae2cfbcee6c60d947e72 Description-en: Debugging information for OpenLDAP libraries This package provides detached debugging information for the OpenLDAP (Lightweight Directory Access Protocol) libraries. It is useful primarily to permit better backtraces and crash dump analysis after problems with the libraries. GDB will find this debug information automatically. Package: libldap2-dev Description-md5: 2359036e8e1bd2b4b5d49233c1509ecf Description-en: OpenLDAP development libraries This package allows development of LDAP applications using the OpenLDAP libraries. It includes headers, libraries and links to allow static and dynamic linking. Package: liblightdm-gobject-1-0 Description-md5: 6c3bad2fb3c13c192ee2080b06f2b9b2 Description-en: LightDM GObject client library A GObject based library for LightDM clients to use to interface with LightDM. Package: liblightdm-gobject-1-dev Description-md5: 7b47429d527a03b25da17dce04d74b8e Description-en: LightDM GObject client library (development files) A GObject based library for LightDM clients to use to interface with LightDM. . This package contains header files and development information, which is useful for building LightDM greeters and user switchers. Package: liblightdm-gobject-1-doc Description-md5: ed7ca117d51a427f54238d598a2c843e Description-en: LightDM client library (documentation) A GObject based library for LightDM clients to use to interface with LightDM. . This package contains HTML documentation. Package: liblightdm-qt-3-0 Description-md5: e4829922d725966a3547148f5055fe94 Description-en: LightDM Qt client library A Qt based library for LightDM clients to use to interface with LightDM. Package: liblightdm-qt-dev Description-md5: ff0d940b50715c82bbf4f79a43e4beb8 Description-en: LightDM Qt client library (development files) A Qt based library for LightDM clients to use to interface with LightDM. . This package contains header files and development information, which is useful for building LightDM greeters and user switchers. Package: liblightdm-qt5-3-0 Description-md5: 14bad12e84d0c8c995dabc65095c9b02 Description-en: LightDM Qt 5 client library A Qt 5 based library for LightDM clients to use to interface with LightDM. Package: liblightdm-qt5-3-dev Description-md5: befe4f3f090b62ea12a3d96e66eeecbd Description-en: LightDM Qt 5 client library (development files) A Qt 5 based library for LightDM clients to use to interface with LightDM. . This package contains header files and development information, which is useful for building LightDM greeters and user switchers. Package: liblldb-3.8 Description-md5: 88542bb8337de28344a74df10ce94f4e Description-en: Next generation, high-performance debugger, library LLDB is a next generation, high-performance debugger. It is built as a set of reusable components which highly leverage existing libraries in the larger LLVM Project, such as the Clang expression parser and LLVM disassembler. . This package contains the LLDB runtime library. Package: liblldb-3.8-dbg Description-md5: 69b5a09b5824885fd9e4bcb5ab74a5f4 Description-en: Next generation, high-performance debugger, debugging libraries LLDB is a next generation, high-performance debugger. It is built as a set of reusable components which highly leverage existing libraries in the larger LLVM Project, such as the Clang expression parser and LLVM disassembler. . This package contains the LLDB runtime library debug symbols. Package: liblldb-3.8-dev Description-md5: 99fdf95288d923e030e03c7f8dc2f90a Description-en: Next generation, high-performance debugger - Header files LLDB is a next generation, high-performance debugger. It is built as a set of reusable components which highly leverage existing libraries in the larger LLVM Project, such as the Clang expression parser and LLVM disassembler. . This package provides the header files to build extension over lldb. Package: libllvm3.8 Description-md5: a8854f4edf76a8c14ce34dc209bd1d11 Description-en: Modular compiler and toolchain technologies, runtime library LLVM is a collection of libraries and tools that make it easy to build compilers, optimizers, just-in-time code generators, and many other compiler-related programs. . This package contains the LLVM runtime library. Package: libllvm3.8-dbg Description-md5: 37e694cf0eb28c359fc8d8347c3e07fc Description-en: Modular compiler and toolchain technologies, debugging libraries LLVM is a collection of libraries and tools that make it easy to build compilers, optimizers, just-in-time code generators, and many other compiler-related programs. . This package contains the LLVM runtime library debug symbols. Package: liblrmd-dev Description-md5: 9ec52008b761c340ea431492582f1f99 Description-en: cluster resource manager LRMD library development At its core, Pacemaker is a distributed finite state machine capable of co-ordinating the startup and recovery of inter-related services across a set of machines. . Pacemaker understands many different resource types (OCF, SYSV, systemd) and can accurately model the relationships between them (colocation, ordering). . It can even use technology such as Docker to automatically isolate the resources managed by the cluster. . This package contains the headers and other necessary files to build applications or libraries that use the Local Resource Manager Daemon library. Package: liblrmd1 Description-md5: ea723f7067ee08b991445945acb87f2e Description-en: cluster resource manager LRMD library At its core, Pacemaker is a distributed finite state machine capable of co-ordinating the startup and recovery of inter-related services across a set of machines. . Pacemaker understands many different resource types (OCF, SYSV, systemd) and can accurately model the relationships between them (colocation, ordering). . It can even use technology such as Docker to automatically isolate the resources managed by the cluster. . This package contains the Local Resource Manager Daemon library. Package: liblsan0 Description-md5: fd77936d8cda7d6af8bc33d6f395c678 Description-en: LeakSanitizer -- a memory leak detector (runtime) LeakSanitizer (Lsan) is a memory leak detector which is integrated into AddressSanitizer. Package: liblsan0-dbg Description-md5: 542bbc8ec886b845fc7ef771c238206f Description-en: LeakSanitizer -- a memory leak detector (debug symbols) LeakSanitizer (Lsan) is a memory leak detector which is integrated into AddressSanitizer. Package: liblwres141 Description-md5: 6c5041f39bdcc8de6092f4354d6f893b Description-en: Lightweight Resolver Library used by BIND The Berkeley Internet Name Domain (BIND) implements an Internet domain name server. BIND 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 the liblwres shared library used by BIND's daemons and clients. Package: liblxc1 Description-md5: d757397b1a93a5bea5c72032f3ef485d Description-en: Linux Containers userspace tools (library) Containers are insulated areas inside a system, which have their own namespace for filesystem, network, PID, IPC, CPU and memory allocation and which can be created using the Control Group and Namespace features included in the Linux kernel. . This package contains the libraries. Package: libmagick++-6-headers Description-md5: 9dc45b326ac75c61fd67802beb71ed7e 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++. Package: libmagick++-6.q16-5v5 Description-md5: 853cbba8612974bffc2537ceb8c2cbcf Description-en: object-oriented C++ interface to ImageMagick 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 quantum depth of 16 bits. Package: libmagick++-6.q16-dev Description-md5: f8aa59d3f0cfae7310273e11df9db670 Description-en: object-oriented C++ interface to ImageMagick - development files This package includes header files and static libraries needed to compile programs using Magick++. . This version of libmagick++-dev is compiled for quantum depth of 16 bits. Package: libmagick++-dev Description-md5: fa4129656f2817a05425aacdfd49574b Description-en: object-oriented C++ interface to ImageMagick 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 transition package that depends on default quantum libmagick++ development files. . This package can safely be removed. Package: libmagickcore-6-arch-config Description-md5: 525691ea3900e6dc14379725e637cd56 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 quantum depth independent. Package: libmagickcore-6-headers Description-md5: b53efc42fb961ce3037b79a1aec8728e 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. Package: libmagickcore-6.q16-2 Description-md5: b21bc62a1593147db4f6f8809100cc23 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 quantum depth of 16 bits. Package: libmagickcore-6.q16-2-extra Description-md5: 2667f2ed8182c73b28158ff25e6da868 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 quantum depth of 16 bits. Package: libmagickcore-6.q16-dev Description-md5: e4226c8e902c4b1b0ec8134dc865aa4b Description-en: low-level image manipulation library - development files (Q16) This package includes header files and static libraries needed to compile programs using MagickCore. . This version of libmagickcore-dev is compiled for quantum depth of 16 bits. Package: libmagickcore-dev Description-md5: b93b35734279bda7d10b5cc501975827 Description-en: low-level image manipulation library -- transition package This package included header files and static libraries needed to compile programs using MagickCore. . This is a transition package that depends on default quantum libmagickcore development files. . This package can safely be removed. Package: libmagickwand-6-headers Description-md5: e04658c058baf847f691b89e7436fb71 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. Package: libmagickwand-6.q16-2 Description-md5: 49d62e1097843f5e50bdbac32a4c6651 Description-en: image manipulation library 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 quantum depth of 16 bits. Package: libmagickwand-6.q16-dev Description-md5: 88dd42bcfe27862817dcd57966e38cc1 Description-en: image manipulation library - development files This package the static libraries needed to compile programs using MagickWand. . This version of libmagickwand-dev is compiled for quantum depth of 16 bits. Package: libmagickwand-dev Description-md5: 8094bce15e151914890dae6910dfb67e Description-en: image manipulation library - transition for development files This package included the static libraries needed to compile programs using MagickWand. . This is a transition package that depends on default quantum libmagickwand development files. . This package can safely be removed. Package: libmetacity-dev Description-md5: 73dfc7ddc60f3c7fc625adfe06749201 Description-en: development files for the Metacity window manager Metacity is a small window manager, using GTK+ to do everything. . As the author says, metacity is a "Boring window manager for the adult in you. Many window managers are like Marshmallow Froot Loops; Metacity is like Cheerios." . This package contains the development files. Package: libmetacity-private3a Description-md5: ee7c90f337314f26935c451de494dba0 Description-en: library for the Metacity window manager Metacity is a small window manager, using GTK+ to do everything. . As the author says, metacity is a "Boring window manager for the adult in you. Many window managers are like Marshmallow Froot Loops; Metacity is like Cheerios." . This package contains the shared library. Package: libmount-dev Description-md5: 4c8f2344e9c734ced38948f314a71355 Description-en: device mounting library - headers and static libraries This device mounting library is used by mount and umount helpers. . This package contains the development environment for the mount library. Package: libmount1 Description-md5: 7e446c44302ff94779f1434f2e05d553 Description-en: device mounting library This device mounting library is used by mount and umount helpers. Package: libmpx0 Description-md5: 068b37fc53b1ed6a5ce5c0b46ead8728 Description-en: Intel memory protection extensions (runtime) Intel MPX is a set of processor features which, with compiler, runtime library and OS support, brings increased robustness to software by checking pointer references whose compile time normal intentions are usurped at runtime due to buffer overflow. Package: libmpx0-dbg Description-md5: 3a1bc98a578060323f606916da38cc8d Description-en: Intel memory protection extensions (debug symbols) Intel MPX is a set of processor features which, with compiler, runtime library and OS support, brings increased robustness to software by checking pointer references whose compile time normal intentions are usurped at runtime due to buffer overflow. Package: libmysqlclient-dev Description-md5: 716f7a81dc4e3e8899c7eaa66b24736d Description-en: MySQL database development files MySQL is a fast, stable and true multi-user, multi-threaded SQL database server. SQL (Structured Query Language) is the most popular database query language in the world. The main goals of MySQL are speed, robustness and ease of use. . This package includes development libraries and header files. Package: libmysqlclient20 Description-md5: 49de807663510f5f2afd3e71efe199f1 Description-en: MySQL database client library MySQL is a fast, stable and true multi-user, multi-threaded SQL database server. SQL (Structured Query Language) is the most popular database query language in the world. The main goals of MySQL are speed, robustness and ease of use. . This package includes the client library. Package: libmysqld-dev Description-md5: 2f06b7e1bfdb9f620d92f9696d24fabc Description-en: MySQL embedded database development files MySQL is a fast, stable and true multi-user, multi-threaded SQL database server. SQL (Structured Query Language) is the most popular database query language in the world. The main goals of MySQL are speed, robustness and ease of use. . This package includes the embedded server library and header files. Package: libnautilus-extension-dev Description-md5: 6e87107b9ab479b5113b63b76bd07770 Description-en: libraries for nautilus components - development version Nautilus is the official file manager and graphical shell for the GNOME desktop. . This package provides the necessary development libraries and include files to develop and compile Nautilus extensions. Package: libnautilus-extension1a Description-md5: 24d74241fbd9274f58339c68e65e6d46 Description-en: libraries for nautilus components - runtime version Nautilus is the official file manager and graphical shell for the GNOME desktop. . This package contains a few runtime libraries needed by nautilus' extensions. Package: libndp-dbg Description-md5: c1bbcc3ee72635da5de3f778eb0519a8 Description-en: Library for Neighbor Discovery Protocol (debug symbols) libndp is a library for the IPv6 Neighbor Discovery Protocol (NDP). It contains functions for building and parsing NDP messages, and provides a high-level interface for sending and receiving NDP messages on a network interface. . This package provides debug symbols. Package: libndp-dev Description-md5: b7a7ea26a1b25690236ad1136fb8af6a Description-en: Library for Neighbor Discovery Protocol (development files) libndp is a library for the IPv6 Neighbor Discovery Protocol (NDP). It contains functions for building and parsing NDP messages, and provides a high-level interface for sending and receiving NDP messages on a network interface. . This package contains the development files. Package: libndp0 Description-md5: fbe8a21252fbc8b2d92dd8763550b384 Description-en: Library for Neighbor Discovery Protocol libndp is a library for the IPv6 Neighbor Discovery Protocol (NDP). It contains functions for building and parsing NDP messages, and provides a high-level interface for sending and receiving NDP messages on a network interface. Package: libnm-dev Description-md5: 1b717b382fe67c166e11c143d527a631 Description-en: GObject-based client library for NetworkManager (development files) NetworkManager is a system network service that manages your network devices and connections, attempting to keep active network connectivity when available. It manages ethernet, WiFi, mobile broadband (WWAN), and PPPoE devices, and provides VPN integration with a variety of different VPN services. . This package contains header and development files. Package: libnm-glib-dev Description-md5: 56d0a34d148547835775f648c283d58f Description-en: network management framework (GLib interface) NetworkManager is a system network service that manages your network devices and connections, attempting to keep active network connectivity when available. It manages ethernet, WiFi, mobile broadband (WWAN), and PPPoE devices, and provides VPN integration with a variety of different VPN services. . This package provides the interface that applications can use to query connection status via NetworkManager. Package: libnm-glib-vpn-dev Description-md5: c78ac261b5f6cfbb4c74b78a708c90bc Description-en: network management framework (GLib interface) NetworkManager is a system network service that manages your network devices and connections, attempting to keep active network connectivity when available. It manages ethernet, WiFi, mobile broadband (WWAN), and PPPoE devices, and provides VPN integration with a variety of different VPN services. . This package provides the shared library that applications can use for creating VPN connections via NetworkManager. Package: libnm-glib-vpn1 Description-md5: a8d1fc7f276929433320d96cddd81b4b Description-en: network management framework (GLib VPN shared library) NetworkManager is a system network service that manages your network devices and connections, attempting to keep active network connectivity when available. It manages ethernet, WiFi, mobile broadband (WWAN), and PPPoE devices, and provides VPN integration with a variety of different VPN services. . This package provides the shared library that applications can use for creating VPN connections via NetworkManager. Package: libnm-glib4 Description-md5: 217fbdca65cb15a2066a01b11aa4ed86 Description-en: network management framework (GLib shared library) NetworkManager is a system network service that manages your network devices and connections, attempting to keep active network connectivity when available. It manages ethernet, WiFi, mobile broadband (WWAN), and PPPoE devices, and provides VPN integration with a variety of different VPN services. . This package provides the shared library that applications can use to query connection status via NetworkManager. Package: libnm-gtk-common Description-md5: 226a331812bd1e8ba49c47484a719ae0 Description-en: library for wireless and mobile dialogs - common files The libnm-gtk library provides Gtk+ dialogs for NetworkManager. . This package contains data files used by libnm-gtk. Package: libnm-gtk-dev Description-md5: 6d4cb5938500159188fb93c15ea67c61 Description-en: library for wireless and mobile dialogs - development files The libnm-gtk library provides Gtk+ dialogs for NetworkManager. . This package contains the development files. Package: libnm-gtk0 Description-md5: aad95b138dd93dc003fa870162c1c4d0 Description-en: library for wireless and mobile dialogs (libnm-glib version) This library provides Gtk+ dialogs for NetworkManager. Package: libnm-util-dev Description-md5: 386633658ef6f2e5bd09c1075e48d085 Description-en: network management framework (development files) NetworkManager is a system network service that manages your network devices and connections, attempting to keep active network connectivity when available. It manages ethernet, WiFi, mobile broadband (WWAN), and PPPoE devices, and provides VPN integration with a variety of different VPN services. . This package contains header and development files. Package: libnm-util2 Description-md5: 9206e0c0315bf3dee48dfe5ab4d4bd13 Description-en: network management framework (shared library) NetworkManager is a system network service that manages your network devices and connections, attempting to keep active network connectivity when available. It manages ethernet, WiFi, mobile broadband (WWAN), and PPPoE devices, and provides VPN integration with a variety of different VPN services. . This package contains a convenience library to ease the access to NetworkManager. Package: libnm0 Description-md5: 38459a9c4a6d9a0f4df9a5fa423e81fc Description-en: GObject-based client library for NetworkManager NetworkManager is a system network service that manages your network devices and connections, attempting to keep active network connectivity when available. It manages ethernet, WiFi, mobile broadband (WWAN), and PPPoE devices, and provides VPN integration with a variety of different VPN services. . This package contains a convenience library to ease the access to NetworkManager. Package: libnma-common Description-md5: 226a331812bd1e8ba49c47484a719ae0 Description-en: library for wireless and mobile dialogs - common files The libnm-gtk library provides Gtk+ dialogs for NetworkManager. . This package contains data files used by libnm-gtk. Package: libnma-dev Description-md5: 6d4cb5938500159188fb93c15ea67c61 Description-en: library for wireless and mobile dialogs - development files The libnm-gtk library provides Gtk+ dialogs for NetworkManager. . This package contains the development files. Package: libnma0 Description-md5: 6dc145d65399fbc70d3c5b5cf15792cf Description-en: library for wireless and mobile dialogs (libnm version) This library provides Gtk+ dialogs for NetworkManager. Package: libnspr4 Description-md5: 3e33845d0ce10a75ffbe5d271b638f2f Description-en: NetScape Portable Runtime Library This library provides platform independent non-GUI operating system facilities including: * threads, * thread synchronisation, * normal file I/O and network I/O, * interval timing and calendar time, * basic memory management (malloc and free), * shared library linking. Package: libnspr4-dbg Description-md5: f3cce748eb88ceeb1d878f7c8168ac85 Description-en: Debugging symbols for the NetScape Portable Runtime library This library provides platform independent non-GUI operating system facilities including: * threads, * thread synchronisation, * normal file I/O and network I/O, * interval timing and calendar time, * basic memory management (malloc and free), * shared library linking. . This package provides the debugging symbols for the library. Package: libnspr4-dev Description-md5: 5fb64e5ffcd6242fc78f56e991c9d6df Description-en: Development files for the NetScape Portable Runtime library This library provides platform independent non-GUI operating system facilities including: * threads, * thread synchronisation, * normal file I/O and network I/O, * interval timing and calendar time, * basic memory management (malloc and free), * shared library linking. . Install this package if you wish to develop your own programs using the NetScape Portable Runtime library. Package: libnss-myhostname Description-md5: 0bec93cc0b56ef90c11c1a7842dd8f8a Description-en: nss module providing fallback resolution for the current hostname This package contains a plugin for the Name Service Switch, providing host name resolution for the locally configured system hostname as returned by gethostname(2). It returns all locally configured public IP addresses or -- if none are configured, the IPv4 address 127.0.1.1 (which is on the local loopback) and the IPv6 address ::1 (which is the local host). . A lot of software relies on that the local host name is resolvable. This package provides an alternative to the fragile and error-prone manual editing of /etc/hosts. . Installing this package automatically adds myhostname to /etc/nsswitch.conf. Package: libnss-sss Description-md5: 74bc44873ed990a3f08b6c810bd12c1e Description-en: Nss library for the System Security Services Daemon Provides a set of daemons to manage access to remote directories and authentication mechanisms. It provides an NSS and PAM interface toward the system and a pluggable backend system to connect to multiple different account sources. It is also the basis to provide client auditing and policy services for projects like FreeIPA. . This package provide the nss library to connect to the sssd daemon. Package: libnss3 Description-md5: 8cae15b3c3c4e609abb7935ebf0d0f66 Description-en: Network Security Service libraries This is a set of libraries designed to support cross-platform development of security-enabled client and server applications. It can support SSLv2 and v4, TLS, PKCS #5, #7, #11, #12, S/MIME, X.509 v3 certificates and other security standards. Package: libnss3-1d Description-md5: 063a04be3daa0aee83eb91fb2acc878e Description-en: Network Security Service libraries - transitional package This is a transitional package to ensure smooth transition of all packages to libnss3. Package: libnss3-dbg Description-md5: 2a6641a78d510ea21132933409ef387f Description-en: Debugging symbols for the Network Security Service libraries This is a set of libraries designed to support cross-platform development of security-enabled client and server applications. It can support SSLv2 and v4, TLS, PKCS #5, #7, #11, #12, S/MIME, X.509 v3 certificates and other security standards. . This package provides the debugging symbols for the library. Package: libnss3-dev Description-md5: 04c0a8f989d299406710231d2a99043d Description-en: Development files for the Network Security Service libraries This is a set of libraries designed to support cross-platform development of security-enabled client and server applications. It can support SSLv2 and v4, TLS, PKCS #5, #7, #11, #12, S/MIME, X.509 v3 certificates and other security standards. . Install this package if you wish to develop your own programs using the Network Security Service Libraries. Package: libnss3-nssdb Description-md5: 609709585136b6a2edddf2dfd3382bfd Description-en: Network Security Security libraries - shared databases This package includes shared certificate and key databases. Package: libnux-4.0-0 Description-md5: 90d396a1d9bee5777dd30987b07c2d73 Description-en: Visual rendering toolkit for real-time applications - shared lib Nux is a graphical user interface toolkit for applications that mixes opengl hardware acceleration with high quality visual rendering. . This package contains shared libraries to be used by applications. Package: libnux-4.0-common Description-md5: 4c25406b214daa0c0f7508e217b5c92b Description-en: Visual rendering toolkit for real-time applications - common files Nux is a graphical user interface toolkit for applications that mixes opengl hardware acceleration with high quality visual rendering. . This package contains common architecture files used by the library. Package: libnux-4.0-dev Description-md5: cb19142683fff19dae7d5f404499bcd9 Description-en: Visual rendering toolkit for real-time applications - dev files Nux is a graphical user interface toolkit for applications that mixes opengl hardware acceleration with high quality visual rendering. . This package contains files that are needed to build applications. Package: libnvpair1linux Description-md5: dff01db1623b4ac78db22bcc089d9e49 Description-en: Solaris name-value library for Linux This library provides routines for packing and unpacking nv pairs for transporting data across process boundaries, transporting between kernel and userland, and possibly saving onto disk files. Package: libnvpair1linux-dbg Description-md5: 6da67227ecc3bd2950d249041345a425 Description-en: Debugging symbols for libnvpair1linux This library provides routines for packing and unpacking nv pairs for transporting data across process boundaries, transporting between kernel and userland, and possibly saving onto disk files. . This package contains the debugging symbols for libnvpair1linux. Package: libobjc-5-dev Description-md5: 7ff3333ac4ef3f78ec469fae5e05bf5d Description-en: Runtime library for GNU Objective-C applications (development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: libobjc4 Description-md5: 30a0a695b3f5d643272b0bb547f0578c Description-en: Runtime library for GNU Objective-C applications Library needed for GNU ObjC applications linked against the shared library. Package: libobjc4-dbg Description-md5: b444a22ecf71ec41ec6388bbebb0e347 Description-en: Runtime library for GNU Objective-C applications (debug symbols) Library needed for GNU ObjC applications linked against the shared library. Package: libopenipmi-dev Description-md5: 21a89e65f5ef6a123d26a78577f68a86 Description-en: Intelligent Platform Management Interface - development IPMI allows remote monitoring and remote management of devices. . This package contains the development headers needed for compiling programs against libopenipmi. Package: libopenipmi0 Description-md5: 88f1a1a59f14b572b981410392d3b8a4 Description-en: Intelligent Platform Management Interface - runtime IPMI allows remote monitoring and remote management of devices. . This package contains the runtime library. Package: libopenobex2 Description-md5: 729a552232c780f0321b79447d299d2c Description-en: OBEX protocol library The Object Exchange protocol can best be described as binary HTTP. OBEX is optimised for ad-hoc wireless links and can be used to exchange all kind of objects like files, pictures, calendar entries (vCal) and business cards (vCard). . OBEX is builtin in devices like PDA's like the Palm Pilot, and mobile phones like the Ericsson R320, Siemens S25, Siemens S45, Siemens ME45, Nokia NM207 and Nokia 9110 Communicator. Package: libopenobex2-dev Description-md5: 4d31e157f562dcd3c965f79792a8e0a6 Description-en: OBEX protocol library - development files The Object Exchange protocol can best be described as binary HTTP. OBEX is optimised for ad-hoc wireless links and can be used to exchange all kind of objects like files, pictures, calendar entries (vCal) and business cards (vCard). . OBEX is builtin in devices like PDA's like the Palm Pilot, and mobile phones like the Ericsson R320, Siemens S25, Siemens S45, Siemens ME45, Nokia NM207 and Nokia 9110 Communicator. . This package contains the development files. Package: libopenvg1-mesa-dev-lts-utopic Description-md5: 604e36e43396d5276a2c7057e52d64e1 Description-en: Transitional package for libopenvg1-mesa-dev-lts-utopic This is used for upgrading from trusty to xenial. Package: libopenvg1-mesa-lts-utopic Description-md5: c3bce59c6f02e28b2500784a2dc4a67f Description-en: Transitional package for libopenvg1-mesa-lts-utopic This is used for upgrading from trusty to xenial. Package: libopenvg1-mesa-lts-utopic-dbg Description-md5: a24ef5b5f2b93fc3b76214d2df45b22a Description-en: Transitional package for libopenvg1-mesa-lts-utopic-dbg This is used for upgrading from trusty to xenial. Package: libosmesa6 Description-md5: e0dd0508dd95a809bb554369d28e278c Description-en: Mesa Off-screen rendering extension OSmesa is a Mesa extension that allows programs to render to an off-screen buffer using the OpenGL API without having to create a rendering context on an X Server. It uses a pure software renderer. . This package provides both 16-bit and 32-bit versions of the off-screen renderer which do not require external libraries to work. Package: libosmesa6-dev Description-md5: 9b1d7a0b3e6a2ea021f4443f42dcff4f Description-en: Mesa Off-screen rendering extension -- development files This package provides the required environment for developing programs that use the off-screen rendering extension of Mesa. . For more information on OSmesa see the libosmesa6 package. Package: liboxideqt-qmlplugin Description-md5: a79a997f0f3f0a7aeb30d2b836c7d475 Description-en: Web browser engine for Qt (QML plugin) Oxide is a web browser engine library based on Chromium that makes it easy to embed web content in your Qt application . This package provides the QML plugin required to run QML applications with Oxide Package: liboxideqtcore-dev Description-md5: 19ae9b8abdf00b8f608f1a2010aafc37 Description-en: Web browser engine for Qt (development files for core library) Oxide is a web browser engine library based on Chromium that makes it easy to embed web content in your Qt application . This package provides the development files required to compile programs against the Oxide core library Package: liboxideqtcore0 Description-md5: 4ad0da859018dc11649064f35c08e8d8 Description-en: Web browser engine for Qt (core library and components) Oxide is a web browser engine library based on Chromium that makes it easy to embed web content in your Qt application . This package provides the core library, sandbox, renderer and support files required to run applications with Oxide Package: liboxideqtquick-dev Description-md5: 8db3d406008ab3d0c0cc5a8af11e9e0c Description-en: Web browser engine for Qt (development files for QtQuick library) Oxide is a web browser engine library based on Chromium that makes it easy to embed web content in your Qt application . This package provides the development files required to compile programs against the Oxide QtQuick library Package: liboxideqtquick0 Description-md5: f68052dfc7bda320f2468aac466345e1 Description-en: Web browser engine for Qt (QtQuick library) Oxide is a web browser engine library based on Chromium that makes it easy to embed web content in your Qt application . This package provides the QtQuick library required to run QML applications with Oxide Package: libp11-kit-dev Description-md5: 15cb1ab4812e4bd91deff06533621861 Description-en: library for loading and coordinating access to PKCS#11 modules - development The p11-kit library provides a way to load and enumerate Public-Key Cryptography Standard #11 modules, along with a standard configuration setup for installing PKCS#11 modules so that they're discoverable. It also solves problems with coordinating the use of PKCS#11 by different components or libraries living in the same process. . This package contains the documentation and development headers required to build applications using the p11-kit library. Package: libp11-kit0 Description-md5: 35d0359f0f7422b8380df1a478394459 Description-en: library for loading and coordinating access to PKCS#11 modules - runtime The p11-kit library provides a way to load and enumerate Public-Key Cryptography Standard #11 modules, along with a standard configuration setup for installing PKCS#11 modules so that they're discoverable. It also solves problems with coordinating the use of PKCS#11 by different components or libraries living in the same process. . This package contains the shared library required for applications loading and accessing PKCS#11 modules. Package: libpackagekit-glib2-16 Description-md5: 2f6bf343292f3cd8ceccbf83d3b1645c Description-en: Library for accessing PackageKit using GLib PackageKit allows performing simple software management tasks over a DBus interface e.g. refreshing the cache, updating, installing and removing software packages or searching for multimedia codecs and file handlers. . This package provides an advanced library to access PackageKit using GLib. It makes use of only async D-Bus calls and provides high level tasks which peform the "transaction dance". Package: libpackagekit-glib2-dev Description-md5: 4bb71e9f893e95e7a41aa3b2056457f7 Description-en: Library for accessing PackageKit using GLib (development files) PackageKit allows performing simple software management tasks over a DBus interface e.g. refreshing the cache, updating, installing and removing software packages or searching for multimedia codecs and file handlers. . This package provides an advanced library to access PackageKit using GLib. It makes use of only async D-Bus calls and provides high level tasks which peform the "transaction dance". . This package provides the header files and documentation for the advanced PackageKit library based on GLib. It makes use of only async D-Bus calls and provides high level tasks which peform the "transaction dance". Package: libpam-apparmor Description-md5: e416b01d786a37c6ad586d6663ee5027 Description-en: changehat AppArmor library as a PAM module This provides the PAM module needed to declare various differing confinement policies when starting PAM sessions by using the changehat abilities exposed through libapparmor. Package: libpam-cgfs Description-md5: e709f3eddd48d5ce8595be4d003fd4f5 Description-en: PAM module for managing cgroups for LXC LXCFS provides a FUSE based filesystem to improve the LXC experience within the containers. . This provides a Pluggable Authentication Module (PAM) to provide logged-in users with a set of cgroups which they can administer. This allows for instance unprivileged containers, and session management using cgroup process tracking. Package: libpam-sss Description-md5: 917151896ca3a8e201cc53bf9cde21fc Description-en: Pam module for the System Security Services Daemon Provides a set of daemons to manage access to remote directories and authentication mechanisms. It provides an NSS and PAM interface toward the system and a pluggable backend system to connect to multiple different account sources. It is also the basis to provide client auditing and policy services for projects like FreeIPA. . This package provide the pam module to connect to the sssd daemon. Package: libpam-systemd Description-md5: 7acf141cc9da21b0ad349b6cecc40e46 Description-en: system and service manager - PAM module This package contains the PAM module which registers user sessions in the systemd control group hierarchy for logind. . If in doubt, do install this package. . Packages that depend on logind functionality need to depend on libpam-systemd. Package: libparse-pidl-perl Description-md5: 34bf529609e38c1052ad365d4ebe9374 Description-en: IDL compiler written in Perl Samba is an implementation of the SMB/CIFS protocol for Unix systems, providing support for cross-platform file sharing with Microsoft Windows, OS X, and other Unix systems. Samba can also function as a domain controller or member server in both NT4-style and Active Directory domains. . This package contains the IDL (Interface Description Language) compiler pidl, which takes in IDL files and can output C code for various uses. It is primarily of interest to developers. Package: libpe-rules2 Description-md5: 3c026e80c4d0ac0f6179e28bc58622a6 Description-en: cluster resource manager Policy Engine rules library At its core, Pacemaker is a distributed finite state machine capable of co-ordinating the startup and recovery of inter-related services across a set of machines. . Pacemaker understands many different resource types (OCF, SYSV, systemd) and can accurately model the relationships between them (colocation, ordering). . It can even use technology such as Docker to automatically isolate the resources managed by the cluster. . This package contains the Policy Engine rules library. Package: libpe-status10 Description-md5: ee6586db359c500f89e397ed9d757478 Description-en: cluster resource manager Policy Engine status library At its core, Pacemaker is a distributed finite state machine capable of co-ordinating the startup and recovery of inter-related services across a set of machines. . Pacemaker understands many different resource types (OCF, SYSV, systemd) and can accurately model the relationships between them (colocation, ordering). . It can even use technology such as Docker to automatically isolate the resources managed by the cluster. . This package contains the Policy Engine status library. Package: libpengine-dev Description-md5: dd1e4aabd53d305d749a8a044cedbe49 Description-en: cluster resource manager Policy Engine library development At its core, Pacemaker is a distributed finite state machine capable of co-ordinating the startup and recovery of inter-related services across a set of machines. . Pacemaker understands many different resource types (OCF, SYSV, systemd) and can accurately model the relationships between them (colocation, ordering). . It can even use technology such as Docker to automatically isolate the resources managed by the cluster. . This package contains the headers and other necessary files to build applications or libraries that use the Policy Engine library. Package: libpengine10 Description-md5: 3c18036a58000395350693ad8bda9e24 Description-en: cluster resource manager Policy Engine library At its core, Pacemaker is a distributed finite state machine capable of co-ordinating the startup and recovery of inter-related services across a set of machines. . Pacemaker understands many different resource types (OCF, SYSV, systemd) and can accurately model the relationships between them (colocation, ordering). . It can even use technology such as Docker to automatically isolate the resources managed by the cluster. . This package contains the Policy Engine library. Package: libpgtypes3 Description-md5: 010bee1b69ec6880c48f15d56968135d Description-en: shared library libpgtypes for PostgreSQL 9.5 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: libphobos-5-dev Description-md5: 319ab24aa69f1d17bbae7ba6a543ecfd Description-en: Phobos D standard library This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: libplymouth-dev Description-md5: 2788897f3e5c5b2f91c898358099697e Description-en: graphical boot animation and logger - development files Plymouth is an application that runs very early in the boot process (even before the root filesystem is mounted!) that provides a graphical boot animation while the boot process happens in the background. . This package contains the development files to build Plymouth plugins. Package: libplymouth4 Description-md5: 29e2ed45f3e127c38b58dae52061cc33 Description-en: graphical boot animation and logger - shared libraries Plymouth is an application that runs very early in the boot process (even before the root filesystem is mounted!) that provides a graphical boot animation while the boot process happens in the background. . This package contains the shared libraries. Package: libpoppler-cpp-dev Description-md5: b8ccf7d2887aa9a8117d5795dcfa8442 Description-en: PDF rendering library -- development files (CPP interface) Poppler is a PDF rendering library based on Xpdf PDF viewer. . This package contains the headers and development libraries needed to build applications using the C++ Poppler interface. Package: libpoppler-cpp0 Description-md5: bd2c0f6fbd7019f0ce9ff23bdb5a718d Description-en: PDF rendering library (CPP shared library) Poppler is a PDF rendering library based on Xpdf PDF viewer. . This package provides the CPP shared library for applications using a simple C++ interface (using STL, and no other dependency) to Poppler. Package: libpoppler-dev Description-md5: 6d35e7b20480c00075b7865baad4287e Description-en: PDF rendering library -- development files Poppler is a PDF rendering library based on Xpdf PDF viewer. . This package contains the development libraries needed to build applications using Poppler. Package: libpoppler-glib-dev Description-md5: 4483b544bc64264785fa77d6466a341f Description-en: PDF rendering library -- development files (GLib interface) Poppler is a PDF rendering library based on Xpdf PDF viewer. . This package contains the headers and development libraries needed to build applications using the GLib-based Poppler interface. Package: libpoppler-glib-doc Description-md5: 57cf6faf4d2f4c9877d6db227de05dcd Description-en: PDF rendering library -- documentation for the GLib interface Poppler is a PDF rendering library based on Xpdf PDF viewer. . This package contains the API documentation of the GLib-based Poppler interface. Package: libpoppler-glib8 Description-md5: 3d73daa08a49dca5cd4c25e32862c41e Description-en: PDF rendering library (GLib-based shared library) Poppler is a PDF rendering library based on Xpdf PDF viewer. . This package provides the GLib-based shared library for applications using the GLib interface to Poppler. Package: libpoppler-private-dev Description-md5: f047a262a6d3ff3cbd6650f1d55e93d4 Description-en: PDF rendering library -- private development files Poppler is a PDF rendering library based on Xpdf PDF viewer. . This package contains the private and unstable headers needed to build applications using the private Poppler core library. Package: libpoppler-qt4-4 Description-md5: 7aba3c6a3f8bfa6fa8e6d9ea66a1433d Description-en: PDF rendering library (Qt 4 based shared library) Poppler is a PDF rendering library based on Xpdf PDF viewer. . This package provides the Qt 4 based shared library for applications using the Qt 4 interface to Poppler. Package: libpoppler-qt4-dev Description-md5: 49af48187cf9e04b62ac9215438d6465 Description-en: PDF rendering library -- development files (Qt 4 interface) Poppler is a PDF rendering library based on Xpdf PDF viewer. . This package contains the headers and development libraries needed to build applications using the Qt 4-based Poppler interface. Package: libpoppler-qt5-1 Description-md5: 0ac9bcecfcfad7f5e76c5f9836ae7168 Description-en: PDF rendering library (Qt 5 based shared library) Poppler is a PDF rendering library based on Xpdf PDF viewer. . This package provides the Qt 5 based shared library for applications using the Qt 5 interface to Poppler. Package: libpoppler-qt5-dev Description-md5: 23f42cab8509c36d744da26df5cb855a Description-en: PDF rendering library -- development files (Qt 5 interface) Poppler is a PDF rendering library based on Xpdf PDF viewer. . This package contains the headers and development libraries needed to build applications using the Qt 5-based Poppler interface. Package: libpoppler58 Description-md5: 74b6b371a9886bca4fc2c2761b5a2fec Description-en: PDF rendering library Poppler is a PDF rendering library based on Xpdf PDF viewer. . This package contains the shared core library. 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: libprocps4 Description-md5: 195f4a1a493350f6f0732a65b3cda83f Description-en: library for accessing process information from /proc The libprocps library is a way of accessing information out of the /proc filesystem. . This package contains the shared libraries necessary to run programs compilied with libprocps. Package: libprocps4-dev Description-md5: c56d4abfd4ec994d5057fac741fac18b Description-en: library for accessing process information from /proc These are the header files for libproc. Some packages using libproc to access process information from /proc need these to compile. Package: libpulse-dev Description-md5: a36e2b24ab289ab86564c79e92c8e87f Description-en: PulseAudio client development headers and libraries PulseAudio, previously known as Polypaudio, is a sound server for POSIX and WIN32 systems. It is a drop in replacement for the ESD sound server with much better latency, mixing/re-sampling quality and overall architecture. . Headers and libraries for developing applications that access a PulseAudio sound server via PulseAudio's native interface. Package: libpulse-mainloop-glib0 Description-md5: 1a4eb06cccc1a1ac1118b667f0c37ed7 Description-en: PulseAudio client libraries (glib support) PulseAudio, previously known as Polypaudio, is a sound server for POSIX and WIN32 systems. It is a drop in replacement for the ESD sound server with much better latency, mixing/re-sampling quality and overall architecture. . Client libraries used by applications that access a PulseAudio sound server via PulseAudio's native interface. . This package adds support for glib2 client applications. Package: libpulse0 Description-md5: 35e72b270b48ab0d62d3de88ca26f71b Description-en: PulseAudio client libraries PulseAudio, previously known as Polypaudio, is a sound server for POSIX and WIN32 systems. It is a drop in replacement for the ESD sound server with much better latency, mixing/re-sampling quality and overall architecture. . Client libraries used by applications that access a PulseAudio sound server via PulseAudio's native interface. Package: libpulsedsp Description-md5: 4d14e4e65420d03adc0822289f18a007 Description-en: PulseAudio OSS pre-load library PulseAudio, previously known as Polypaudio, is a sound server for POSIX and WIN32 systems. It is a drop in replacement for the ESD sound server with much better latency, mixing/re-sampling quality and overall architecture. . This package provides the pre-load library used to redirect applications using OSS through pulseaudio. Package: libpython2.7 Description-md5: ca83a75c05dbdfe28eaeb1252ff614a4 Description-en: Shared Python runtime library (version 2.7) Python is a high-level, interactive, object-oriented language. Its 2.7 version includes an extensive class library with lots of goodies for network programming, system administration, sounds and graphics. . This package contains the shared runtime library, normally not needed for programs using the statically linked interpreter. Package: libpython2.7-dbg Description-md5: f2b41391895402a123a55c07a1d6812f Description-en: Debug Build of the Python Interpreter (version 2.7) The package holds two things: . - Extensions for a Python interpreter configured with --pydebug. - Debug information for standard python extensions. . See the README.debug for more information. Package: libpython2.7-dev Description-md5: 2ef5e0390998d9ab1872bc0f6b694ff7 Description-en: Header files and a static library for Python (v2.7) Header files, a static library and development tools for building Python (v2.7) modules, extending the Python interpreter or embedding Python (v2.7) in applications. . Maintainers of Python packages should read README.maintainers. . This package contains development files. It is normally not used on it's own, but as a dependency of python2.7-dev. Package: libpython2.7-minimal Description-md5: 703efc0a29ea636b32f475404406f7cc Description-en: Minimal subset of the Python language (version 2.7) This package contains some essential modules. It is normally not used on it's own, but as a dependency of python2.7-minimal. Package: libpython2.7-stdlib Description-md5: f4f7d2df11420ed1433b778b1a144502 Description-en: Interactive high-level object-oriented language (standard library, version 2.7) Python is a high-level, interactive, object-oriented language. Its 2.7 version includes an extensive class library with lots of goodies for network programming, system administration, sounds and graphics. . This package contains Python 2.7's standard library. It is normally not used on its own, but as a dependency of python2.7. Package: libpython2.7-testsuite Description-md5: ca1ecfb5f297f44ae0729c2b3459e146 Description-en: Testsuite for the Python standard library (v2.7) The complete testsuite for the Python standard library. Note that a subset is found in the libpython2.7-stdlib package, which should be enough for other packages to use (please do not build-depend on this package, but file a bug report to include additional testsuite files in the libpython2.7-stdlib package). Package: libpython3.5 Description-md5: ecaa28fa009b32365e4885d03025bd29 Description-en: Shared Python runtime library (version 3.5) Python is a high-level, interactive, object-oriented language. Its 3.5 version includes an extensive class library with lots of goodies for network programming, system administration, sounds and graphics. . This package contains the shared runtime library, normally not needed for programs using the statically linked interpreter. Package: libpython3.5-dbg Description-md5: 2758a77733824dec838469b45fe62b23 Description-en: Debug Build of the Python Interpreter (version 3.5) The package holds two things: . - Extensions for a Python interpreter configured with --pydebug. - Debug information for standard python extensions. . See the README.debug for more information. Package: libpython3.5-dev Description-md5: 440b180432018e660329fdd1986187cf Description-en: Header files and a static library for Python (v3.5) Header files, a static library and development tools for building Python (v3.5) modules, extending the Python interpreter or embedding Python (v3.5) in applications. . Maintainers of Python packages should read README.maintainers. . This package contains development files. It is normally not used on it's own, but as a dependency of python3.5-dev. Package: libpython3.5-minimal Description-md5: cb7e7e718b4719da1eddf8c5eb891bd7 Description-en: Minimal subset of the Python language (version 3.5) This package contains some essential modules. It is normally not used on it's own, but as a dependency of python3.5-minimal. Package: libpython3.5-stdlib Description-md5: ebed13b6c2d714f2eba493bc28bc1f90 Description-en: Interactive high-level object-oriented language (standard library, version 3.5) Python is a high-level, interactive, object-oriented language. Its 3.5 version includes an extensive class library with lots of goodies for network programming, system administration, sounds and graphics. . This package contains Python 3.5's standard library. It is normally not used on its own, but as a dependency of python3.5. Package: libpython3.5-testsuite Description-md5: da13fb9a52a77c0697e5e5f15edceb8a Description-en: Testsuite for the Python standard library (v3.5) The complete testsuite for the Python standard library. Note that a subset is found in the libpython3.5-stdlib package, which should be enough for other packages to use (please do not build-depend on this package, but file a bug report to include additional testsuite files in the libpython3.5-stdlib package). Package: libqt5concurrent5 Description-md5: e0df68f337531f2bfba6d9963eebfc16 Description-en: Qt 5 concurrent module Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . The QtConcurrent module contains functionality to support concurrent execution of program code. Package: libqt5core5a Description-md5: 75c9109eafc0c1da6d6b6ca7b292f133 Description-en: Qt 5 core module Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . The QtCore module contains core non-GUI functionality. Package: libqt5dbus5 Description-md5: 66ed2fe869611cd7a269446bd63f9400 Description-en: Qt 5 D-Bus module Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . The QtDBus module is a Unix-only library that you can use to make Inter-Process Communication using the D-Bus protocol. . Applications using the QtDBus module can provide services to other, remote applications by exporting objects, as well as use services exported by those applications by placing calls and accessing properties. Package: libqt5gui5 Description-md5: 9dadc5c1f0624a1be05b1ff4f1c6cd6d Description-en: Qt 5 GUI module Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . The QtGui module extends QtCore with GUI functionality. Package: libqt5network5 Description-md5: 267676193dcb13e33a5c3f9c219b1838 Description-en: Qt 5 network module Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . The QtNetwork module offers classes that allow you to write TCP/IP clients and servers. It provides classes to make network programming easier and portable. Package: libqt5opengl5 Description-md5: 0966e72b3545e5c76ba7176064c64965 Description-en: Qt 5 OpenGL module Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . The QtOpenGL module offers classes that make it easy to use OpenGL in Qt applications. . OpenGL is a standard API for rendering 3D graphics. OpenGL only deals with 3D rendering and provides little or no support for GUI programming issues. Package: libqt5opengl5-dev Description-md5: 76f1fd5b0a241ef67384ff7dfbd93542 Description-en: Qt 5 OpenGL library development files Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package contains the development files needed to build Qt 5 applications using QtOpenGL library. Package: libqt5printsupport5 Description-md5: ad2a0dcae2a6addab1c4c4b7c64b6a4e Description-en: Qt 5 print support module Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . The QtPrintSupport module provides classes to make printing easier and portable. Package: libqt5sql5 Description-md5: 0713fa3e9592ca24526ad333118f8889 Description-en: Qt 5 SQL module Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . The QtSql module helps you provide seamless database integration to your Qt applications. Package: libqt5sql5-sqlite Description-md5: f74ea3b242033484777e5a5e9fb468bc Description-en: Qt 5 SQLite 3 database driver This package contains the SQLite 3 plugin for Qt 5. . Install it if you intend to use or write Qt programs that are to access an SQLite 3 DB. Package: libqt5test5 Description-md5: 439bbed1193cb169575d82d618b4c6c1 Description-en: Qt 5 test module Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . The QtTest module provides classes for unit testing Qt applications and libraries. Package: libqt5widgets5 Description-md5: d3e73eff3b63455d65d61db3b685f693 Description-en: Qt 5 widgets module Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . The QtWidgets module extends QtGui with C++ widget functionality. Package: libqt5xml5 Description-md5: c3b1596533c67529df54c353807c6cae Description-en: Qt 5 XML module Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . The QtXml module provides a stream reader and writer for XML documents, and C++ implementations of SAX and DOM. Package: libquadmath0 Description-md5: fb375c278b15a5774cef34cf9570ecc9 Description-en: GCC Quad-Precision Math Library A library, which provides quad-precision mathematical functions on targets supporting the __float128 datatype. The library is used to provide on such targets the REAL(16) type in the GNU Fortran compiler. Package: libquadmath0-dbg Description-md5: 51e0d32e2b63fbbb4bd76acf3872936c Description-en: GCC Quad-Precision Math Library (debug symbols) A library, which provides quad-precision mathematical functions on targets supporting the __float128 datatype. Package: librados-dev Description-md5: 45a1795729f9041b2c4d34b965fbaee2 Description-en: RADOS distributed object store client library (development files) RADOS is a reliable, autonomic distributed object storage cluster developed as part of the Ceph distributed storage system. This is a shared library allowing applications to access the distributed object store using a simple file-like interface. . This package contains development files needed for building applications that link against librados2. Package: librados2 Description-md5: 42d0f393b45b7f226597be77c6f81917 Description-en: RADOS distributed object store client library RADOS is a reliable, autonomic distributed object storage cluster developed as part of the Ceph distributed storage system. This is a shared library allowing applications to access the distributed object store using a simple file-like interface. Package: librados2-dbg Description-md5: 5fed3bffffed20ba3eae296a5cd8e215 Description-en: debugging symbols for librados2 RADOS is a reliable, autonomic distributed object storage cluster developed as part of the Ceph distributed storage system. This is a shared library allowing applications to access the distributed object store using a simple file-like interface. . This package contains debugging symbols for librados2. Package: libradosstriper-dev Description-md5: 6f57130183c8867822b0282d4ac643de Description-en: RADOS striping interface (development files) libradosstriper is a striping interface built on top of the rados library, allowing to stripe bigger objects onto several standard rados objects using an interface very similar to the rados one. . This package contains development files needed for building applications that link against libradosstriper. Package: libradosstriper1 Description-md5: 8eaa39c6dbf5ac98aa498ab19f58ef59 Description-en: RADOS striping interface Striping interface built on top of the rados library, allowing to stripe bigger objects onto several standard rados objects using an interface very similar to the rados one. Package: libradosstriper1-dbg Description-md5: 05a0a96161e4e8dbf6aa2bf971462c54 Description-en: debugging symbols for libradosstriper libradosstriper is a striping interface built on top of the rados library, allowing to stripe bigger objects onto several standard rados objects using an interface very similar to the rados one. . This package contains debugging symbols for libradosstriper. Package: librbd-dev Description-md5: 5a3f9d05f90eae572a3f0c323daf1cab Description-en: RADOS block device client library (development files) RBD is a block device striped across multiple distributed objects in RADOS, a reliable, autonomic distributed object storage cluster developed as part of the Ceph distributed storage system. This is a shared library allowing applications to manage these block devices. . This package contains development files needed for building applications that link against librbd1. Package: librbd1 Description-md5: 3b39955e1c12f7ad8d4c44efcc8ec188 Description-en: RADOS block device client library RBD is a block device striped across multiple distributed objects in RADOS, a reliable, autonomic distributed object storage cluster developed as part of the Ceph distributed storage system. This is a shared library allowing applications to manage these block devices. Package: librbd1-dbg Description-md5: 0479c6b8befcd3b46093c4fdfaef7ca4 Description-en: debugging symbols for librbd1 RBD is a block device striped across multiple distributed objects in RADOS, a reliable, autonomic distributed object storage cluster developed as part of the Ceph distributed storage system. This is a shared library allowing applications to manage these block devices. . This package contains debugging symbols for librbd1. Package: libreoffice-avmedia-backend-gstreamer Description-md5: 00acf24d5e6556c99a72938a8431d5d7 Description-en: 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 contains a GStreamer backend for LibreOffices avmedia component to play audio/video. 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: bdc77adc4efdbfc7ebc7ed765e9d40cb 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 libdba, a common library of the LibreOffice suite used by Base, Writer and Calc. . If you need full Base functionality (or actual database drivers), please install libreoffice-base. Package: libreoffice-base-drivers Description-md5: ab5cf431c42a6182fdce125ba9b42f14 Description-en: Database connectivity drivers for LibreOffice LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the database connectivity drivers used by LibreOffices database functionality: - ODBC - JDBC - dBase - Calc - Flat files - MySQL . You can extend this by installing: . * unixodbc: ODBC database support * libmyodbc | odbc-postgresql | libsqliteodbc | tdsodbc | mdbtools: ODBC drivers for: - MySQL - PostgreSQL - SQLite - MS SQL / Sybase SQL - *.mdb (JET / MS Access) * libmysql-java | libpg-java | libjtds-java: JDBC Drivers for: - MySQL - PostgreSQL - MS SQL Server and Sybase * libreoffice-sdbc-hsqldb: embedded HSQLDB SDBC Driver * libreoffice-sdbc-firebird: Firebird SDBC Driver * libreoffice-sdbc-postgresql: PostgreSQL SDBC Driver * libreoffice-mysql-connector: "native" MySQL Connector Package: libreoffice-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-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-dbg Description-md5: ed5c60a9a4c74bcd668cf6fd30dfb595 Description-en: office productivity suite -- debug symbols LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the debug symbols of all LibreOffice and LibreOffice SDK components. Package: libreoffice-dev Description-md5: 874c9d19105e4bbaac7d8229ccc0ce98 Description-en: office productivity suite -- SDK LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the files needed to build plugins/add-ons for LibreOffice (includes, IDL files, build tools, ...). It also contains the zipped source of the UNO Java libraries for use in IDEs like eclipse. Package: libreoffice-dev-doc Description-md5: 10cfe2d6a33f985db93750ebec7e5ea5 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 . It also contains the gsicheck utility. 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-gnome Description-md5: 1b87b9604a8072a58d43810cbbad398d 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, and the session installer integration. . You can extend the functionality of this by installing these packages: . * libreoffice-evolution: Evolution addressbook support * evolution Package: libreoffice-gtk Description-md5: a2f299f608c3726747021fda680ffe12 Description-en: office productivity suite -- GTK+ 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+ and a Gtk/GNOMEish File Picker and print dialog when running under GNOME. It also contains a QuickStarter for the "notification area" and a (basic) GTK+ document viewer widget. Package: libreoffice-gtk3 Description-md5: 508f32432d21915866dda7bf4297acfc Description-en: office productivity suite -- GTK+ 3.0 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.0 and Gtk/GNOMEish print dialog when running under GNOME. It also contains a (basic) GTK+ document viewer widget. 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-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-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-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-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: e407bd35090f19d5e099214658a77d9e Description-en: office productivity suite -- Belarussian 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 Belarussian. 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-latn Description-md5: 2197d3f86ef82ce48921d3367f6111f3 Description-en: office productivity suite -- Kurdish 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 Kurdish. 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: 0fabf8e37a5701350d1b10c4e7e6afed Description-en: office productivity suite -- Norwegian 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. 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: dab12a810614b4666c8b321d5a209818 Description-en: office productivity suite -- Nepali 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 Nepali. 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: 68c4bed662edc9ba26df9975db9b5cc6 Description-en: office productivity suite -- Oriya 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 Oriya. 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-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-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-officebean Description-md5: 75283d81d9fbc2478568186149138f66 Description-en: office productivity suite -- Java bean LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the LibreOffice Office Bean for embedding LibreOffice in custom Java applications. Package: libreoffice-ogltrans Description-md5: 7cfcf12a60932f029a79f11f0f132379 Description-en: LibreOffice Impress extension for slide transitions using OpenGL LibreOffice is a full-featured office productivity suite that provide a near drop-in replacement for Microsoft(R) Office. . This package contains the extension making LibreOffice able to use OpenGL for slide transitions in Impress. Package: libreoffice-pdfimport Description-md5: 7069a2bfbe2c169ff2e9e9fddbca6bca Description-en: PDF Import component for LibreOffice LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains a component enabling LibreOffice to import PDF Documents. 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-style-breeze Description-md5: 3ab92a18d329c3445b2f7928a5bc555e 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's Plasma 5. Package: libreoffice-style-galaxy Description-md5: 3b946fb4ef74a2b9038d2053e1c10e16 Description-en: office productivity suite -- Galaxy (Default) 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 "Galaxy" symbol style from Sun, normally used on MS Windows (tm) and when not using GNOME or KDE, needs to be manually enabled in the LibreOffice option menu. Package: libreoffice-style-tango Description-md5: ec575ae6d1025f570b9471aee7e05d3f Description-en: office productivity suite -- Tango 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 "tango" symbol style, default style for GTK+/Gnome. 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: 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: librgw-dev Description-md5: 8149104396a488a846ee0d3aa3519969 Description-en: RADOS client library (development files) RADOS is a distributed object store used by the Ceph distributed storage system. This package provides a REST gateway to the object store that aims to implement a superset of Amazon's S3 service. . This package contains development files needed for building applications that link against librgw2. Package: librgw2 Description-md5: f22d09b57c5aae1c633c01f1f6921964 Description-en: RADOS Gateway client library RADOS is a distributed object store used by the Ceph distributed storage system. This package provides a REST gateway to the object store that aims to implement a superset of Amazon's S3 service. . This package contains the library interface and headers only. Package: librgw2-dbg Description-md5: 7ddc17fe4431b141aec1f5f340da4ed9 Description-en: debugging symbols for librbd1 RADOS is a distributed object store used by the Ceph distributed storage system. This package provides a REST gateway to the object store that aims to implement a superset of Amazon's S3 service. . This package contains debugging symbols for librgw2. Package: libruby2.3 Description-md5: 2520d22823a8d26336ad3a036cda00da Description-en: Libraries necessary to run Ruby 2.3 Ruby is the interpreted scripting language for quick and easy object-oriented programming. It has many features to process text files and to do system management tasks (as in perl). It is simple, straight-forward, and extensible. . This package includes the 'libruby-2.3' library, necessary to run Ruby 2.3. (API version 2.3.0) Package: libruby2.3-dbg Description-md5: 00784831b96480f5f9e3bc0073b75471 Description-en: Debugging symbols for libruby2.3 Ruby is the interpreted scripting language for quick and easy object-oriented programming. It has many features to process text files and to do system management tasks (as in perl). It is simple, straight-forward, and extensible. . This package includes the debugging symbols for the 'libruby-2.3' library. Package: libservlet3.1-java Description-md5: 8bd5c59bb6e64fdd1b1e7428607c38a4 Description-en: Servlet 3.1, JSP 2.3, EL 3.0 and WebSocket 1.0 Java API classes Apache Tomcat implements the Java Servlet and the JavaServer Pages (JSP) specifications from Oracle, and provides a "pure Java" HTTP web server environment for Java code to run. . This package contains the Java Servlet and JSP library. Package: libservlet3.1-java-doc Description-md5: 15f8023920a24c98dae8f2aea17673fc Description-en: Servlet 3.1, JSP 2.3, EL 3.0 and WebSocket 1.0 Java API documentation Apache Tomcat implements the Java Servlet and the JavaServer Pages (JSP) specifications from Oracle, and provides a "pure Java" HTTP web server environment for Java code to run. . This package contains the documentation for the Java Servlet and JSP library. Package: libsmartcols-dev Description-md5: 00fc32df577027210288765be6b333d7 Description-en: smart column output alignment library - headers and static libraries This smart column output alignment library is used by fdisk utilities. . This package contains the development environment for the mount library. Package: libsmartcols1 Description-md5: d5382f0223188fc45ed69f879488c198 Description-en: smart column output alignment library This smart column output alignment library is used by fdisk utilities. Package: libsmbclient Description-md5: 483547748179a567c24665e99ab5439e Description-en: shared library for communication with SMB/CIFS servers This package provides a shared library that enables client applications to talk to Microsoft Windows and Samba servers using the SMB/CIFS protocol. Package: libsmbclient-dev Description-md5: d6338d0aed68408023b999dd547aaecf Description-en: development files for libsmbclient This package provides the development files (static library and headers) required for building applications against libsmbclient, a library that enables client applications to talk to Microsoft Windows and Samba servers using the SMB/CIFS protocol. Package: libsnapd-glib-dev Description-md5: c2ad0ae554726b9dd28856308dad0e21 Description-en: GLib snapd library (development files) Snapd-Glib is a library for accessing the snapd daemon. . This package contains header files and development information, which is useful for building applications that need to communicate with snapd. Package: libsnapd-glib1 Description-md5: b7952ee62c0652124ed9ae31cd9e7a5d Description-en: GLib snapd library Snapd-Glib is a library for accessing the snapd daemon. Package: libsoup-gnome2.4-1 Description-md5: b515da5159368013f8217bb971076081 Description-en: HTTP library implementation in C -- GNOME support library It was originally part of a SOAP (Simple Object Access Protocol) implementation called Soup, but the SOAP and non-SOAP parts have now been split into separate packages. . libsoup uses the Glib main loop and is designed to work well with GTK+ applications. This enables GNOME applications to access HTTP servers on the network in a completely asynchronous fashion, very similar to the GTK+ programming model (a synchronous operation mode is also supported for those who want it). . The GNOME support library is used for features which are important to GNOME apps, but which require GNOME-specific libraries that non-GNOME apps may not want to add dependencies on. . Features: * Both asynchronous (GMainLoop and callback-based) and synchronous APIs * Automatically caches connections * SSL Support using GnuTLS * Proxy support, including authentication and SSL tunneling * Client support for Digest, NTLM, and Basic authentication * Server support for Digest and Basic authentication * Basic client-side SOAP and XML-RPC support . This package contains the GNOME support shared library. Package: libsoup-gnome2.4-dev Description-md5: 8bbcc9878a5acbda1edbf6af2b9cfb54 Description-en: HTTP library implementation in C -- GNOME support development files It was originally part of a SOAP (Simple Object Access Protocol) implementation called Soup, but the SOAP and non-SOAP parts have now been split into separate packages. . libsoup uses the Glib main loop and is designed to work well with GTK+ applications. This enables GNOME applications to access HTTP servers on the network in a completely asynchronous fashion, very similar to the Gtk+ programming model (a synchronous operation mode is also supported for those who want it). . The GNOME support library is used for features which are important to GNOME apps, but which require GNOME-specific libraries that non-GNOME apps may not want to add dependencies on. . Features: * Both asynchronous (GMainLoop and callback-based) and synchronous APIs * Automatically caches connections * SSL Support using GnuTLS * Proxy support, including authentication and SSL tunneling * Client support for Digest, NTLM, and Basic authentication * Server support for Digest and Basic authentication * Basic client-side SOAP and XML-RPC support . This package contains the development files for the GNOME support. Package: libsoup2.4-1 Description-md5: 2c47e713d56f9e3d99aa5439f3a11d86 Description-en: HTTP library implementation in C -- Shared library It was originally part of a SOAP (Simple Object Access Protocol) implementation called Soup, but the SOAP and non-SOAP parts have now been split into separate packages. . libsoup uses the Glib main loop and is designed to work well with GTK+ applications. This enables GNOME applications to access HTTP servers on the network in a completely asynchronous fashion, very similar to the GTK+ programming model (a synchronous operation mode is also supported for those who want it). . Features: * Both asynchronous (GMainLoop and callback-based) and synchronous APIs * Automatically caches connections * SSL Support using GnuTLS * Proxy support, including authentication and SSL tunneling * Client support for Digest, NTLM, and Basic authentication * Server support for Digest and Basic authentication * Basic client-side SOAP and XML-RPC support . This package contains the shared library. Package: libsoup2.4-dbg Description-md5: 103c669c5e7b5256f86ab6471d4c4bee Description-en: HTTP library implementation in C -- debugging symbols It was originally part of a SOAP (Simple Object Access Protocol) implementation called Soup, but the SOAP and non-SOAP parts have now been split into separate packages. . libsoup uses the Glib main loop and is designed to work well with GTK+ applications. This enables GNOME applications to access HTTP servers on the network in a completely asynchronous fashion, very similar to the GTK+ programming model (a synchronous operation mode is also supported for those who want it). . Features: * Both asynchronous (GMainLoop and callback-based) and synchronous APIs * Automatically caches connections * SSL Support using GnuTLS. * Proxy support, including authentication and SSL tunneling * Client support for Digest, NTLM, and Basic authentication * Server support for Digest and Basic authentication * Basic client-side SOAP and XML-RPC support . This package contains the debugging symbols. Package: libsoup2.4-dev Description-md5: 389065cef85cb190f877ff06e29ac787 Description-en: HTTP library implementation in C -- Development files It was originally part of a SOAP (Simple Object Access Protocol) implementation called Soup, but the SOAP and non-SOAP parts have now been split into separate packages. . libsoup uses the Glib main loop and is designed to work well with GTK+ applications. This enables GNOME applications to access HTTP servers on the network in a completely asynchronous fashion, very similar to the GTK+ programming model (a synchronous operation mode is also supported for those who want it). . Features: * Both asynchronous (GMainLoop and callback-based) and synchronous APIs * Automatically caches connections * SSL Support using GnuTLS * Proxy support, including authentication and SSL tunneling * Client support for Digest, NTLM, and Basic authentication * Server support for Digest and Basic authentication * Basic client-side SOAP and XML-RPC support . This package contains the development files. Package: libsoup2.4-doc Description-md5: 30d16c4ef5565770edbdc3a8882b7f92 Description-en: HTTP library implementation in C -- API Reference It was originally part of a SOAP (Simple Object Access Protocol) implementation called Soup, but the SOAP and non-SOAP parts have now been split into separate packages. . libsoup uses the Glib main loop and is designed to work well with GTK+ applications. This enables GNOME applications to access HTTP servers on the network in a completely asynchronous fashion, very similar to the GTK+ programming model (a synchronous operation mode is also supported for those who want it). . Features: * Both asynchronous (GMainLoop and callback-based) and synchronous APIs * Automatically caches connections * SSL Support using GnuTLS * Proxy support, including authentication and SSL tunneling * Client support for Digest, NTLM, and Basic authentication * Server support for Digest and Basic authentication * Basic client-side SOAP and XML-RPC support . This package contains the documentation. Package: libspice-server-dev Description-md5: 5e092f34420da92b68b6d09d2757607f Description-en: Header files and development documentation for spice-server The Simple Protocol for Independent Computing Environments (SPICE) is a remote display system built for virtual environments which allows you to view a computing 'desktop' environment not only on the machine where it is running, but from anywhere on the Internet and from a wide variety of machine architectures. . This package contains the header files, static libraries and development documentation for spice-server. Package: libspice-server1 Description-md5: 80c6d1860bed6d617aab193890ec9057 Description-en: Implements the server side of the SPICE protocol The Simple Protocol for Independent Computing Environments (SPICE) is a remote display system built for virtual environments which allows you to view a computing 'desktop' environment not only on the machine where it is running, but from anywhere on the Internet and from a wide variety of machine architectures. . This package contains the run-time libraries for any application that wishes to be a SPICE server. Package: libspice-server1-dbg Description-md5: 2bd8d7d1f4128202a09e6b2c5d3bfe5a Description-en: Debugging symbols for libspice-server1 The Simple Protocol for Independent Computing Environments (SPICE) is a remote display system built for virtual environments which allows you to view a computing 'desktop' environment not only on the machine where it is running, but from anywhere on the Internet and from a wide variety of machine architectures. . This package contains the debugging symbols for the libspice-server1 library. Package: libssl-dev Description-md5: 27044468897c45b271f879c7c6e135fe Description-en: Secure Sockets Layer toolkit - development files This package is part of the OpenSSL project's implementation of the SSL and TLS cryptographic protocols for secure communication over the Internet. . It contains development libraries, header files, and manpages for libssl and libcrypto. Package: libssl-doc Description-md5: 863c8f0d45ab34415ebc295c04753c98 Description-en: Secure Sockets Layer toolkit - development documentation This package is part of the OpenSSL project's implementation of the SSL and TLS cryptographic protocols for secure communication over the Internet. . It contains manpages and demo files for libssl and libcrypto. Package: libssl1.0.0 Description-md5: 88547c6206c7fbc4fcc7d09ce100d210 Description-en: Secure Sockets Layer toolkit - shared libraries This package is part of the OpenSSL project's implementation of the SSL and TLS cryptographic protocols for secure communication over the Internet. . It provides the libssl and libcrypto shared libraries. Package: libssl1.0.0-dbg Description-md5: b44e703aa71494076bf676aad96d1f64 Description-en: Secure Sockets Layer toolkit - debug information This package is part of the OpenSSL project's implementation of the SSL and TLS cryptographic protocols for secure communication over the Internet. . It contains debugging symbols for libssl and libcrypto. Package: libsss-idmap-dev Description-md5: 380345e6a57d9c89908944a161167eb2 Description-en: ID mapping library for SSSD -- development files Utility library to convert SIDs to Unix uids and gids. . This package contains header files and symlinks to develop programs which will use the libsss-idmap library. Package: libsss-idmap0 Description-md5: a1574397ba6fa04c415566b95932ee13 Description-en: ID mapping library for SSSD Utility library to convert SIDs to Unix uids and gids. Package: libsss-nss-idmap-dev Description-md5: ad1d64a48dd2cfb3d4bea2944dc871e3 Description-en: SID based lookups library for SSSD -- development files Utility library for SID based lookups. . This package contains header files and symlinks to develop programs which will use the libsss-nss-idmap library. Package: libsss-nss-idmap0 Description-md5: 0287e1121017ca777e10c336257c487a Description-en: SID based lookups library for SSSD Utility library for SID based lookups. Package: libsss-simpleifp-dev Description-md5: 265529f0b1687dee5ddac6c0f804863b Description-en: SSSD D-Bus responder helper library -- development files Provides library that simplifies D-Bus API for the SSSD InfoPipe responder. . This package contains header files and symlinks to develop programs which will use the libsss-simpleifp0 library. Package: libsss-simpleifp0 Description-md5: bd1c25bd8d7271b314797b882bef31b5 Description-en: SSSD D-Bus responder helper library Provides library that simplifies D-Bus API for the SSSD InfoPipe responder. Package: libsss-sudo Description-md5: 43cb83a7573af74214858e973f744090 Description-en: Communicator library for sudo Utility library to allow communication between sudo and SSSD for caching sudo rules by SSSD. Package: libstdc++-5-dev Description-md5: a197f2aec835e5fc6f8f76039d8a7c4e Description-en: GNU Standard C++ Library v3 (development files) This package contains the headers and static library files necessary for building C++ programs which use libstdc++. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. Package: libstdc++-5-dev-arm64-cross Description-md5: 2c7e3503793ee58c31e3f3fdda6ca624 Description-en: GNU Standard C++ Library v3 (development files) This package contains the headers and static library files necessary for building C++ programs which use libstdc++. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. . This package contains files for arm64 architecture, for use in cross-compile environment. Package: libstdc++-5-dev-armhf-cross Description-md5: 918ad95d39a63b9b7c5e2d45f913e11c Description-en: GNU Standard C++ Library v3 (development files) This package contains the headers and static library files necessary for building C++ programs which use libstdc++. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. . This package contains files for armhf architecture, for use in cross-compile environment. Package: libstdc++-5-dev-powerpc-cross Description-md5: 2a2aa127ed9c499d57417a7065fccc24 Description-en: GNU Standard C++ Library v3 (development files) This package contains the headers and static library files necessary for building C++ programs which use libstdc++. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. . This package contains files for powerpc architecture, for use in cross-compile environment. Package: libstdc++-5-dev-ppc64el-cross Description-md5: 4169349002915f58859aff33a61f1cdb Description-en: GNU Standard C++ Library v3 (development files) This package contains the headers and static library files necessary for building C++ programs which use libstdc++. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. . This package contains files for ppc64el architecture, for use in cross-compile environment. Package: libstdc++-5-doc Description-md5: 1a4b88b8d9f96dfb2ac2be1049b4db01 Description-en: GNU Standard C++ Library v3 (documentation files) This package contains documentation files for the GNU stdc++ library. . One set is the distribution documentation, the other set is the source documentation including a namespace list, class hierarchy, alphabetical list, compound list, file list, namespace members, compound members and file members. Package: libstdc++-5-pic Description-md5: 1b398e74a3b20401a8669d8c6472c7cc Description-en: GNU Standard C++ Library v3 (shared library subset kit) This is used to develop subsets of the libstdc++ shared libraries for use on custom installation floppies and in embedded systems. . Unless you are making one of those, you will not need this package. Package: libstdc++6 Description-md5: 724ab84919e0e220afb960e36463914d Description-en: GNU Standard C++ Library v3 This package contains an additional runtime library for C++ programs built with the GNU compiler. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. Package: libstdc++6-5-dbg Description-md5: 6d699ea4429a346bc58e56d70e561407 Description-en: GNU Standard C++ Library v3 (debugging files) This package contains the shared library of libstdc++ compiled with debugging symbols. Package: libstdc++6-arm64-cross Description-md5: 0c25a015211275a093e04233455e1035 Description-en: GNU Standard C++ Library v3 This package contains an additional runtime library for C++ programs built with the GNU compiler. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. . This package contains files for arm64 architecture, for use in cross-compile environment. Package: libstdc++6-armhf-cross Description-md5: a6076004a43826befbd21b6d04f91793 Description-en: GNU Standard C++ Library v3 This package contains an additional runtime library for C++ programs built with the GNU compiler. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. . This package contains files for armhf architecture, for use in cross-compile environment. Package: libstdc++6-powerpc-cross Description-md5: 5b6cb0c64b5367524b4de00d0620ac84 Description-en: GNU Standard C++ Library v3 This package contains an additional runtime library for C++ programs built with the GNU compiler. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. . This package contains files for powerpc architecture, for use in cross-compile environment. Package: libstdc++6-ppc64el-cross Description-md5: ecc844af6f1539e4f72e5ee8a11fce91 Description-en: GNU Standard C++ Library v3 This package contains an additional runtime library for C++ programs built with the GNU compiler. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. . This package contains files for ppc64el architecture, for use in cross-compile environment. Package: libstonithd-dev Description-md5: 4c246d8c634f1c5b63070fbf5fe47044 Description-en: cluster resource manager STONITH daemon library development At its core, Pacemaker is a distributed finite state machine capable of co-ordinating the startup and recovery of inter-related services across a set of machines. . Pacemaker understands many different resource types (OCF, SYSV, systemd) and can accurately model the relationships between them (colocation, ordering). . It can even use technology such as Docker to automatically isolate the resources managed by the cluster. . This package contains the headers and other necessary files to build applications or libraries that use the STONITH daemon library. Package: libstonithd2 Description-md5: bc51b618635cce7b43375cafb1b24469 Description-en: cluster resource manager STONITH daemon library At its core, Pacemaker is a distributed finite state machine capable of co-ordinating the startup and recovery of inter-related services across a set of machines. . Pacemaker understands many different resource types (OCF, SYSV, systemd) and can accurately model the relationships between them (colocation, ordering). . It can even use technology such as Docker to automatically isolate the resources managed by the cluster. . This package contains the STONITH daemon library. Package: libsystemd-dev Description-md5: 7122bf9ab5ca8703093117a2cda0fe22 Description-en: systemd utility library - development files The libsystemd0 library provides interfaces to various systemd components. . This package contains the development files. Package: libsystemd0 Description-md5: 92180a6b506aa0eff52136aeb8212dc6 Description-en: systemd utility library The libsystemd0 library provides interfaces to various systemd components. Package: libtasn1-6 Description-md5: 535058cbce5722d1c5d399c0854dd71f Description-en: Manage ASN.1 structures (runtime) Manage ASN1 (Abstract Syntax Notation One) structures. The main features of this library are: * on-line ASN1 structure management that doesn't require any C code file generation. * off-line ASN1 structure management with C code file generation containing an array. * DER (Distinguish Encoding Rules) encoding * no limits for INTEGER and ENUMERATED values . This package contains runtime libraries. Package: libtasn1-6-dev Description-md5: b706df99ecc890cee403a672ad9b84df Description-en: Manage ASN.1 structures (development) Manage ASN1 (Abstract Syntax Notation One) structures. The main features of this library are: * on-line ASN1 structure management that doesn't require any C code file generation. * off-line ASN1 structure management with C code file generation containing an array. * DER (Distinguish Encoding Rules) encoding * no limits for INTEGER and ENUMERATED values . This package contains header files and libraries for static linking. Package: libtasn1-doc Description-md5: 42796c9dad8ab5e506b93949d5c395bb Description-en: Manage ASN.1 structures (documentation) Manage ASN1 (Abstract Syntax Notation One) structures. The main features of this library are: * on-line ASN1 structure management that doesn't require any C code file generation. * off-line ASN1 structure management with C code file generation containing an array. * DER (Distinguish Encoding Rules) encoding * no limits for INTEGER and ENUMERATED values . This package contains the documentation for developing with libtasn1. Package: libtevent-dev Description-md5: f6d45fd59d78e80f8d7aebde68faf048 Description-en: talloc-based event loop library - development files tevent is a simple library that can handle the main event loop for an application. It supports three kinds of events: timed events, file descriptors becoming readable or writable and signals. . Talloc is used for memory management, both internally and for private data provided by users of the library. . This package provides the development files. Package: libtevent0 Description-md5: 3fbaa50e60efe0bf58f77af5c4759188 Description-en: talloc-based event loop library - shared library tevent is a simple library that can handle the main event loop for an application. It supports three kinds of events: timed events, file descriptors becoming readable or writable and signals. . Talloc is used for memory management, both internally and for private data provided by users of the library. . This package provides the shared library file. Package: libtevent0-dbg Description-md5: a92084ad490660f18e530e12b648b779 Description-en: talloc-based event loop library - debug symbols tevent is a simple library that can handle the main event loop for an application. It supports three kinds of events: timed events, file descriptors becoming readable or writable and signals. . Talloc is used for memory management, both internally and for private data provided by users of the library. . This package provides the debug symbols. Package: libtomcat8-java Description-md5: b8eb83cbd7f125906720d49337bb30d1 Description-en: Apache Tomcat 8 - Servlet and JSP engine -- core libraries Apache Tomcat implements the Java Servlet and the JavaServer Pages (JSP) specifications from Oracle, and provides a "pure Java" HTTP web server environment for Java code to run. . This package contains the Tomcat core classes which can be used by other Java applications to embed Tomcat. Package: libtracker-control-1.0-0 Description-md5: 1eaef25dc86efffcc23116c99f033d6d Description-en: library to control/monitor tracker miners This package contains a library for managing miners, including polling status and progress, pausing, resuming and more. . Tracker is an advanced framework for first class objects with associated metadata and tags. It provides a one stop solution for all metadata, tags, shared object databases, search tools and indexing. Package: libtracker-control-1.0-dev Description-md5: 85c997be2d15cf68a6727d16516f1dc1 Description-en: library to control/monitor tracker miners - development files This package contains the static libraries and header files needed to link applications with libtracker-control. . libtracker-control provides a library for managing miners, including polling status and progress, pausing, resuming and more. . Tracker is an advanced framework for first class objects with associated metadata and tags. It provides a one stop solution for all metadata, tags, shared object databases, search tools and indexing. Package: libtracker-control-doc Description-md5: 6b884f81183375bdb8b76cdc98080f7b Description-en: library to control/monitor tracker miners - API documentation This package contains the gtk-doc API documentation for libtracker-control. . libtracker-control provides a library for managing miners, including polling status and progress, pausing, resuming and more. . Tracker is an advanced framework for first class objects with associated metadata and tags. It provides a one stop solution for all metadata, tags, shared object databases, search tools and indexing. Package: libtracker-miner-1.0-0 Description-md5: 631a67fa6afa80ae9556af5a8232c3bb Description-en: tracker data miner library This package contains the library that is used by applications that provide data miners for tracker. . Tracker is an advanced framework for first class objects with associated metadata and tags. It provides a one stop solution for all metadata, tags, shared object databases, search tools and indexing. Package: libtracker-miner-1.0-dev Description-md5: 053eafffea0f2577eb56e066c94c617a Description-en: tracker data miner library - development files This package contains the static libraries and header files needed to link applications with libtracker-miner. . libtracker-miner provides a library to develop tracker data miners. . Tracker is an advanced framework for first class objects with associated metadata and tags. It provides a one stop solution for all metadata, tags, shared object databases, search tools and indexing. Package: libtracker-miner-doc Description-md5: 73ff2b533268402006cac6526813c369 Description-en: tracker data miner library - API documentation This package contains the gtk-doc API documentation for libtracker-miner. . libtracker-miner provides a library to develop tracker data miners. . Tracker is an advanced framework for first class objects with associated metadata and tags. It provides a one stop solution for all metadata, tags, shared object databases, search tools and indexing. Package: libtracker-sparql-1.0-0 Description-md5: 19272f19659026985ca8ee033e104482 Description-en: metadata database, indexer and search tool - library This package contains a library to perform SPARQL queries and updates in the Tracker store. . Tracker is an advanced framework for first class objects with associated metadata and tags. It provides a one stop solution for all metadata, tags, shared object databases, search tools and indexing. Package: libtracker-sparql-1.0-dev Description-md5: 20c6abadc4a35cd52a2d633bf4e93dd4 Description-en: metadata database, indexer and search tool - development files This package contains the static libraries and header files needed to link applications with libtracker-sparql. . libtracker-sparql provides a library to perform SPARQL queries and updates in the Tracker store. . Tracker is an advanced framework for first class objects with associated metadata and tags. It provides a one stop solution for all metadata, tags, shared object databases, search tools and indexing. Package: libtracker-sparql-doc Description-md5: 8f952d9edfaaf5fea6565b8b95403e13 Description-en: metadata database, indexer and search tool - API documentation This package contains the gtk-doc API documentation for libtracker-sparql. . libtracker-sparql provides a library to perform SPARQL queries and updates in the Tracker store. . Tracker is an advanced framework for first class objects with associated metadata and tags. It provides a one stop solution for all metadata, tags, shared object databases, search tools and indexing. Package: libtransitioner2 Description-md5: 5b3c785c707007821658563a2f76738b Description-en: cluster resource manager transitioner library At its core, Pacemaker is a distributed finite state machine capable of co-ordinating the startup and recovery of inter-related services across a set of machines. . Pacemaker understands many different resource types (OCF, SYSV, systemd) and can accurately model the relationships between them (colocation, ordering). . It can even use technology such as Docker to automatically isolate the resources managed by the cluster. . This package contains the transitioner library. Package: libtsan0 Description-md5: 750c144e4cc79bcf76c58f43c882ff70 Description-en: ThreadSanitizer -- a Valgrind-based detector of data races (runtime) ThreadSanitizer (Tsan) is a data race detector for C/C++ programs. The Linux and Mac versions are based on Valgrind. Package: libtsan0-dbg Description-md5: 12e218524cfc4fca62857d3e660e0018 Description-en: ThreadSanitizer -- a Valgrind-based detector of data races (debug symbols) ThreadSanitizer (Tsan) is a data race detector for C/C++ programs. The Linux and Mac versions are based on Valgrind. Package: libubsan0 Description-md5: 0d50b6d1808d18442db720f04627b846 Description-en: UBSan -- undefined behaviour sanitizer (runtime) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: libubsan0-arm64-cross Description-md5: 0d50b6d1808d18442db720f04627b846 Description-en: UBSan -- undefined behaviour sanitizer (runtime) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: libubsan0-armhf-cross Description-md5: 0d50b6d1808d18442db720f04627b846 Description-en: UBSan -- undefined behaviour sanitizer (runtime) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: libubsan0-dbg Description-md5: 659cb3d2af748e8f726465d97392ba98 Description-en: UBSan -- undefined behaviour sanitizer (debug symbols) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: libubsan0-powerpc-cross Description-md5: 0d50b6d1808d18442db720f04627b846 Description-en: UBSan -- undefined behaviour sanitizer (runtime) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: libubsan0-ppc64el-cross Description-md5: 0d50b6d1808d18442db720f04627b846 Description-en: UBSan -- undefined behaviour sanitizer (runtime) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: libudev-dev Description-md5: 4085049214953c1e2cf5d9aee1c32173 Description-en: libudev development files This package contains the files needed for developing applications that use libudev. Package: libudev1 Description-md5: ace5b83d7b48187416c90173a93255b6 Description-en: libudev shared library This library provides access to udev device information. Package: libunity-control-center-dev Description-md5: d94b8cc23eade4594fdcf9cbed49b9fd Description-en: utilities to configure the GNOME desktop This package contains the files needed to build Control Center panels Package: libunity-control-center1 Description-md5: d35b85c0b8b73f7bf4cf19c7aa215660 Description-en: utilities to configure the GNOME desktop This package contains the library used by Control Center panels Package: libunity-core-6.0-9 Description-md5: 2ee857fee5d2f8dbac3e4840d118df06 Description-en: core library for the Unity interface Unity is a desktop experience that sings. Designed by Canonical and the Ayatana community, Unity is all about the combination of familiarity and the future. We bring together visual design, analysis of user experience testing, modern graphics technologies and a deep understanding of the free software landscape to produce what we hope will be the lightest, most elegant and most delightful way to use your PC. . This package contains shared libraries to be used by unity-3d. Package: libunity-core-6.0-dev Description-md5: 9d4511f2e1fa9f78a3708127328fd86b Description-en: Core library for the Unity interface - development files Unity is a desktop experience that sings. Designed by Canonical and the Ayatana community, Unity is all about the combination of familiarity and the future. We bring together visual design, analysis of user experience testing, modern graphics technologies and a deep understanding of the free software landscape to produce what we hope will be the lightest, most elegant and most delightful way to use your PC. . This package contains development files for libraries to be used by unity. Package: libunity-dev Description-md5: 940646542d41ed6501a55676f7cc379f Description-en: binding to get places into the launcher - development files libunity is a shared library to be able to interact with the launcher and add places in Unity environment. . This package contains files that are needed to build applications. Package: libunity-protocol-private0 Description-md5: de4784aed16d63b7fb02d506575d1fe6 Description-en: binding to get places into the launcher - private library libunity is a shared library to be able to interact with the launcher and add places in Unity environment. . This package contains a library containing the private protocol to be used between libunity and unity itself. Package: libunity-scopes-json-def-desktop Description-md5: c272d9c9f1482ba09fbb8b8fdb9cc568 Description-en: binding to get places into the launcher - desktop def file libunity is a shared library to be able to interact with the launcher and add places in Unity environment. . This package contains default scopes definition for the destkop. Package: libunity-settings-daemon-dev Description-md5: a63b34861cea91102a69170b872eb11f Description-en: Helper library for accessing settings (development files) This package contains a headers for using libunity-settings-daemon Package: libunity-settings-daemon1 Description-md5: 0ac97c800f21728126b5a4023bdbb541 Description-en: Helper library for accessing settings This package contains a helper library for unity-control-center Package: libunity9 Description-md5: 0bdcbe46903d5a11a88d8cfa7be5f803 Description-en: binding to get places into the launcher - shared library libunity is a shared library to be able to interact with the launcher and add places in Unity environment. . This package contains shared libraries to be used by applications. Package: libupower-glib-dev Description-md5: e299324721dc2f58c6699cd68634ba38 Description-en: abstraction for power management - development files upower provides an interface to enumerate power sources on the system and control system-wide power management. Any application can access the org.freedesktop.UPower service on the system message bus. Some operations (such as suspending the system) are restricted using PolicyKit. . This package contains files that are needed to build applications. Package: libupower-glib3 Description-md5: 11709d9e0d03275e3ab6991c83469900 Description-en: abstraction for power management - shared library upower provides an interface to enumerate power sources on the system and control system-wide power management. Any application can access the org.freedesktop.UPower service on the system message bus. Some operations (such as suspending the system) are restricted using PolicyKit. . This package contains the shared library to be used by applications. Package: libupstart-dev Description-md5: ec96d63e3af639995a442cd6b0733410 Description-en: Upstart Client Library (development files) The libupstart library allows access to services provided by the Upstart init daemon without having to use low-level D-Bus calls. . This package contains the static library and C header files which are needed for developing software using libupstart. Package: libupstart1 Description-md5: 6c0f4f2b94a39a98cf6d9e420c504939 Description-en: Upstart Client Library The libupstart library allows access to services provided by the Upstart init daemon without having to use low-level D-Bus calls. . This package contains the shared library. Package: libusbmuxd-dev Description-md5: 9f61258d5ec2de1b9f68ed3c9cc3de94 Description-en: USB multiplexor daemon for iPhone and iPod Touch devices - devel usbmuxd, the USB multiplexor daemon, is in charge of coordinating access to iPhone and iPod Touch services over USB. Synchronization and management applications for the iPhone and iPod Touch need this daemon to communicate with such devices concurrently. . This package contains the development files. Package: libusbmuxd4 Description-md5: a758250e6a9071eca15221f3c421e4fa Description-en: USB multiplexor daemon for iPhone and iPod Touch devices - library usbmuxd, the USB multiplexor daemon, is in charge of coordinating access to iPhone and iPod Touch services over USB. Synchronization and management applications for the iPhone and iPod Touch need this daemon to communicate with such devices concurrently. . This package contains the shared library. Package: libusbmuxd4-dbg Description-md5: e7266aa13497f0f4c4061a6ece8d7209 Description-en: USB multiplexor daemon for iPhone and iPod Touch devices - debug usbmuxd, the USB multiplexor daemon, is in charge of coordinating access to iPhone and iPod Touch services over USB. Synchronization and management applications for the iPhone and iPod Touch need this daemon to communicate with such devices concurrently. . This package contains the debugging symbols. Package: libuuid1 Description-md5: f31dd3d34d42a99fedd60c9fb7d79469 Description-en: Universally Unique ID library The libuuid library generates and parses 128-bit Universally Unique IDs (UUIDs). A UUID is an identifier that is unique within the space of all such identifiers across both space and time. It can be used for multiple purposes, from tagging objects with an extremely short lifetime to reliably identifying very persistent objects across a network. . See RFC 4122 for more information. Package: libuutil1linux Description-md5: 19c6ca1580b82bf81620250bb92cfd90 Description-en: Solaris userland utility library for Linux This library provides a variety of glue functions for OpenZFS on Linux: * libspl: The Solaris Porting Layer library, which provides APIs that make it possible to run Solaris user code in a Linux environment with relatively minimal modification. * libavl: The Adelson-Velskii Landis balanced binary tree manipulation library. * libefi: The Extensible Firmware Interface library for GUID disk partitioning. * libshare: NFS and SMB service integration for OpenZFS. Package: libuutil1linux-dbg Description-md5: 8234741e39a3c03edf0c1b5543f90732 Description-en: Debugging symbols for libuutil1linux This library provides a variety of glue functions for OpenZFS on Linux: * libspl: The Solaris Porting Layer library, which provides APIs that make it possible to run Solaris user code in a Linux environment with relatively minimal modification. * libavl: The Adelson-Velskii Landis balanced binary tree manipulation library. * libefi: The Extensible Firmware Interface library for GUID disk partitioning. * libshare: NFS and SMB service integration for OpenZFS. . This package contains debugging symbols for libuutil1linux. Package: libvirt-bin Description-md5: e153091b05eb8ed8041905513d4d18ab 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 supporting binaries to use with libvirt 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: 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: libvirt0-dbg Description-md5: 63b8573de84b17d16fa2a35f738b4c3e Description-en: library for interfacing with different virtualization systems - debugging symbols 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 debugging symbols. Package: libvncclient1 Description-md5: de0d2f1b9e2b35d757b74d91c86a7280 Description-en: API to write one's own VNC server - client library LibVNCServer makes writing a VNC server (or more correctly, a program exporting a framebuffer via the Remote Frame Buffer protocol) easy. It hides the programmer from the tedious task of managing clients and compression. . This package provides the client library. Package: libvncclient1-dbg Description-md5: 684a16873d1bb82260f1544c8b1324ec Description-en: debugging symbols for libvncclient LibVNCServer makes writing a VNC server (or more correctly, a program exporting a framebuffer via the Remote Frame Buffer protocol) easy. It hides the programmer from the tedious task of managing clients and compression. . This package contains the debugging symbols for libvncclient. Package: libvncserver-config Description-md5: 1aadbd190a20a3569c635a7e6fa36bb4 Description-en: API to write one's own VNC server - library utility LibVNCServer makes writing a VNC server (or more correctly, a program exporting a framebuffer via the Remote Frame Buffer protocol) easy. It hides the programmer from the tedious task of managing clients and compression. . This package provides libvncserver-config utility, needed to obtain some option of the libvncserver library. Package: libvncserver-dev Description-md5: bf57834d4b989165e514d75150c5847f Description-en: API to write one's own VNC server - development files LibVNCServer makes writing a VNC server (or more correctly, a program exporting a framebuffer via the Remote Frame Buffer protocol) easy. It hides the programmer from the tedious task of managing clients and compression. . This is the development package which contains headers and static libraries for libvncserver. Package: libvncserver1 Description-md5: 35236199beac3fa50c30b221509caf7b Description-en: API to write one's own VNC server LibVNCServer makes writing a VNC server (or more correctly, a program exporting a framebuffer via the Remote Frame Buffer protocol) easy. It hides the programmer from the tedious task of managing clients and compression. . This package provides the server library. Package: libvncserver1-dbg Description-md5: ef17283c2d5c13223e281d0500b90179 Description-en: debugging symbols for libvncserver LibVNCServer makes writing a VNC server (or more correctly, a program exporting a framebuffer via the Remote Frame Buffer protocol) easy. It hides the programmer from the tedious task of managing clients and compression. . This package contains the debugging symbols for libvncserver. Package: libwayland-egl1-mesa Description-md5: 2aac0a30c09ae3fa55df222fecf9d1cf Description-en: implementation of the Wayland EGL platform -- runtime This package contains the mesa implementation of the Wayland EGL platform Package: libwayland-egl1-mesa-lts-utopic Description-md5: c9a9515f6f8525fe158df9875ed3c82b Description-en: Transitional package for libwayland-egl1-mesa-lts-utopic This is used for upgrading from trusty to xenial. Package: libwayland-egl1-mesa-lts-utopic-dbg Description-md5: 8ec54a12377a6f550e85317389dcd9de Description-en: Transitional package for libwayland-egl1-mesa-lts-utopic-dbg This is used for upgrading from trusty to xenial. Package: libwayland-egl1-mesa-lts-vivid Description-md5: f11ab96a4f2c3a65aec7c72bdb5dd59d Description-en: Transitional package for libwayland-egl1-mesa-lts-vivid This is used for upgrading from trusty to xenial. Package: libwayland-egl1-mesa-lts-vivid-dbg Description-md5: fe13437150a9c15bdf5a5b741b797127 Description-en: Transitional package for libwayland-egl1-mesa-lts-vivid-dbg This is used for upgrading from trusty to xenial. Package: libwayland-egl1-mesa-lts-wily Description-md5: cc1a6636396b11efb60776c9b3888e8f Description-en: Transitional package for libwayland-egl1-mesa-lts-wily This is used for upgrading from trusty to xenial. Package: libwayland-egl1-mesa-lts-wily-dbg Description-md5: aeeaef8d8f964fb6765c2bb51cdd1843 Description-en: Transitional package for libwayland-egl1-mesa-lts-wily-dbg This is used for upgrading from trusty to xenial. Package: libwayland-egl1-mesa-lts-xenial Description-md5: c8c76dd5eba84f84eba29886e3139d5c Description-en: Transitional package for libwayland-egl1-mesa-lts-xenial This is used for upgrading from trusty to xenial. Package: libwbclient-dev Description-md5: 2fd42f0ef62fe1cc8cfee6fb03d4b884 Description-en: Samba winbind client library - development files Samba is an implementation of the SMB/CIFS protocol for Unix systems, providing support for cross-platform file and printer sharing with Microsoft Windows, OS X, and other Unix systems. . This package provides the development files (static library and headers) required for building applications against libwbclient, a library for client applications that interact via the winbind pipe protocol with a Samba winbind server. Package: libwbclient-sssd Description-md5: 510a84e3724940c944f720e95e92187c Description-en: SSSD libwbclient implementation The SSSD libwbclient implementation. Package: libwbclient-sssd-dev Description-md5: 114b034865cbfe853651b7d7d27e82d3 Description-en: SSSD libwbclient implementation -- development files The SSSD libwbclient implementation. . This package contains header files and symlinks to develop programs which will use the libwbclient-sssd library. Package: libwbclient0 Description-md5: 16c935b1d482f634b3879c2495e04db8 Description-en: Samba winbind client library Samba is an implementation of the SMB/CIFS protocol for Unix systems, providing support for cross-platform file and printer sharing with Microsoft Windows, OS X, and other Unix systems. . This package provides a library for client applications that interact via the winbind pipe protocol with a Samba winbind server. Package: libwebkit2gtk-4.0-37 Description-md5: bdb6c5770df33a22ae55f43969fcb087 Description-en: Web content engine library for GTK+ WebKit is a web content engine, derived from KHTML and KJS from KDE, and used primarily in Apple's Safari browser. It is made to be embedded in other applications, such as mail readers, or web browsers. . It is able to display content such as HTML, SVG, XML, and others. It also supports DOM, XMLHttpRequest, XSLT, CSS, JavaScript/ECMAScript and more. . WebKit2 is an API layer for WebKit designed from the ground up to support a split process model, where the web content lives in a separate process from the application UI. . This build comes from the GTK+ port of WebKit (API version 4.0). . This is the library for embedding in GTK+ applications. Package: libwebkit2gtk-4.0-37-gtk2 Description-md5: a268010f079e27978996642dbcd62fd2 Description-en: Web content engine library for GTK+ - GTK+2 plugin process WebKit is a web content engine, derived from KHTML and KJS from KDE, and used primarily in Apple's Safari browser. It is made to be embedded in other applications, such as mail readers, or web browsers. . It is able to display content such as HTML, SVG, XML, and others. It also supports DOM, XMLHttpRequest, XSLT, CSS, JavaScript/ECMAScript and more. . WebKit2 is an API layer for WebKit designed from the ground up to support a split process model, where the web content lives in a separate process from the application UI. . This build comes from the GTK+ port of WebKit (API version 4.0). . This package adds support for NPAPI plugins that depend on the GTK+ 2 library, such as the Adobe Flash and Google Talk/Hangouts plugins. Package: libwebkit2gtk-4.0-dev Description-md5: df9033f0d7dc3b408215177aa33214b5 Description-en: Web content engine library for GTK+ - development files WebKit is a web content engine, derived from KHTML and KJS from KDE, and used primarily in Apple's Safari browser. It is made to be embedded in other applications, such as mail readers, or web browsers. . It is able to display content such as HTML, SVG, XML, and others. It also supports DOM, XMLHttpRequest, XSLT, CSS, JavaScript/ECMAScript and more. . WebKit2 is an API layer for WebKit designed from the ground up to support a split process model, where the web content lives in a separate process from the application UI. . This build comes from the GTK+ port of WebKit (API version 4.0). . This package contains the development files. Package: libwebkit2gtk-4.0-doc Description-md5: 3e98dd0f896845fbc3fc636348eb1ef2 Description-en: Web content engine library for GTK+ - documentation WebKit is a web content engine, derived from KHTML and KJS from KDE, and used primarily in Apple's Safari browser. It is made to be embedded in other applications, such as mail readers, or web browsers. . It is able to display content such as HTML, SVG, XML, and others. It also supports DOM, XMLHttpRequest, XSLT, CSS, JavaScript/ECMAScript and more. . WebKit2 is an API layer for WebKit designed from the ground up to support a split process model, where the web content lives in a separate process from the application UI. . This build comes from the GTK+ port of WebKit (API version 4.0). . This package contains the documentation. Package: libwhoopsie-dev Description-md5: d0cf33cd90c3c6a94ee823de0a47e4ba Description-en: Ubuntu error tracker submission - library development files This library provides methods to generate an identifier for use with the Ubuntu error tracker Package: libwhoopsie0 Description-md5: 63cc1807f3740284873e13ddff74db44 Description-en: Ubuntu error tracker submission - shared library This library provides methods to generate an identifier for use with the Ubuntu error tracker Package: libx32asan2 Description-md5: 51a639c3760e456ac48834fb47045c42 Description-en: AddressSanitizer -- a fast memory error detector (x32) AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: libx32asan2-dbg Description-md5: b66995cafb0cff1e16849ce190628573 Description-en: AddressSanitizer -- a fast memory error detector (x32 debug symbols) AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: libx32atomic1 Description-md5: 17429d2d39217f0a95507decf171c10f Description-en: support library providing __atomic built-in functions (x32) library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: libx32atomic1-dbg Description-md5: a1d046f7c7bf1745f37238262b4d1081 Description-en: support library providing __atomic built-in functions (x32 debug symbols) library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: libx32cilkrts5 Description-md5: be40389da3c3f2332e113477a1f68923 Description-en: Intel Cilk Plus language extensions (x32) Intel Cilk Plus is an extension to the C and C++ languages to support data and task parallelism. Package: libx32cilkrts5-dbg Description-md5: 0b84023b44919fc8802e01e3945fa7d3 Description-en: Intel Cilk Plus language extensions (x32 debug symbols) Intel Cilk Plus is an extension to the C and C++ languages to support data and task parallelism. Package: libx32gcc-5-dev Description-md5: df49fd36cacd441ececa361c98eaaa4a Description-en: GCC support library (x32 development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: libx32gfortran-5-dev Description-md5: aae616b6d05c4081844ad0d321e187db Description-en: Runtime library for GNU Fortran applications (x32 development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: libx32gfortran3 Description-md5: 3c011e928f9c344ce5ade56af0ec77b2 Description-en: Runtime library for GNU Fortran applications (x32) Library needed for GNU Fortran applications linked against the shared library. Package: libx32gfortran3-dbg Description-md5: 10f29f1b5242ebba520971f18415252b Description-en: Runtime library for GNU Fortran applications (x32 debug symbols) Library needed for GNU Fortran applications linked against the shared library. Package: libx32gomp1 Description-md5: 1388436f97e9425feb598766343a05b7 Description-en: GCC OpenMP (GOMP) support library (x32) GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: libx32gomp1-dbg Description-md5: 7f819ff9ae10ec2d6646003e0204dc5f Description-en: GCC OpenMP (GOMP) support library (x32 debug symbols) GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers Package: libx32itm1 Description-md5: 60c3549c857ee22163b3a82b265880de Description-en: GNU Transactional Memory Library (x32) This manual documents the usage and internals of libitm. It provides transaction support for accesses to the memory of a process, enabling easy-to-use synchronization of accesses to shared memory by several threads. Package: libx32itm1-dbg Description-md5: 139a395a1e47ba8b13f22f43588f31ae Description-en: GNU Transactional Memory Library (x32 debug symbols) This manual documents the usage and internals of libitm. It provides transaction support for accesses to the memory of a process, enabling easy-to-use synchronization of accesses to shared memory by several threads. Package: libx32lsan0 Description-md5: e55556fa790743d4c47d82cff1e0e15d Description-en: LeakSanitizer -- a memory leak detector (x32) LeakSanitizer (Lsan) is a memory leak detector which is integrated into AddressSanitizer (empty package). Package: libx32lsan0-dbg Description-md5: 0fe2e1c3967be8db432006845283cb08 Description-en: LeakSanitizer -- a memory leak detector (x32 debug symbols) LeakSanitizer (Lsan) is a memory leak detector which is integrated into AddressSanitizer (empty package). Package: libx32objc-5-dev Description-md5: f7dcb47d6608005e0ecbde60e08685b0 Description-en: Runtime library for GNU Objective-C applications (x32 development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: libx32objc4 Description-md5: e253306fc795d9cc9e7c2acac0d2ad1b Description-en: Runtime library for GNU Objective-C applications (x32) Library needed for GNU ObjC applications linked against the shared library. Package: libx32objc4-dbg Description-md5: 15ac2bbe50562f8e9e528e6d5f6f1024 Description-en: Runtime library for GNU Objective-C applications (x32 debug symbols) Library needed for GNU ObjC applications linked against the shared library. Package: libx32phobos-5-dev Description-md5: cdbbfaf18bf8097f4f6c5141edaea0ca Description-en: Phobos D standard library (x32 development files) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: libx32quadmath0 Description-md5: 514c6a5cffd4febce8121f2d08419504 Description-en: GCC Quad-Precision Math Library (x32) A library, which provides quad-precision mathematical functions on targets supporting the __float128 datatype. The library is used to provide on such targets the REAL(16) type in the GNU Fortran compiler. Package: libx32quadmath0-dbg Description-md5: d1cced9ca62d9dde3650384b57532901 Description-en: GCC Quad-Precision Math Library (x32 debug symbols) A library, which provides quad-precision mathematical functions on targets supporting the __float128 datatype. Package: libx32stdc++-5-dev Description-md5: a197f2aec835e5fc6f8f76039d8a7c4e Description-en: GNU Standard C++ Library v3 (development files) This package contains the headers and static library files necessary for building C++ programs which use libstdc++. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. Package: libx32stdc++6 Description-md5: f336833aedca4cda1d9923ce79172164 Description-en: GNU Standard C++ Library v3 (x32) This package contains an additional runtime library for C++ programs built with the GNU compiler. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. Package: libx32stdc++6-5-dbg Description-md5: 6d699ea4429a346bc58e56d70e561407 Description-en: GNU Standard C++ Library v3 (debugging files) This package contains the shared library of libstdc++ compiled with debugging symbols. Package: libx32ubsan0 Description-md5: 1e3c22c974d49dfa0d90d25dc725cf74 Description-en: UBSan -- undefined behaviour sanitizer (x32) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: libx32ubsan0-dbg Description-md5: d6c2f65b1df2a03b9c7b4e20d596d17e Description-en: UBSan -- undefined behaviour sanitizer (x32 debug symbols) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: libxatracker-dev Description-md5: acb2dd21dbe796c5f50a1f153cef93e2 Description-en: X acceleration library -- development files This package contains the XA (X acceleration) library. It is used exclusively by the X server to do render, copy and video acceleration. . XA is intended to be used by the vmware driver for virtualized X acceleration. . This package provides the development environment for compiling programs against the xatracker library. Package: libxatracker-dev-lts-utopic Description-md5: 37e88869ce4a7972f156d09674a3b16d Description-en: Transitional package for libxatracker-dev-lts-utopic This is used for upgrading from trusty to xenial. Package: libxatracker-dev-lts-vivid Description-md5: 3dbdbd2fd1f3e4afaa21f6e2f9873e7d Description-en: Transitional package for libxatracker-dev-lts-vivid This is used for upgrading from trusty to xenial. Package: libxatracker-dev-lts-wily Description-md5: 76b3c0d3fabb32f3ed7be7f2ce552b11 Description-en: Transitional package for libxatracker-dev-lts-wily This is used for upgrading from trusty to xenial. Package: libxatracker-dev-lts-xenial Description-md5: a650284e1dd2fbf0c3ebd4783886e4c8 Description-en: Transitional package for libxatracker-dev-lts-xenial This is used for upgrading from trusty to xenial. Package: libxatracker2 Description-md5: 016e30e30b0b6c5bb9448c735436c520 Description-en: X acceleration library -- runtime This package contains the XA (X acceleration) library. It is used exclusively by the X server to do render, copy and video acceleration. . XA is intended to be used by the vmware driver for virtualized X acceleration. Package: libxatracker2-lts-utopic Description-md5: a2062717d997f1dee25a428fe3e2f63d Description-en: Transitional package for libxatracker2-lts-utopic This is used for upgrading from trusty to xenial. Package: libxatracker2-lts-utopic-dbg Description-md5: 7514db5c5f11da043e82e63f02415c41 Description-en: Transitional package for libxatracker2-lts-utopic-dbg This is used for upgrading from trusty to xenial. Package: libxatracker2-lts-vivid Description-md5: 9700b401e360af89a0a7cb523f9eb45d Description-en: Transitional package for libxatracker2-lts-vivid This is used for upgrading from trusty to xenial. Package: libxatracker2-lts-vivid-dbg Description-md5: 50586f15dae252681f185f5968ee9b3a Description-en: Transitional package for libxatracker2-lts-vivid-dbg This is used for upgrading from trusty to xenial. Package: libxatracker2-lts-wily Description-md5: d11f57f6bc508c2a941bdb07479d950a Description-en: Transitional package for libxatracker2-lts-wily This is used for upgrading from trusty to xenial. Package: libxatracker2-lts-wily-dbg Description-md5: 5562e35779fdd8b8be9d104112a67b13 Description-en: Transitional package for libxatracker2-lts-wily-dbg This is used for upgrading from trusty to xenial. Package: libxatracker2-lts-xenial Description-md5: 1fbfb1496772910e4a6cf9204e373a3b Description-en: Transitional package for libxatracker2-lts-xenial This is used for upgrading from trusty to xenial. Package: libxen-4.6 Description-md5: 68740be11f5efddb94bce9ce49a0f025 Description-en: Public libs for Xen This package contains the shared toolstack libraries for Xen. Package: libxen-dev Description-md5: ca9edff4a74de862e20362e0e808d64f Description-en: Public headers and libs for Xen This package contains the public headers and static libraries for Xen. . The libxenlight library is intended as a common base for all Xen toolstack developers. The libxlutil library contains additional helpers which may be useful to toolstack developers. . The libxenstore library allows userspace processes to interact with the XenStore database. XenStore is a shared database used for interdomain communication of configuration and status information. It is accessible to all domains running on the same Xen host. See http://wiki.xen.org/wiki/XenStore for more information. . The libxenctrl and libxenguest libraries are internal libraries intended for use by the Xen toolstack and are not intended to be used directly. Toolstack authors should use libxenlight. Package: libxenstore3.0 Description-md5: 3c15fa4a2fa70a984638150f8379ad1a Description-en: Xenstore communications library for Xen This package contains the client library interface to XenStore. . Package: libxml2 Description-md5: 6771e66f557fa0f71e6955303e1d8f8d Description-en: GNOME XML library XML is a metalanguage to let you design your own markup language. A regular markup language defines a way to describe information in a certain class of documents (eg HTML). XML lets you define your own customized markup languages for many classes of document. It can do this because it's written in SGML, the international standard metalanguage for markup languages. . This package provides a library providing an extensive API to handle such XML data files. Package: libxml2-dbg Description-md5: 9ec720505d02de944686c1135841e078 Description-en: Debugging symbols for the GNOME XML library XML is a metalanguage to let you design your own markup language. A regular markup language defines a way to describe information in a certain class of documents (eg HTML). XML lets you define your own customized markup languages for many classes of document. It can do this because it's written in SGML, the international standard metalanguage for markup languages. . This package provides the debugging symbols for the library. Package: libxml2-dev Description-md5: 3fc5da551079ce5d27e8aae047e7a888 Description-en: Development files for the GNOME XML library XML is a metalanguage to let you design your own markup language. A regular markup language defines a way to describe information in a certain class of documents (eg HTML). XML lets you define your own customized markup languages for many classes of document. It can do this because it's written in SGML, the international standard metalanguage for markup languages. . Install this package if you wish to develop your own programs using the GNOME XML library. Package: libxml2-doc Description-md5: 5a090ab419791c5777762dc26465ac3b Description-en: Documentation for the GNOME XML library XML is a metalanguage to let you design your own markup language. A regular markup language defines a way to describe information in a certain class of documents (eg HTML). XML lets you define your own customized markup languages for many classes of document. It can do this because it's written in SGML, the international standard metalanguage for markup languages. . This package contains general information about the GNOME XML library and more specific API references. Package: libxml2-utils Description-md5: eb24a32e7f02ae9cc4d9ada525dc1964 Description-en: XML utilities XML is a metalanguage to let you design your own markup language. A regular markup language defines a way to describe information in a certain class of documents (eg HTML). XML lets you define your own customized markup languages for many classes of document. It can do this because it's written in SGML, the international standard metalanguage for markup languages. . This package provides xmllint, a tool for validating and reformatting XML documents, and xmlcatalog, a tool to parse and manipulate XML or SGML catalog files. Package: libxml2-utils-dbg Description-md5: 54315da2c98caf530cdead72cdb9a09b Description-en: XML utilities (debug extension) XML is a metalanguage to let you design your own markup language. A regular markup language defines a way to describe information in a certain class of documents (eg HTML). XML lets you define your own customized markup languages for many classes of document. It can do this because it's written in SGML, the international standard metalanguage for markup languages. . This package provides the debugging symbols for the utilities provided by the libxml2-utils package. Package: libxmlrpc-epi-dev Description-md5: 6c048dabeb085fad49443860f16019eb Description-en: Development files for libxmlrpc-epi0, a XML-RPC request library An implementation of the XML-RPC protocol, providing an API for developers to serialise RPC requests to and from XML. It does not include any transport layer and is therefor useful for applications which implement their own transport or wish to use XML-RPC over an existing transport layer. This package contains the development files for applications wishing to use libxmlrpc-epi. Package: libxmlrpc-epi0 Description-md5: 8ebb0f626361482feb1ca82f328fc419 Description-en: XML-RPC request serialisation/deserialisation library A library that implements a transportless implementation of the XML-RPC protocol. Package: libxmlrpc-epi0-dbg Description-md5: 4d8cef816531616fee1ecf592be13059 Description-en: Debug symbols for libxmlrpc-epi0, a XML-RPC request library This package contains the debug symbols for libxmlrpc-epi0, and should be installed if you wish to get stack traces into the library for debugging purposes. Package: libzfs2linux Description-md5: 4189ea419e0bee94d1658d6f8241c804 Description-en: Native OpenZFS filesystem library for Linux The ZFS on Linux management library. Package: libzfs2linux-dbg Description-md5: 454d997ddabdf881a951e322066d6c8c Description-en: Debugging symbols for libzfs2 The ZFS on Linux management library. . This package contains the debugging symbols for libzfs2. Package: libzfslinux-dev Description-md5: 7c9cbf8b8074d51838b4bec0f143bfe4 Description-en: Native OpenZFS filesystem development files for Linux Header files and static libraries for compiling software against libzfs. Package: libzpool2linux Description-md5: 9e72d77d9985922bb73c6656785f6ab8 Description-en: Native OpenZFS pool library for Linux The zpool management library. Package: libzpool2linux-dbg Description-md5: bdf60f39b2dd0d525032a3edf488aa5a Description-en: Debugging symbols for libzpool2 The zpool management library. . This package contains the debugging symbols for libzpool2. Package: light-themes Description-md5: 66093fe5a19671849351e8d6fad66909 Description-en: Light Themes (Ambiance and Radiance) Includes matching Ambiance and Radiance themes . * Ambiance is a light-on-dark theme * Radiance is a dark-on-light theme . Introduced as the default themes in Ubuntu 10.04 LTS. Package: lightdm Description-md5: a04ec89b09d7becf8ba288295841fad0 Description-en: Display Manager LightDM is a X display manager that: * Has a lightweight codebase * Is standards compliant (PAM, ConsoleKit, etc) * Has a well defined interface between the server and user interface * Cross-desktop (greeters can be written in any toolkit) Package: linux-cloud-tools-4.4.0-22 Description-md5: b116ea33bca79deedc5ea5ef94327551 Description-en: Linux kernel version specific cloud tools for version 4.4.0-22 This package provides the architecture dependant parts for kernel version locked tools for cloud tools for version 4.4.0-22 on 64 bit x86. You probably want to install linux-cloud-tools-4.4.0-22-. Package: linux-cloud-tools-4.4.0-22-generic Description-md5: b34b2f184c80ef70b57e05d7dd2017ef Description-en: Linux kernel version specific cloud tools for version 4.4.0-22 This package provides the architecture dependant parts for kernel version locked tools for cloud for version 4.4.0-22 on 64 bit x86. Package: linux-cloud-tools-4.4.0-22-lowlatency Description-md5: b34b2f184c80ef70b57e05d7dd2017ef Description-en: Linux kernel version specific cloud tools for version 4.4.0-22 This package provides the architecture dependant parts for kernel version locked tools for cloud for version 4.4.0-22 on 64 bit x86. Package: linux-cloud-tools-4.4.0-24 Description-md5: 7b88b301957dab6d339f4f33fed6bda7 Description-en: Linux kernel version specific cloud tools for version 4.4.0-24 This package provides the architecture dependant parts for kernel version locked tools for cloud tools for version 4.4.0-24 on 64 bit x86. You probably want to install linux-cloud-tools-4.4.0-24-. Package: linux-cloud-tools-4.4.0-24-generic Description-md5: 1966ea6c259ec3e1736dd34808c6d815 Description-en: Linux kernel version specific cloud tools for version 4.4.0-24 This package provides the architecture dependant parts for kernel version locked tools for cloud for version 4.4.0-24 on 64 bit x86. Package: linux-cloud-tools-4.4.0-24-lowlatency Description-md5: 1966ea6c259ec3e1736dd34808c6d815 Description-en: Linux kernel version specific cloud tools for version 4.4.0-24 This package provides the architecture dependant parts for kernel version locked tools for cloud for version 4.4.0-24 on 64 bit x86. Package: linux-cloud-tools-4.4.0-28 Description-md5: 7f9958604bfd13d5da1324abef399ba5 Description-en: Linux kernel version specific cloud tools for version 4.4.0-28 This package provides the architecture dependant parts for kernel version locked tools for cloud tools for version 4.4.0-28 on 64 bit x86. You probably want to install linux-cloud-tools-4.4.0-28-. Package: linux-cloud-tools-4.4.0-28-generic Description-md5: 9a2f69d9e609f9174c0daed43b3ea1db Description-en: Linux kernel version specific cloud tools for version 4.4.0-28 This package provides the architecture dependant parts for kernel version locked tools for cloud for version 4.4.0-28 on 64 bit x86. Package: linux-cloud-tools-4.4.0-28-lowlatency Description-md5: 9a2f69d9e609f9174c0daed43b3ea1db Description-en: Linux kernel version specific cloud tools for version 4.4.0-28 This package provides the architecture dependant parts for kernel version locked tools for cloud for version 4.4.0-28 on 64 bit x86. Package: linux-cloud-tools-4.4.0-31 Description-md5: a9e22b7bc8db1869c106efe1340c72e6 Description-en: Linux kernel version specific cloud tools for version 4.4.0-31 This package provides the architecture dependant parts for kernel version locked tools for cloud tools for version 4.4.0-31 on 64 bit x86. You probably want to install linux-cloud-tools-4.4.0-31-. Package: linux-cloud-tools-4.4.0-31-generic Description-md5: fbb487e2cc85be164edc6e40f2912b52 Description-en: Linux kernel version specific cloud tools for version 4.4.0-31 This package provides the architecture dependant parts for kernel version locked tools for cloud for version 4.4.0-31 on 64 bit x86. Package: linux-cloud-tools-4.4.0-31-lowlatency Description-md5: fbb487e2cc85be164edc6e40f2912b52 Description-en: Linux kernel version specific cloud tools for version 4.4.0-31 This package provides the architecture dependant parts for kernel version locked tools for cloud for version 4.4.0-31 on 64 bit x86. Package: linux-cloud-tools-4.4.0-34 Description-md5: 7dd3171f83efb3051e0f9f3ba77d2491 Description-en: Linux kernel version specific cloud tools for version 4.4.0-34 This package provides the architecture dependant parts for kernel version locked tools for cloud tools for version 4.4.0-34 on 64 bit x86. You probably want to install linux-cloud-tools-4.4.0-34-. Package: linux-cloud-tools-4.4.0-34-generic Description-md5: f03c294ca3a58ed00354ceab7a7b31ed Description-en: Linux kernel version specific cloud tools for version 4.4.0-34 This package provides the architecture dependant parts for kernel version locked tools for cloud for version 4.4.0-34 on 64 bit x86. Package: linux-cloud-tools-4.4.0-34-lowlatency Description-md5: f03c294ca3a58ed00354ceab7a7b31ed Description-en: Linux kernel version specific cloud tools for version 4.4.0-34 This package provides the architecture dependant parts for kernel version locked tools for cloud for version 4.4.0-34 on 64 bit x86. Package: linux-cloud-tools-4.4.0-36 Description-md5: b55e8f5991362bd331824048dff95681 Description-en: Linux kernel version specific cloud tools for version 4.4.0-36 This package provides the architecture dependant parts for kernel version locked tools for cloud tools for version 4.4.0-36 on 64 bit x86. You probably want to install linux-cloud-tools-4.4.0-36-. Package: linux-cloud-tools-4.4.0-36-generic Description-md5: cf4c26909cacbd920e15628460ea9271 Description-en: Linux kernel version specific cloud tools for version 4.4.0-36 This package provides the architecture dependant parts for kernel version locked tools for cloud for version 4.4.0-36 on 64 bit x86. Package: linux-cloud-tools-4.4.0-36-lowlatency Description-md5: cf4c26909cacbd920e15628460ea9271 Description-en: Linux kernel version specific cloud tools for version 4.4.0-36 This package provides the architecture dependant parts for kernel version locked tools for cloud for version 4.4.0-36 on 64 bit x86. Package: linux-cloud-tools-4.4.0-38 Description-md5: c3f167453973178576c98ece5f44f2ae Description-en: Linux kernel version specific cloud tools for version 4.4.0-38 This package provides the architecture dependant parts for kernel version locked tools for cloud tools for version 4.4.0-38 on 64 bit x86. You probably want to install linux-cloud-tools-4.4.0-38-. Package: linux-cloud-tools-4.4.0-38-generic Description-md5: 8c42cf7abbd44069d4b39d0e70802cd3 Description-en: Linux kernel version specific cloud tools for version 4.4.0-38 This package provides the architecture dependant parts for kernel version locked tools for cloud for version 4.4.0-38 on 64 bit x86. Package: linux-cloud-tools-4.4.0-38-lowlatency Description-md5: 8c42cf7abbd44069d4b39d0e70802cd3 Description-en: Linux kernel version specific cloud tools for version 4.4.0-38 This package provides the architecture dependant parts for kernel version locked tools for cloud for version 4.4.0-38 on 64 bit x86. Package: linux-cloud-tools-4.4.0-42 Description-md5: 8e2e136c14f19ea4eec4423f7236bdbf Description-en: Linux kernel version specific cloud tools for version 4.4.0-42 This package provides the architecture dependant parts for kernel version locked tools for cloud tools for version 4.4.0-42 on 64 bit x86. You probably want to install linux-cloud-tools-4.4.0-42-. Package: linux-cloud-tools-4.4.0-42-generic Description-md5: 601fd69739695fcea712a0c90eed45ad Description-en: Linux kernel version specific cloud tools for version 4.4.0-42 This package provides the architecture dependant parts for kernel version locked tools for cloud for version 4.4.0-42 on 64 bit x86. Package: linux-cloud-tools-4.4.0-42-lowlatency Description-md5: 601fd69739695fcea712a0c90eed45ad Description-en: Linux kernel version specific cloud tools for version 4.4.0-42 This package provides the architecture dependant parts for kernel version locked tools for cloud for version 4.4.0-42 on 64 bit x86. Package: linux-cloud-tools-4.4.0-43 Description-md5: a80ae40787a6641dffd7e5338bb4f9e6 Description-en: Linux kernel version specific cloud tools for version 4.4.0-43 This package provides the architecture dependant parts for kernel version locked tools for cloud tools for version 4.4.0-43 on 64 bit x86. You probably want to install linux-cloud-tools-4.4.0-43-. Package: linux-cloud-tools-4.4.0-43-generic Description-md5: 709282a8b87f207c15550a20aead2f23 Description-en: Linux kernel version specific cloud tools for version 4.4.0-43 This package provides the architecture dependant parts for kernel version locked tools for cloud for version 4.4.0-43 on 64 bit x86. Package: linux-cloud-tools-4.4.0-43-lowlatency Description-md5: 709282a8b87f207c15550a20aead2f23 Description-en: Linux kernel version specific cloud tools for version 4.4.0-43 This package provides the architecture dependant parts for kernel version locked tools for cloud for version 4.4.0-43 on 64 bit x86. Package: linux-cloud-tools-4.4.0-45 Description-md5: 8c6b2437c676b0a479c69ac0e006c39c Description-en: Linux kernel version specific cloud tools for version 4.4.0-45 This package provides the architecture dependant parts for kernel version locked tools for cloud tools for version 4.4.0-45 on 64 bit x86. You probably want to install linux-cloud-tools-4.4.0-45-. Package: linux-cloud-tools-4.4.0-45-generic Description-md5: a083092bc5dfd82118b13ff78435ca66 Description-en: Linux kernel version specific cloud tools for version 4.4.0-45 This package provides the architecture dependant parts for kernel version locked tools for cloud for version 4.4.0-45 on 64 bit x86. Package: linux-cloud-tools-4.4.0-45-lowlatency Description-md5: a083092bc5dfd82118b13ff78435ca66 Description-en: Linux kernel version specific cloud tools for version 4.4.0-45 This package provides the architecture dependant parts for kernel version locked tools for cloud for version 4.4.0-45 on 64 bit x86. Package: linux-cloud-tools-4.4.0-47 Description-md5: 58c3cb77db193ea04ed659ab133b60df Description-en: Linux kernel version specific cloud tools for version 4.4.0-47 This package provides the architecture dependant parts for kernel version locked tools for cloud tools for version 4.4.0-47 on 64 bit x86. You probably want to install linux-cloud-tools-4.4.0-47-. Package: linux-cloud-tools-4.4.0-47-generic Description-md5: 91a955983d49e81110d1b1051dd7c739 Description-en: Linux kernel version specific cloud tools for version 4.4.0-47 This package provides the architecture dependant parts for kernel version locked tools for cloud for version 4.4.0-47 on 64 bit x86. Package: linux-cloud-tools-4.4.0-47-lowlatency Description-md5: 91a955983d49e81110d1b1051dd7c739 Description-en: Linux kernel version specific cloud tools for version 4.4.0-47 This package provides the architecture dependant parts for kernel version locked tools for cloud for version 4.4.0-47 on 64 bit x86. Package: linux-cloud-tools-4.4.0-51 Description-md5: b8426a4703df84f3104358dcba708655 Description-en: Linux kernel version specific cloud tools for version 4.4.0-51 This package provides the architecture dependant parts for kernel version locked tools for cloud tools for version 4.4.0-51 on 64 bit x86. You probably want to install linux-cloud-tools-4.4.0-51-. Package: linux-cloud-tools-4.4.0-51-generic Description-md5: 09c536e09afe03c476022a40887aff77 Description-en: Linux kernel version specific cloud tools for version 4.4.0-51 This package provides the architecture dependant parts for kernel version locked tools for cloud for version 4.4.0-51 on 64 bit x86. Package: linux-cloud-tools-4.4.0-51-lowlatency Description-md5: 09c536e09afe03c476022a40887aff77 Description-en: Linux kernel version specific cloud tools for version 4.4.0-51 This package provides the architecture dependant parts for kernel version locked tools for cloud for version 4.4.0-51 on 64 bit x86. Package: linux-cloud-tools-4.4.0-53 Description-md5: ca275085df9a1bc83d8c32d3881745c5 Description-en: Linux kernel version specific cloud tools for version 4.4.0-53 This package provides the architecture dependant parts for kernel version locked tools for cloud tools for version 4.4.0-53 on 64 bit x86. You probably want to install linux-cloud-tools-4.4.0-53-. Package: linux-cloud-tools-4.4.0-53-generic Description-md5: 8bc75233c0dedcb46ea28741034e7c43 Description-en: Linux kernel version specific cloud tools for version 4.4.0-53 This package provides the architecture dependant parts for kernel version locked tools for cloud for version 4.4.0-53 on 64 bit x86. Package: linux-cloud-tools-4.4.0-53-lowlatency Description-md5: 8bc75233c0dedcb46ea28741034e7c43 Description-en: Linux kernel version specific cloud tools for version 4.4.0-53 This package provides the architecture dependant parts for kernel version locked tools for cloud for version 4.4.0-53 on 64 bit x86. Package: linux-cloud-tools-4.4.0-57 Description-md5: 192f597a0807c4cdfe75a96896b773dd Description-en: Linux kernel version specific cloud tools for version 4.4.0-57 This package provides the architecture dependant parts for kernel version locked tools for cloud tools for version 4.4.0-57 on 64 bit x86. You probably want to install linux-cloud-tools-4.4.0-57-. Package: linux-cloud-tools-4.4.0-57-generic Description-md5: 697fdf41563b33091663aaaea1699901 Description-en: Linux kernel version specific cloud tools for version 4.4.0-57 This package provides the architecture dependant parts for kernel version locked tools for cloud for version 4.4.0-57 on 64 bit x86. Package: linux-cloud-tools-4.4.0-57-lowlatency Description-md5: 697fdf41563b33091663aaaea1699901 Description-en: Linux kernel version specific cloud tools for version 4.4.0-57 This package provides the architecture dependant parts for kernel version locked tools for cloud for version 4.4.0-57 on 64 bit x86. Package: linux-cloud-tools-4.4.0-59 Description-md5: adfdcdcf823cc17c5651fc146c634838 Description-en: Linux kernel version specific cloud tools for version 4.4.0-59 This package provides the architecture dependant parts for kernel version locked tools for cloud tools for version 4.4.0-59 on 64 bit x86. You probably want to install linux-cloud-tools-4.4.0-59-. Package: linux-cloud-tools-4.4.0-59-generic Description-md5: 2b88ba52d37556582b78ae9b86640543 Description-en: Linux kernel version specific cloud tools for version 4.4.0-59 This package provides the architecture dependant parts for kernel version locked tools for cloud for version 4.4.0-59 on 64 bit x86. Package: linux-cloud-tools-4.4.0-59-lowlatency Description-md5: 2b88ba52d37556582b78ae9b86640543 Description-en: Linux kernel version specific cloud tools for version 4.4.0-59 This package provides the architecture dependant parts for kernel version locked tools for cloud for version 4.4.0-59 on 64 bit x86. Package: linux-cloud-tools-4.8.0-28-generic Description-md5: ca5cda1ca81b2a94c4d4537967af2682 Description-en: Linux kernel version specific cloud tools for version 4.8.0-28 This package provides the architecture dependant parts for kernel version locked tools for cloud for version 4.8.0-28 on 64 bit x86. Package: linux-cloud-tools-4.8.0-28-lowlatency Description-md5: ca5cda1ca81b2a94c4d4537967af2682 Description-en: Linux kernel version specific cloud tools for version 4.8.0-28 This package provides the architecture dependant parts for kernel version locked tools for cloud for version 4.8.0-28 on 64 bit x86. Package: linux-cloud-tools-4.8.0-30-generic Description-md5: f3e7be22bf7b5da351cebd38eb46d525 Description-en: Linux kernel version specific cloud tools for version 4.8.0-30 This package provides the architecture dependant parts for kernel version locked tools for cloud for version 4.8.0-30 on 64 bit x86. Package: linux-cloud-tools-4.8.0-30-lowlatency Description-md5: f3e7be22bf7b5da351cebd38eb46d525 Description-en: Linux kernel version specific cloud tools for version 4.8.0-30 This package provides the architecture dependant parts for kernel version locked tools for cloud for version 4.8.0-30 on 64 bit x86. Package: linux-cloud-tools-4.8.0-32-generic Description-md5: 6c1991c7c6516f75189ccd17186c6ca7 Description-en: Linux kernel version specific cloud tools for version 4.8.0-32 This package provides the architecture dependant parts for kernel version locked tools for cloud for version 4.8.0-32 on 64 bit x86. Package: linux-cloud-tools-4.8.0-32-lowlatency Description-md5: 6c1991c7c6516f75189ccd17186c6ca7 Description-en: Linux kernel version specific cloud tools for version 4.8.0-32 This package provides the architecture dependant parts for kernel version locked tools for cloud for version 4.8.0-32 on 64 bit x86. Package: linux-cloud-tools-4.8.0-34-generic Description-md5: 0863bccb5129f84fa528893abb06c342 Description-en: Linux kernel version specific cloud tools for version 4.8.0-34 This package provides the architecture dependant parts for kernel version locked tools for cloud for version 4.8.0-34 on 64 bit x86. Package: linux-cloud-tools-4.8.0-34-lowlatency Description-md5: 0863bccb5129f84fa528893abb06c342 Description-en: Linux kernel version specific cloud tools for version 4.8.0-34 This package provides the architecture dependant parts for kernel version locked tools for cloud for version 4.8.0-34 on 64 bit x86. Package: linux-cloud-tools-common Description-md5: 40c33b3480c95887a96d8ab598d6f6fd Description-en: Linux kernel version specific cloud tools for version 4.4.0 This package provides the architecture independent parts for kernel version locked tools for cloud tools for version PGKVER. Package: linux-cloud-tools-generic Description-md5: 5c22a6fda8e688ed1a83b6cd5236f5e8 Description-en: Generic Linux kernel cloud tools This package will always depend on the latest generic kernel cloud tools available. Package: linux-cloud-tools-generic-hwe-16.04-edge Description-md5: 5c22a6fda8e688ed1a83b6cd5236f5e8 Description-en: Generic Linux kernel cloud tools This package will always depend on the latest generic kernel cloud tools available. Package: linux-cloud-tools-generic-lts-utopic Description-md5: 4b0151d3ffa796217ae1edad43ca35e8 Description-en: Generic Linux kernel cloud tools (dummy transitional package) Transitional package for upgrades from 14.04 to 16.04 (Trusty to Xenial) Package: linux-cloud-tools-generic-lts-vivid Description-md5: 4b0151d3ffa796217ae1edad43ca35e8 Description-en: Generic Linux kernel cloud tools (dummy transitional package) Transitional package for upgrades from 14.04 to 16.04 (Trusty to Xenial) Package: linux-cloud-tools-generic-lts-wily Description-md5: 4b0151d3ffa796217ae1edad43ca35e8 Description-en: Generic Linux kernel cloud tools (dummy transitional package) Transitional package for upgrades from 14.04 to 16.04 (Trusty to Xenial) Package: linux-cloud-tools-generic-lts-xenial Description-md5: 4b0151d3ffa796217ae1edad43ca35e8 Description-en: Generic Linux kernel cloud tools (dummy transitional package) Transitional package for upgrades from 14.04 to 16.04 (Trusty to Xenial) Package: linux-cloud-tools-lowlatency Description-md5: 89afda7d1e45501227d8188a5d763dd8 Description-en: lowlatency Linux kernel cloud tools This package will always depend on the latest lowlatency kernel cloud tools available. Package: linux-cloud-tools-lowlatency-hwe-16.04-edge Description-md5: 89afda7d1e45501227d8188a5d763dd8 Description-en: lowlatency Linux kernel cloud tools This package will always depend on the latest lowlatency kernel cloud tools available. Package: linux-cloud-tools-lowlatency-lts-utopic Description-md5: 8e135044481cda6bc0f13cdef4056e18 Description-en: lowlatency Linux kernel cloud tools (dummy transitional package) Transitional package for upgrades from 14.04 to 16.04 (Trusty to Xenial) Package: linux-cloud-tools-lowlatency-lts-vivid Description-md5: 8e135044481cda6bc0f13cdef4056e18 Description-en: lowlatency Linux kernel cloud tools (dummy transitional package) Transitional package for upgrades from 14.04 to 16.04 (Trusty to Xenial) Package: linux-cloud-tools-lowlatency-lts-wily Description-md5: 8e135044481cda6bc0f13cdef4056e18 Description-en: lowlatency Linux kernel cloud tools (dummy transitional package) Transitional package for upgrades from 14.04 to 16.04 (Trusty to Xenial) Package: linux-cloud-tools-lowlatency-lts-xenial Description-md5: 8e135044481cda6bc0f13cdef4056e18 Description-en: lowlatency Linux kernel cloud tools (dummy transitional package) Transitional package for upgrades from 14.04 to 16.04 (Trusty to Xenial) Package: linux-cloud-tools-virtual Description-md5: a0a9ae40528a1e48da08b3165b3e353a Description-en: This package will always depend on the latest minimal generic kernel cloud tools. This package will always depend on the latest minimal generic kernel cloud tools used for virtual instances. Package: linux-cloud-tools-virtual-hwe-16.04-edge Description-md5: 435e414f8a2bb73a3e9efac963d69981 Description-en: Virtual Linux kernel cloud tools This package will always depend on the latest minimal generic kernel cloud tools used for virtual instances. Package: linux-cloud-tools-virtual-lts-utopic Description-md5: 9a18313e10fcfb1cf19e443c346041a3 Description-en: This package will always depend on the latest minimal generic kernel cloud tools. (dummy transitional package) Transitional package for upgrades from 14.04 to 16.04 (Trusty to Xenial) Package: linux-cloud-tools-virtual-lts-vivid Description-md5: 9a18313e10fcfb1cf19e443c346041a3 Description-en: This package will always depend on the latest minimal generic kernel cloud tools. (dummy transitional package) Transitional package for upgrades from 14.04 to 16.04 (Trusty to Xenial) Package: linux-cloud-tools-virtual-lts-wily Description-md5: 9a18313e10fcfb1cf19e443c346041a3 Description-en: This package will always depend on the latest minimal generic kernel cloud tools. (dummy transitional package) Transitional package for upgrades from 14.04 to 16.04 (Trusty to Xenial) Package: linux-cloud-tools-virtual-lts-xenial Description-md5: 9a18313e10fcfb1cf19e443c346041a3 Description-en: This package will always depend on the latest minimal generic kernel cloud tools. (dummy transitional package) Transitional package for upgrades from 14.04 to 16.04 (Trusty to Xenial) Package: linux-crashdump Description-md5: 0c0b5ada9f277febaf6bd7d5ebc0d337 Description-en: Linux kernel crashdump setup for the latest generic kernel This package installs all the needed infrastructure to get crashdumps from your running system. If you are experiencing kernel crashes that cannot be debugged normally (because the problem is infrequent or panic's the system in such a way as to make information gathering impossible), then you can install this package to automatically enable capture of the vmcore on crashes. Package: linux-doc Description-md5: 62e9693f74b369c25babebdffb092819 Description-en: Linux kernel specific documentation for version 4.4.0 This package provides the various documents in the 4.4.0 kernel Documentation/ subdirectory. These document kernel subsystems, APIs, device drivers, and so on. See /usr/share/doc/linux-doc/00-INDEX for a list of what is contained in each file. Package: linux-firmware Description-md5: 7a047bff9e44dce458a300976c12f9da Description-en: Firmware for Linux kernel drivers This package provides firmware used by Linux kernel drivers. Package: linux-generic Description-md5: 000d0a6187a93215f75bba542cc6df27 Description-en: Complete Generic Linux kernel and headers This package will always depend on the latest complete generic Linux kernel and headers. Package: linux-generic-hwe-16.04-edge Description-md5: 000d0a6187a93215f75bba542cc6df27 Description-en: Complete Generic Linux kernel and headers This package will always depend on the latest complete generic Linux kernel and headers. Package: linux-generic-lts-utopic Description-md5: cf5089371b4f7e13ca1034a7f616cfdd Description-en: Complete Generic Linux kernel and headers (dummy transitional package) Transitional package for upgrades from 14.04 to 16.04 (Trusty to Xenial) Package: linux-generic-lts-vivid Description-md5: cf5089371b4f7e13ca1034a7f616cfdd Description-en: Complete Generic Linux kernel and headers (dummy transitional package) Transitional package for upgrades from 14.04 to 16.04 (Trusty to Xenial) Package: linux-generic-lts-wily Description-md5: cf5089371b4f7e13ca1034a7f616cfdd Description-en: Complete Generic Linux kernel and headers (dummy transitional package) Transitional package for upgrades from 14.04 to 16.04 (Trusty to Xenial) Package: linux-generic-lts-xenial Description-md5: cf5089371b4f7e13ca1034a7f616cfdd Description-en: Complete Generic Linux kernel and headers (dummy transitional package) Transitional package for upgrades from 14.04 to 16.04 (Trusty to Xenial) Package: linux-headers-4.4.0-22 Description-md5: 0353bc99c76eaeecc3e76fe7b273106b Description-en: Header files related to Linux kernel version 4.4.0 This package provides kernel header files for version 4.4.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-4.4.0-22/debian.README.gz for details Package: linux-headers-4.4.0-22-generic Description-md5: 5ac0ca88892ee7d112d3e06975d6d1dc Description-en: Linux kernel headers for version 4.4.0 on 64 bit x86 SMP This package provides kernel header files for version 4.4.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-4.4.0-22/debian.README.gz for details. Package: linux-headers-4.4.0-22-lowlatency Description-md5: 5ac0ca88892ee7d112d3e06975d6d1dc Description-en: Linux kernel headers for version 4.4.0 on 64 bit x86 SMP This package provides kernel header files for version 4.4.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-4.4.0-22/debian.README.gz for details. Package: linux-headers-4.4.0-24 Description-md5: bffc3ef423835ab3d186e221471e6928 Description-en: Header files related to Linux kernel version 4.4.0 This package provides kernel header files for version 4.4.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-4.4.0-24/debian.README.gz for details Package: linux-headers-4.4.0-24-generic Description-md5: 712a9381dda375699345810de26d1c18 Description-en: Linux kernel headers for version 4.4.0 on 64 bit x86 SMP This package provides kernel header files for version 4.4.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-4.4.0-24/debian.README.gz for details. Package: linux-headers-4.4.0-24-lowlatency Description-md5: 712a9381dda375699345810de26d1c18 Description-en: Linux kernel headers for version 4.4.0 on 64 bit x86 SMP This package provides kernel header files for version 4.4.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-4.4.0-24/debian.README.gz for details. Package: linux-headers-4.4.0-28 Description-md5: 94aad1cbbe50bba8ca2e28d75388abc3 Description-en: Header files related to Linux kernel version 4.4.0 This package provides kernel header files for version 4.4.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-4.4.0-28/debian.README.gz for details Package: linux-headers-4.4.0-28-generic Description-md5: 8e7be58f349bdbf4e08de173d69a18ca Description-en: Linux kernel headers for version 4.4.0 on 64 bit x86 SMP This package provides kernel header files for version 4.4.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-4.4.0-28/debian.README.gz for details. Package: linux-headers-4.4.0-28-lowlatency Description-md5: 8e7be58f349bdbf4e08de173d69a18ca Description-en: Linux kernel headers for version 4.4.0 on 64 bit x86 SMP This package provides kernel header files for version 4.4.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-4.4.0-28/debian.README.gz for details. Package: linux-headers-4.4.0-31 Description-md5: 18c834664417f5cd55a995f2925072b7 Description-en: Header files related to Linux kernel version 4.4.0 This package provides kernel header files for version 4.4.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-4.4.0-31/debian.README.gz for details Package: linux-headers-4.4.0-31-generic Description-md5: d01051bf8dd7391afcc7a8ddc2a7f82c Description-en: Linux kernel headers for version 4.4.0 on 64 bit x86 SMP This package provides kernel header files for version 4.4.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-4.4.0-31/debian.README.gz for details. Package: linux-headers-4.4.0-31-lowlatency Description-md5: d01051bf8dd7391afcc7a8ddc2a7f82c Description-en: Linux kernel headers for version 4.4.0 on 64 bit x86 SMP This package provides kernel header files for version 4.4.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-4.4.0-31/debian.README.gz for details. Package: linux-headers-4.4.0-34 Description-md5: 9f4bc622702430863a0efeae523aafde Description-en: Header files related to Linux kernel version 4.4.0 This package provides kernel header files for version 4.4.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-4.4.0-34/debian.README.gz for details Package: linux-headers-4.4.0-34-generic Description-md5: fdec547d13dee412580688c9f5cd996e Description-en: Linux kernel headers for version 4.4.0 on 64 bit x86 SMP This package provides kernel header files for version 4.4.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-4.4.0-34/debian.README.gz for details. Package: linux-headers-4.4.0-34-lowlatency Description-md5: fdec547d13dee412580688c9f5cd996e Description-en: Linux kernel headers for version 4.4.0 on 64 bit x86 SMP This package provides kernel header files for version 4.4.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-4.4.0-34/debian.README.gz for details. Package: linux-headers-4.4.0-36 Description-md5: 2bc6af6a2f3960ba93241d7d7d212394 Description-en: Header files related to Linux kernel version 4.4.0 This package provides kernel header files for version 4.4.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-4.4.0-36/debian.README.gz for details Package: linux-headers-4.4.0-36-generic Description-md5: a268dc0e8d7e06d8ad1b429497eabcd1 Description-en: Linux kernel headers for version 4.4.0 on 64 bit x86 SMP This package provides kernel header files for version 4.4.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-4.4.0-36/debian.README.gz for details. Package: linux-headers-4.4.0-36-lowlatency Description-md5: a268dc0e8d7e06d8ad1b429497eabcd1 Description-en: Linux kernel headers for version 4.4.0 on 64 bit x86 SMP This package provides kernel header files for version 4.4.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-4.4.0-36/debian.README.gz for details. Package: linux-headers-4.4.0-38 Description-md5: 7fcf25e6dd754b4ea06df55b891e1e07 Description-en: Header files related to Linux kernel version 4.4.0 This package provides kernel header files for version 4.4.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-4.4.0-38/debian.README.gz for details Package: linux-headers-4.4.0-38-generic Description-md5: ba786dfde16fb28062266eb317c7918f Description-en: Linux kernel headers for version 4.4.0 on 64 bit x86 SMP This package provides kernel header files for version 4.4.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-4.4.0-38/debian.README.gz for details. Package: linux-headers-4.4.0-38-lowlatency Description-md5: ba786dfde16fb28062266eb317c7918f Description-en: Linux kernel headers for version 4.4.0 on 64 bit x86 SMP This package provides kernel header files for version 4.4.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-4.4.0-38/debian.README.gz for details. Package: linux-headers-4.4.0-42 Description-md5: 2513b6738c9a97ffa8133b95c3078e6e Description-en: Header files related to Linux kernel version 4.4.0 This package provides kernel header files for version 4.4.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-4.4.0-42/debian.README.gz for details Package: linux-headers-4.4.0-42-generic Description-md5: fec73391761b985097f39c8a7ef20c0e Description-en: Linux kernel headers for version 4.4.0 on 64 bit x86 SMP This package provides kernel header files for version 4.4.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-4.4.0-42/debian.README.gz for details. Package: linux-headers-4.4.0-42-lowlatency Description-md5: fec73391761b985097f39c8a7ef20c0e Description-en: Linux kernel headers for version 4.4.0 on 64 bit x86 SMP This package provides kernel header files for version 4.4.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-4.4.0-42/debian.README.gz for details. Package: linux-headers-4.4.0-43 Description-md5: 2b2b11c9c50daa3797c1fcf25390f1af Description-en: Header files related to Linux kernel version 4.4.0 This package provides kernel header files for version 4.4.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-4.4.0-43/debian.README.gz for details Package: linux-headers-4.4.0-43-generic Description-md5: d886390ebe45a1698e09bba0e656b149 Description-en: Linux kernel headers for version 4.4.0 on 64 bit x86 SMP This package provides kernel header files for version 4.4.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-4.4.0-43/debian.README.gz for details. Package: linux-headers-4.4.0-43-lowlatency Description-md5: d886390ebe45a1698e09bba0e656b149 Description-en: Linux kernel headers for version 4.4.0 on 64 bit x86 SMP This package provides kernel header files for version 4.4.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-4.4.0-43/debian.README.gz for details. Package: linux-headers-4.4.0-45 Description-md5: bce38803eed00fe35ac1e2ca523bfb9c Description-en: Header files related to Linux kernel version 4.4.0 This package provides kernel header files for version 4.4.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-4.4.0-45/debian.README.gz for details Package: linux-headers-4.4.0-45-generic Description-md5: 91f353d77719ea38b24bfebb6fed5277 Description-en: Linux kernel headers for version 4.4.0 on 64 bit x86 SMP This package provides kernel header files for version 4.4.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-4.4.0-45/debian.README.gz for details. Package: linux-headers-4.4.0-45-lowlatency Description-md5: 91f353d77719ea38b24bfebb6fed5277 Description-en: Linux kernel headers for version 4.4.0 on 64 bit x86 SMP This package provides kernel header files for version 4.4.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-4.4.0-45/debian.README.gz for details. Package: linux-headers-4.4.0-47 Description-md5: 2ae77c25472629f6c57dcc9a07ba676a Description-en: Header files related to Linux kernel version 4.4.0 This package provides kernel header files for version 4.4.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-4.4.0-47/debian.README.gz for details Package: linux-headers-4.4.0-47-generic Description-md5: b40c1f7e7de35c4e3753a80526a8b8d8 Description-en: Linux kernel headers for version 4.4.0 on 64 bit x86 SMP This package provides kernel header files for version 4.4.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-4.4.0-47/debian.README.gz for details. Package: linux-headers-4.4.0-47-lowlatency Description-md5: b40c1f7e7de35c4e3753a80526a8b8d8 Description-en: Linux kernel headers for version 4.4.0 on 64 bit x86 SMP This package provides kernel header files for version 4.4.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-4.4.0-47/debian.README.gz for details. Package: linux-headers-4.4.0-51 Description-md5: 5fa007465a7d5eb06ee037e7dcba3e7a Description-en: Header files related to Linux kernel version 4.4.0 This package provides kernel header files for version 4.4.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-4.4.0-51/debian.README.gz for details Package: linux-headers-4.4.0-51-generic Description-md5: 4962267dae3ff99e1add0236f64317c7 Description-en: Linux kernel headers for version 4.4.0 on 64 bit x86 SMP This package provides kernel header files for version 4.4.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-4.4.0-51/debian.README.gz for details. Package: linux-headers-4.4.0-51-lowlatency Description-md5: 4962267dae3ff99e1add0236f64317c7 Description-en: Linux kernel headers for version 4.4.0 on 64 bit x86 SMP This package provides kernel header files for version 4.4.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-4.4.0-51/debian.README.gz for details. Package: linux-headers-4.4.0-53 Description-md5: 3818300b54ad5817c4e32922c576369f Description-en: Header files related to Linux kernel version 4.4.0 This package provides kernel header files for version 4.4.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-4.4.0-53/debian.README.gz for details Package: linux-headers-4.4.0-53-generic Description-md5: 8fa97c2f4487dbffb713a397276bff2b Description-en: Linux kernel headers for version 4.4.0 on 64 bit x86 SMP This package provides kernel header files for version 4.4.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-4.4.0-53/debian.README.gz for details. Package: linux-headers-4.4.0-53-lowlatency Description-md5: 8fa97c2f4487dbffb713a397276bff2b Description-en: Linux kernel headers for version 4.4.0 on 64 bit x86 SMP This package provides kernel header files for version 4.4.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-4.4.0-53/debian.README.gz for details. Package: linux-headers-4.4.0-57 Description-md5: 296a4a8348b75644711d417b19a7ced7 Description-en: Header files related to Linux kernel version 4.4.0 This package provides kernel header files for version 4.4.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-4.4.0-57/debian.README.gz for details Package: linux-headers-4.4.0-57-generic Description-md5: e006a5f1a425228a47aab1c5e94e5ff3 Description-en: Linux kernel headers for version 4.4.0 on 64 bit x86 SMP This package provides kernel header files for version 4.4.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-4.4.0-57/debian.README.gz for details. Package: linux-headers-4.4.0-57-lowlatency Description-md5: e006a5f1a425228a47aab1c5e94e5ff3 Description-en: Linux kernel headers for version 4.4.0 on 64 bit x86 SMP This package provides kernel header files for version 4.4.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-4.4.0-57/debian.README.gz for details. Package: linux-headers-4.4.0-59 Description-md5: 0e5e31bff7dc403bddb0d62b758b0e9a Description-en: Header files related to Linux kernel version 4.4.0 This package provides kernel header files for version 4.4.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-4.4.0-59/debian.README.gz for details Package: linux-headers-4.4.0-59-generic Description-md5: 171ff76e475af11c6b0e1e94ae9df9f5 Description-en: Linux kernel headers for version 4.4.0 on 64 bit x86 SMP This package provides kernel header files for version 4.4.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-4.4.0-59/debian.README.gz for details. Package: linux-headers-4.4.0-59-lowlatency Description-md5: 171ff76e475af11c6b0e1e94ae9df9f5 Description-en: Linux kernel headers for version 4.4.0 on 64 bit x86 SMP This package provides kernel header files for version 4.4.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-4.4.0-59/debian.README.gz for details. Package: linux-headers-4.8.0-28 Description-md5: 0ceea4361bc975411b97981452e8dc32 Description-en: Header files related to Linux kernel version 4.8.0 This package provides kernel header files for version 4.8.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-hwe-edge-headers-4.8.0-28/debian.README.gz for details Package: linux-headers-4.8.0-28-generic Description-md5: 6a2a5fe647bad5b4edb389d7d0d1883b Description-en: Linux kernel headers for version 4.8.0 on 64 bit x86 SMP This package provides kernel header files for version 4.8.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-4.8.0-28/debian.README.gz for details. Package: linux-headers-4.8.0-28-lowlatency Description-md5: 6a2a5fe647bad5b4edb389d7d0d1883b Description-en: Linux kernel headers for version 4.8.0 on 64 bit x86 SMP This package provides kernel header files for version 4.8.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-4.8.0-28/debian.README.gz for details. Package: linux-headers-4.8.0-30 Description-md5: b3f587cf08fd0ab0e7a8f68e97b17e99 Description-en: Header files related to Linux kernel version 4.8.0 This package provides kernel header files for version 4.8.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-hwe-edge-headers-4.8.0-30/debian.README.gz for details Package: linux-headers-4.8.0-30-generic Description-md5: ff7a8733e1a5da086c7e4cfc5e2b27fe Description-en: Linux kernel headers for version 4.8.0 on 64 bit x86 SMP This package provides kernel header files for version 4.8.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-4.8.0-30/debian.README.gz for details. Package: linux-headers-4.8.0-30-lowlatency Description-md5: ff7a8733e1a5da086c7e4cfc5e2b27fe Description-en: Linux kernel headers for version 4.8.0 on 64 bit x86 SMP This package provides kernel header files for version 4.8.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-4.8.0-30/debian.README.gz for details. Package: linux-headers-4.8.0-32 Description-md5: 23c7d7a45009b77b0cf6c419c72dbde1 Description-en: Header files related to Linux kernel version 4.8.0 This package provides kernel header files for version 4.8.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-hwe-edge-headers-4.8.0-32/debian.README.gz for details Package: linux-headers-4.8.0-32-generic Description-md5: b8feb3b101264fed9ae05b9018949247 Description-en: Linux kernel headers for version 4.8.0 on 64 bit x86 SMP This package provides kernel header files for version 4.8.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-4.8.0-32/debian.README.gz for details. Package: linux-headers-4.8.0-32-lowlatency Description-md5: b8feb3b101264fed9ae05b9018949247 Description-en: Linux kernel headers for version 4.8.0 on 64 bit x86 SMP This package provides kernel header files for version 4.8.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-4.8.0-32/debian.README.gz for details. Package: linux-headers-4.8.0-34 Description-md5: e0d60f55b3c1df072ddc177d25b2d836 Description-en: Header files related to Linux kernel version 4.8.0 This package provides kernel header files for version 4.8.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-hwe-edge-headers-4.8.0-34/debian.README.gz for details Package: linux-headers-4.8.0-34-generic Description-md5: f1a41da5518a1a36d79474a8bc734777 Description-en: Linux kernel headers for version 4.8.0 on 64 bit x86 SMP This package provides kernel header files for version 4.8.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-4.8.0-34/debian.README.gz for details. Package: linux-headers-4.8.0-34-lowlatency Description-md5: f1a41da5518a1a36d79474a8bc734777 Description-en: Linux kernel headers for version 4.8.0 on 64 bit x86 SMP This package provides kernel header files for version 4.8.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-4.8.0-34/debian.README.gz for details. Package: linux-headers-generic Description-md5: 9c9742ab9c289b1e900fab477bc0070d Description-en: Generic Linux kernel headers This package will always depend on the latest generic kernel headers available. Package: linux-headers-generic-hwe-16.04-edge Description-md5: 9c9742ab9c289b1e900fab477bc0070d Description-en: Generic Linux kernel headers This package will always depend on the latest generic kernel headers available. Package: linux-headers-generic-lts-utopic Description-md5: 0fd155402a181950d26f08a0b13b6992 Description-en: Generic Linux kernel headers (dummy transitional package) Transitional package for upgrades from 14.04 to 16.04 (Trusty to Xenial) Package: linux-headers-generic-lts-vivid Description-md5: 0fd155402a181950d26f08a0b13b6992 Description-en: Generic Linux kernel headers (dummy transitional package) Transitional package for upgrades from 14.04 to 16.04 (Trusty to Xenial) Package: linux-headers-generic-lts-wily Description-md5: 0fd155402a181950d26f08a0b13b6992 Description-en: Generic Linux kernel headers (dummy transitional package) Transitional package for upgrades from 14.04 to 16.04 (Trusty to Xenial) Package: linux-headers-generic-lts-xenial Description-md5: 0fd155402a181950d26f08a0b13b6992 Description-en: Generic Linux kernel headers (dummy transitional package) Transitional package for upgrades from 14.04 to 16.04 (Trusty to Xenial) Package: linux-headers-lowlatency Description-md5: b28bf5c7c758bfbbbd15e31ed4c78ed6 Description-en: lowlatency Linux kernel headers This package will always depend on the latest lowlatency kernel headers available. Package: linux-headers-lowlatency-hwe-16.04-edge Description-md5: b28bf5c7c758bfbbbd15e31ed4c78ed6 Description-en: lowlatency Linux kernel headers This package will always depend on the latest lowlatency kernel headers available. Package: linux-headers-lowlatency-lts-utopic Description-md5: 8a0eb47d964ce70624751c2f43de4b11 Description-en: lowlatency Linux kernel headers (dummy transitional package) Transitional package for upgrades from 14.04 to 16.04 (Trusty to Xenial) Package: linux-headers-lowlatency-lts-vivid Description-md5: 8a0eb47d964ce70624751c2f43de4b11 Description-en: lowlatency Linux kernel headers (dummy transitional package) Transitional package for upgrades from 14.04 to 16.04 (Trusty to Xenial) Package: linux-headers-lowlatency-lts-wily Description-md5: 8a0eb47d964ce70624751c2f43de4b11 Description-en: lowlatency Linux kernel headers (dummy transitional package) Transitional package for upgrades from 14.04 to 16.04 (Trusty to Xenial) Package: linux-headers-lowlatency-lts-xenial Description-md5: 8a0eb47d964ce70624751c2f43de4b11 Description-en: lowlatency Linux kernel headers (dummy transitional package) Transitional package for upgrades from 14.04 to 16.04 (Trusty to Xenial) Package: linux-headers-virtual Description-md5: 9f8e13d3c6398c379efb34108d986a01 Description-en: Transitional package. This package will always depend on linux-headers-generic. Package: linux-headers-virtual-hwe-16.04-edge Description-md5: 8b6e69f9b77aba672a89fe0ef9041d27 Description-en: Virtual Linux kernel headers This package will always depend on linux-headers-generic. Package: linux-headers-virtual-lts-utopic Description-md5: 5980de5d2efa6cfc59328d32cb391e9c Description-en: Transitional package. (dummy transitional package) Transitional package for upgrades from 14.04 to 16.04 (Trusty to Xenial) Package: linux-headers-virtual-lts-vivid Description-md5: 5980de5d2efa6cfc59328d32cb391e9c Description-en: Transitional package. (dummy transitional package) Transitional package for upgrades from 14.04 to 16.04 (Trusty to Xenial) Package: linux-headers-virtual-lts-wily Description-md5: 5980de5d2efa6cfc59328d32cb391e9c Description-en: Transitional package. (dummy transitional package) Transitional package for upgrades from 14.04 to 16.04 (Trusty to Xenial) Package: linux-headers-virtual-lts-xenial Description-md5: 5980de5d2efa6cfc59328d32cb391e9c Description-en: Transitional package. (dummy transitional package) Transitional package for upgrades from 14.04 to 16.04 (Trusty to Xenial) Package: linux-hwe-edge-cloud-tools-4.8.0-28 Description-md5: 188874e199246e6cedbb8ced4b700dd9 Description-en: Linux kernel version specific cloud tools for version 4.8.0-28 This package provides the architecture dependant parts for kernel version locked tools for cloud tools for version 4.8.0-28 on 64 bit x86. You probably want to install linux-cloud-tools-4.8.0-28-. Package: linux-hwe-edge-cloud-tools-4.8.0-30 Description-md5: 6375074af1272cbcd165fa3d6c5cea68 Description-en: Linux kernel version specific cloud tools for version 4.8.0-30 This package provides the architecture dependant parts for kernel version locked tools for cloud tools for version 4.8.0-30 on 64 bit x86. You probably want to install linux-cloud-tools-4.8.0-30-. Package: linux-hwe-edge-cloud-tools-4.8.0-32 Description-md5: f2889c8295da38474033450cc64f5a7a Description-en: Linux kernel version specific cloud tools for version 4.8.0-32 This package provides the architecture dependant parts for kernel version locked tools for cloud tools for version 4.8.0-32 on 64 bit x86. You probably want to install linux-cloud-tools-4.8.0-32-. Package: linux-hwe-edge-cloud-tools-4.8.0-34 Description-md5: c8c7d35b8e7302b94595e27460071396 Description-en: Linux kernel version specific cloud tools for version 4.8.0-34 This package provides the architecture dependant parts for kernel version locked tools for cloud tools for version 4.8.0-34 on 64 bit x86. You probably want to install linux-cloud-tools-4.8.0-34-. Package: linux-hwe-edge-tools-4.8.0-28 Description-md5: 09c0c1c90e2c3430b6628c62dc154654 Description-en: Linux kernel version specific tools for version 4.8.0-28 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.8.0-28 on 64 bit x86. You probably want to install linux-tools-4.8.0-28-. Package: linux-hwe-edge-tools-4.8.0-30 Description-md5: c2f836f1cd92054ea994dfb9421fc623 Description-en: Linux kernel version specific tools for version 4.8.0-30 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.8.0-30 on 64 bit x86. You probably want to install linux-tools-4.8.0-30-. Package: linux-hwe-edge-tools-4.8.0-32 Description-md5: 0a86b8b5ad66d05dfea97b63ae36057c Description-en: Linux kernel version specific tools for version 4.8.0-32 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.8.0-32 on 64 bit x86. You probably want to install linux-tools-4.8.0-32-. Package: linux-hwe-edge-tools-4.8.0-34 Description-md5: 42eda64d7ee1abc14aeba07c144ecfd7 Description-en: Linux kernel version specific tools for version 4.8.0-34 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.8.0-34 on 64 bit x86. You probably want to install linux-tools-4.8.0-34-. Package: linux-hwe-generic-trusty Description-md5: 77cad7f6379a2149c516273d8586f8f8 Description-en: Depends on the generic hardware enablement kernel image and headers (dummy transitional packages) Transitional package for upgrades from 14.04 to 16.04 (Trusty to Xenial) Package: linux-hwe-virtual-trusty Description-md5: c284d24c0d55876858e88d0a55cb25e3 Description-en: Depends on the virtual hardware enablement kernel image and headers (dummy transitional package) Transitional package for upgrades from 14.04 to 16.04 (Trusty to Xenial) Package: linux-image-4.4.0-22-generic Description-md5: 301993998617cbcae03feb3fe5d3aa55 Description-en: Linux kernel image for version 4.4.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 4.4.0 on 64 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-4.4.0-22-lowlatency Description-md5: 2cfaa2c49188157f1075beae9c10d663 Description-en: Linux kernel image for version 4.4.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 4.4.0 on 64 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Lowlatency processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-lowlatency meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-4.4.0-24-generic Description-md5: 301993998617cbcae03feb3fe5d3aa55 Description-en: Linux kernel image for version 4.4.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 4.4.0 on 64 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-4.4.0-24-lowlatency Description-md5: 2cfaa2c49188157f1075beae9c10d663 Description-en: Linux kernel image for version 4.4.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 4.4.0 on 64 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Lowlatency processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-lowlatency meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-4.4.0-28-generic Description-md5: 301993998617cbcae03feb3fe5d3aa55 Description-en: Linux kernel image for version 4.4.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 4.4.0 on 64 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-4.4.0-28-lowlatency Description-md5: 2cfaa2c49188157f1075beae9c10d663 Description-en: Linux kernel image for version 4.4.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 4.4.0 on 64 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Lowlatency processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-lowlatency meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-4.4.0-31-generic Description-md5: 301993998617cbcae03feb3fe5d3aa55 Description-en: Linux kernel image for version 4.4.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 4.4.0 on 64 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-4.4.0-31-lowlatency Description-md5: 2cfaa2c49188157f1075beae9c10d663 Description-en: Linux kernel image for version 4.4.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 4.4.0 on 64 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Lowlatency processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-lowlatency meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-4.4.0-34-generic Description-md5: 301993998617cbcae03feb3fe5d3aa55 Description-en: Linux kernel image for version 4.4.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 4.4.0 on 64 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-4.4.0-34-lowlatency Description-md5: 2cfaa2c49188157f1075beae9c10d663 Description-en: Linux kernel image for version 4.4.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 4.4.0 on 64 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Lowlatency processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-lowlatency meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-4.4.0-36-generic Description-md5: 301993998617cbcae03feb3fe5d3aa55 Description-en: Linux kernel image for version 4.4.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 4.4.0 on 64 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-4.4.0-36-lowlatency Description-md5: 2cfaa2c49188157f1075beae9c10d663 Description-en: Linux kernel image for version 4.4.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 4.4.0 on 64 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Lowlatency processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-lowlatency meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-4.4.0-38-generic Description-md5: 301993998617cbcae03feb3fe5d3aa55 Description-en: Linux kernel image for version 4.4.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 4.4.0 on 64 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-4.4.0-38-lowlatency Description-md5: 2cfaa2c49188157f1075beae9c10d663 Description-en: Linux kernel image for version 4.4.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 4.4.0 on 64 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Lowlatency processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-lowlatency meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-4.4.0-42-generic Description-md5: 301993998617cbcae03feb3fe5d3aa55 Description-en: Linux kernel image for version 4.4.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 4.4.0 on 64 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-4.4.0-42-lowlatency Description-md5: 2cfaa2c49188157f1075beae9c10d663 Description-en: Linux kernel image for version 4.4.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 4.4.0 on 64 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Lowlatency processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-lowlatency meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-4.4.0-43-generic Description-md5: 301993998617cbcae03feb3fe5d3aa55 Description-en: Linux kernel image for version 4.4.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 4.4.0 on 64 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-4.4.0-43-lowlatency Description-md5: 2cfaa2c49188157f1075beae9c10d663 Description-en: Linux kernel image for version 4.4.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 4.4.0 on 64 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Lowlatency processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-lowlatency meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-4.4.0-45-generic Description-md5: 301993998617cbcae03feb3fe5d3aa55 Description-en: Linux kernel image for version 4.4.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 4.4.0 on 64 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-4.4.0-45-lowlatency Description-md5: 2cfaa2c49188157f1075beae9c10d663 Description-en: Linux kernel image for version 4.4.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 4.4.0 on 64 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Lowlatency processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-lowlatency meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-4.4.0-47-generic Description-md5: 301993998617cbcae03feb3fe5d3aa55 Description-en: Linux kernel image for version 4.4.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 4.4.0 on 64 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-4.4.0-47-lowlatency Description-md5: 2cfaa2c49188157f1075beae9c10d663 Description-en: Linux kernel image for version 4.4.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 4.4.0 on 64 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Lowlatency processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-lowlatency meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-4.4.0-51-generic Description-md5: 301993998617cbcae03feb3fe5d3aa55 Description-en: Linux kernel image for version 4.4.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 4.4.0 on 64 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-4.4.0-51-lowlatency Description-md5: 2cfaa2c49188157f1075beae9c10d663 Description-en: Linux kernel image for version 4.4.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 4.4.0 on 64 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Lowlatency processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-lowlatency meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-4.4.0-53-generic Description-md5: 301993998617cbcae03feb3fe5d3aa55 Description-en: Linux kernel image for version 4.4.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 4.4.0 on 64 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-4.4.0-53-lowlatency Description-md5: 2cfaa2c49188157f1075beae9c10d663 Description-en: Linux kernel image for version 4.4.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 4.4.0 on 64 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Lowlatency processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-lowlatency meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-4.4.0-57-generic Description-md5: 301993998617cbcae03feb3fe5d3aa55 Description-en: Linux kernel image for version 4.4.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 4.4.0 on 64 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-4.4.0-57-lowlatency Description-md5: 2cfaa2c49188157f1075beae9c10d663 Description-en: Linux kernel image for version 4.4.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 4.4.0 on 64 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Lowlatency processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-lowlatency meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-4.4.0-59-generic Description-md5: 301993998617cbcae03feb3fe5d3aa55 Description-en: Linux kernel image for version 4.4.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 4.4.0 on 64 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-4.4.0-59-lowlatency Description-md5: 2cfaa2c49188157f1075beae9c10d663 Description-en: Linux kernel image for version 4.4.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 4.4.0 on 64 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Lowlatency processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-lowlatency meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-4.8.0-28-generic Description-md5: 47e4d3e81c8a8c9fbfdf9e092b168f12 Description-en: Linux kernel image for version 4.8.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 4.8.0 on 64 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-4.8.0-28-lowlatency Description-md5: 2fee7afa9e4aab85190cd6d5f0c42455 Description-en: Linux kernel image for version 4.8.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 4.8.0 on 64 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Lowlatency processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-lowlatency meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-4.8.0-30-generic Description-md5: 47e4d3e81c8a8c9fbfdf9e092b168f12 Description-en: Linux kernel image for version 4.8.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 4.8.0 on 64 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-4.8.0-30-lowlatency Description-md5: 2fee7afa9e4aab85190cd6d5f0c42455 Description-en: Linux kernel image for version 4.8.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 4.8.0 on 64 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Lowlatency processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-lowlatency meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-4.8.0-32-generic Description-md5: 47e4d3e81c8a8c9fbfdf9e092b168f12 Description-en: Linux kernel image for version 4.8.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 4.8.0 on 64 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-4.8.0-32-lowlatency Description-md5: 2fee7afa9e4aab85190cd6d5f0c42455 Description-en: Linux kernel image for version 4.8.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 4.8.0 on 64 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Lowlatency processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-lowlatency meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-4.8.0-34-generic Description-md5: 47e4d3e81c8a8c9fbfdf9e092b168f12 Description-en: Linux kernel image for version 4.8.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 4.8.0 on 64 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-4.8.0-34-lowlatency Description-md5: 2fee7afa9e4aab85190cd6d5f0c42455 Description-en: Linux kernel image for version 4.8.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 4.8.0 on 64 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Lowlatency processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-lowlatency meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-extra-4.4.0-22-generic Description-md5: 8ddf4399af85f43e9127757b98ea6afe Description-en: Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP This package contains the Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-extra-4.4.0-24-generic Description-md5: 8ddf4399af85f43e9127757b98ea6afe Description-en: Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP This package contains the Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-extra-4.4.0-28-generic Description-md5: 8ddf4399af85f43e9127757b98ea6afe Description-en: Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP This package contains the Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-extra-4.4.0-31-generic Description-md5: 8ddf4399af85f43e9127757b98ea6afe Description-en: Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP This package contains the Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-extra-4.4.0-34-generic Description-md5: 8ddf4399af85f43e9127757b98ea6afe Description-en: Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP This package contains the Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-extra-4.4.0-36-generic Description-md5: 8ddf4399af85f43e9127757b98ea6afe Description-en: Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP This package contains the Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-extra-4.4.0-38-generic Description-md5: 8ddf4399af85f43e9127757b98ea6afe Description-en: Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP This package contains the Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-extra-4.4.0-42-generic Description-md5: 8ddf4399af85f43e9127757b98ea6afe Description-en: Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP This package contains the Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-extra-4.4.0-43-generic Description-md5: 8ddf4399af85f43e9127757b98ea6afe Description-en: Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP This package contains the Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-extra-4.4.0-45-generic Description-md5: 8ddf4399af85f43e9127757b98ea6afe Description-en: Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP This package contains the Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-extra-4.4.0-47-generic Description-md5: 8ddf4399af85f43e9127757b98ea6afe Description-en: Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP This package contains the Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-extra-4.4.0-51-generic Description-md5: 8ddf4399af85f43e9127757b98ea6afe Description-en: Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP This package contains the Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-extra-4.4.0-53-generic Description-md5: 8ddf4399af85f43e9127757b98ea6afe Description-en: Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP This package contains the Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-extra-4.4.0-57-generic Description-md5: 8ddf4399af85f43e9127757b98ea6afe Description-en: Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP This package contains the Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-extra-4.4.0-59-generic Description-md5: 8ddf4399af85f43e9127757b98ea6afe Description-en: Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP This package contains the Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-extra-4.8.0-28-generic Description-md5: a06642b09d08f8c3e0d7a64f22e2c8f8 Description-en: Linux kernel extra modules for version 4.8.0 on 64 bit x86 SMP This package contains the Linux kernel extra modules for version 4.8.0 on 64 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-extra-4.8.0-30-generic Description-md5: a06642b09d08f8c3e0d7a64f22e2c8f8 Description-en: Linux kernel extra modules for version 4.8.0 on 64 bit x86 SMP This package contains the Linux kernel extra modules for version 4.8.0 on 64 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-extra-4.8.0-32-generic Description-md5: a06642b09d08f8c3e0d7a64f22e2c8f8 Description-en: Linux kernel extra modules for version 4.8.0 on 64 bit x86 SMP This package contains the Linux kernel extra modules for version 4.8.0 on 64 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-extra-4.8.0-34-generic Description-md5: a06642b09d08f8c3e0d7a64f22e2c8f8 Description-en: Linux kernel extra modules for version 4.8.0 on 64 bit x86 SMP This package contains the Linux kernel extra modules for version 4.8.0 on 64 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-extra-virtual Description-md5: eb988093c0758268582edcd962efe052 Description-en: Transitional package. This package will always depend on linux-image-generic. Package: linux-image-extra-virtual-hwe-16.04-edge Description-md5: 9294e4085f6284a282d73159409194a6 Description-en: Extra drivers for Virtual Linux kernel image This package will always depend on linux-image-generic. Package: linux-image-extra-virtual-lts-utopic Description-md5: 5980de5d2efa6cfc59328d32cb391e9c Description-en: Transitional package. (dummy transitional package) Transitional package for upgrades from 14.04 to 16.04 (Trusty to Xenial) Package: linux-image-extra-virtual-lts-vivid Description-md5: 5980de5d2efa6cfc59328d32cb391e9c Description-en: Transitional package. (dummy transitional package) Transitional package for upgrades from 14.04 to 16.04 (Trusty to Xenial) Package: linux-image-extra-virtual-lts-wily Description-md5: 5980de5d2efa6cfc59328d32cb391e9c Description-en: Transitional package. (dummy transitional package) Transitional package for upgrades from 14.04 to 16.04 (Trusty to Xenial) Package: linux-image-extra-virtual-lts-xenial Description-md5: 5980de5d2efa6cfc59328d32cb391e9c Description-en: Transitional package. (dummy transitional package) Transitional package for upgrades from 14.04 to 16.04 (Trusty to Xenial) Package: linux-image-generic Description-md5: 6d632579c673704f44b290b16e7dbfd1 Description-en: Generic Linux kernel image This package will always depend on the latest generic kernel image available. Package: linux-image-generic-hwe-16.04-edge Description-md5: 6d632579c673704f44b290b16e7dbfd1 Description-en: Generic Linux kernel image This package will always depend on the latest generic kernel image available. Package: linux-image-generic-lts-utopic Description-md5: 24803b0812dc69804eb7318e1b5ee183 Description-en: Generic Linux kernel image (dummy transitional package) Transitional package for upgrades from 14.04 to 16.04 (Trusty to Xenial) Package: linux-image-generic-lts-vivid Description-md5: 24803b0812dc69804eb7318e1b5ee183 Description-en: Generic Linux kernel image (dummy transitional package) Transitional package for upgrades from 14.04 to 16.04 (Trusty to Xenial) Package: linux-image-generic-lts-wily Description-md5: 24803b0812dc69804eb7318e1b5ee183 Description-en: Generic Linux kernel image (dummy transitional package) Transitional package for upgrades from 14.04 to 16.04 (Trusty to Xenial) Package: linux-image-generic-lts-xenial Description-md5: 24803b0812dc69804eb7318e1b5ee183 Description-en: Generic Linux kernel image (dummy transitional package) Transitional package for upgrades from 14.04 to 16.04 (Trusty to Xenial) Package: linux-image-hwe-generic-trusty Description-md5: 903dc08ee62953922cef04ea9c21d438 Description-en: Depends on the generic hardware enablement kernel image (dummy transitional package) Transitional package for upgrades from 14.04 to 16.04 (Trusty to Xenial) Package: linux-image-hwe-virtual-trusty Description-md5: a8a1ffece2a7daf0ce7d4e0a8ec5a0b5 Description-en: Depends on the virtual hardware enablement kernel image (dummy transitional package) Transitional package for upgrades from 14.04 to 16.04 (Trusty to Xenial) Package: linux-image-lowlatency Description-md5: 81c6fc6425f7566aa856ff1be6d8b320 Description-en: lowlatency Linux kernel image This package will always depend on the latest lowlatency kernel image available. Package: linux-image-lowlatency-hwe-16.04-edge Description-md5: 81c6fc6425f7566aa856ff1be6d8b320 Description-en: lowlatency Linux kernel image This package will always depend on the latest lowlatency kernel image available. Package: linux-image-lowlatency-lts-utopic Description-md5: c8b1331fea5a2c4f59c7200998e0d735 Description-en: lowlatency Linux kernel image (dummy transitional package) Transitional package for upgrades from 14.04 to 16.04 (Trusty to Xenial) Package: linux-image-lowlatency-lts-vivid Description-md5: c8b1331fea5a2c4f59c7200998e0d735 Description-en: lowlatency Linux kernel image (dummy transitional package) Transitional package for upgrades from 14.04 to 16.04 (Trusty to Xenial) Package: linux-image-lowlatency-lts-wily Description-md5: c8b1331fea5a2c4f59c7200998e0d735 Description-en: lowlatency Linux kernel image (dummy transitional package) Transitional package for upgrades from 14.04 to 16.04 (Trusty to Xenial) Package: linux-image-lowlatency-lts-xenial Description-md5: c8b1331fea5a2c4f59c7200998e0d735 Description-en: lowlatency Linux kernel image (dummy transitional package) Transitional package for upgrades from 14.04 to 16.04 (Trusty to Xenial) Package: linux-image-virtual Description-md5: 4860895cdea7f2369c76625e9dd2dd4b Description-en: This package will always depend on the latest minimal generic kernel image. This package will always depend on the latest minimal generic kernel image used for virtual instances. Package: linux-image-virtual-hwe-16.04-edge Description-md5: 730c41972b2fe1e17a49895d30344c78 Description-en: Virtual Linux kernel image This package will always depend on the latest minimal generic kernel image used for virtual instances. Package: linux-image-virtual-lts-utopic Description-md5: 04b2da1f75defddf67a77836f25d9b2d Description-en: This package will always depend on the latest minimal generic kernel image. (dummy transitional package) Transitional package for upgrades from 14.04 to 16.04 (Trusty to Xenial) Package: linux-image-virtual-lts-vivid Description-md5: 04b2da1f75defddf67a77836f25d9b2d Description-en: This package will always depend on the latest minimal generic kernel image. (dummy transitional package) Transitional package for upgrades from 14.04 to 16.04 (Trusty to Xenial) Package: linux-image-virtual-lts-wily Description-md5: 04b2da1f75defddf67a77836f25d9b2d Description-en: This package will always depend on the latest minimal generic kernel image. (dummy transitional package) Transitional package for upgrades from 14.04 to 16.04 (Trusty to Xenial) Package: linux-image-virtual-lts-xenial Description-md5: 04b2da1f75defddf67a77836f25d9b2d Description-en: This package will always depend on the latest minimal generic kernel image. (dummy transitional package) Transitional package for upgrades from 14.04 to 16.04 (Trusty to Xenial) Package: linux-libc-dev Description-md5: d5d143e6dffc891f04a85464446f9451 Description-en: Linux Kernel Headers for development This package provides headers from the Linux kernel. These headers are used by the installed headers for GNU glibc and other system libraries. They are NOT meant to be used to build third-party modules for your kernel. Use linux-headers-* packages for that. Package: linux-lowlatency Description-md5: b52e19b8044c25aff9dce108f24e2ee9 Description-en: Complete lowlatency Linux kernel This package will always depend on the latest complete lowlatency Linux kernel available. Package: linux-lowlatency-hwe-16.04-edge Description-md5: b52e19b8044c25aff9dce108f24e2ee9 Description-en: Complete lowlatency Linux kernel This package will always depend on the latest complete lowlatency Linux kernel available. Package: linux-lowlatency-lts-utopic Description-md5: cdae5b908a4fb9be6cd355a482983de7 Description-en: Complete lowlatency Linux kernel (dummy transitional package) Transitional package for upgrades from 14.04 to 16.04 (Trusty to Xenial) Package: linux-lowlatency-lts-vivid Description-md5: cdae5b908a4fb9be6cd355a482983de7 Description-en: Complete lowlatency Linux kernel (dummy transitional package) Transitional package for upgrades from 14.04 to 16.04 (Trusty to Xenial) Package: linux-lowlatency-lts-wily Description-md5: cdae5b908a4fb9be6cd355a482983de7 Description-en: Complete lowlatency Linux kernel (dummy transitional package) Transitional package for upgrades from 14.04 to 16.04 (Trusty to Xenial) Package: linux-lowlatency-lts-xenial Description-md5: cdae5b908a4fb9be6cd355a482983de7 Description-en: Complete lowlatency Linux kernel (dummy transitional package) Transitional package for upgrades from 14.04 to 16.04 (Trusty to Xenial) Package: linux-signed-generic Description-md5: c46e75d15f431954f5e63aac8c06ea2d Description-en: Complete Signed Generic Linux kernel and headers This package will always depend on the latest complete generic Linux kernel and headers. Signed with the Ubuntu EFI key. Package: linux-signed-generic-hwe-16.04-edge Description-md5: c46e75d15f431954f5e63aac8c06ea2d Description-en: Complete Signed Generic Linux kernel and headers This package will always depend on the latest complete generic Linux kernel and headers. Signed with the Ubuntu EFI key. Package: linux-signed-generic-lts-utopic Description-md5: bbc38a7a0131b5e02d0ff4b9e9047877 Description-en: Complete Signed Generic Linux kernel and headers (dummy transitional package) Transitional package for upgrades from 14.04 to 16.04 (Trusty to Xenial) Package: linux-signed-generic-lts-vivid Description-md5: bbc38a7a0131b5e02d0ff4b9e9047877 Description-en: Complete Signed Generic Linux kernel and headers (dummy transitional package) Transitional package for upgrades from 14.04 to 16.04 (Trusty to Xenial) Package: linux-signed-generic-lts-wily Description-md5: bbc38a7a0131b5e02d0ff4b9e9047877 Description-en: Complete Signed Generic Linux kernel and headers (dummy transitional package) Transitional package for upgrades from 14.04 to 16.04 (Trusty to Xenial) Package: linux-signed-generic-lts-xenial Description-md5: bbc38a7a0131b5e02d0ff4b9e9047877 Description-en: Complete Signed Generic Linux kernel and headers (dummy transitional package) Transitional package for upgrades from 14.04 to 16.04 (Trusty to Xenial) Package: linux-signed-image-4.4.0-22-generic Description-md5: 58606405946683c4d2ca4f105784fd91 Description-en: Signed kernel image generic A kernel image for generic. This version of it is signed with Canonical's UEFI signing key. Package: linux-signed-image-4.4.0-22-lowlatency Description-md5: d033c93139790e893a4e35936dd49bc8 Description-en: Signed kernel image lowlatency A kernel image for lowlatency. This version of it is signed with Canonical's UEFI signing key. Package: linux-signed-image-4.4.0-24-generic Description-md5: 58606405946683c4d2ca4f105784fd91 Description-en: Signed kernel image generic A kernel image for generic. This version of it is signed with Canonical's UEFI signing key. Package: linux-signed-image-4.4.0-24-lowlatency Description-md5: d033c93139790e893a4e35936dd49bc8 Description-en: Signed kernel image lowlatency A kernel image for lowlatency. This version of it is signed with Canonical's UEFI signing key. Package: linux-signed-image-4.4.0-28-generic Description-md5: 58606405946683c4d2ca4f105784fd91 Description-en: Signed kernel image generic A kernel image for generic. This version of it is signed with Canonical's UEFI signing key. Package: linux-signed-image-4.4.0-28-lowlatency Description-md5: d033c93139790e893a4e35936dd49bc8 Description-en: Signed kernel image lowlatency A kernel image for lowlatency. This version of it is signed with Canonical's UEFI signing key. Package: linux-signed-image-4.4.0-31-generic Description-md5: 58606405946683c4d2ca4f105784fd91 Description-en: Signed kernel image generic A kernel image for generic. This version of it is signed with Canonical's UEFI signing key. Package: linux-signed-image-4.4.0-31-lowlatency Description-md5: d033c93139790e893a4e35936dd49bc8 Description-en: Signed kernel image lowlatency A kernel image for lowlatency. This version of it is signed with Canonical's UEFI signing key. Package: linux-signed-image-4.4.0-34-generic Description-md5: 58606405946683c4d2ca4f105784fd91 Description-en: Signed kernel image generic A kernel image for generic. This version of it is signed with Canonical's UEFI signing key. Package: linux-signed-image-4.4.0-34-lowlatency Description-md5: d033c93139790e893a4e35936dd49bc8 Description-en: Signed kernel image lowlatency A kernel image for lowlatency. This version of it is signed with Canonical's UEFI signing key. Package: linux-signed-image-4.4.0-36-generic Description-md5: 58606405946683c4d2ca4f105784fd91 Description-en: Signed kernel image generic A kernel image for generic. This version of it is signed with Canonical's UEFI signing key. Package: linux-signed-image-4.4.0-36-lowlatency Description-md5: d033c93139790e893a4e35936dd49bc8 Description-en: Signed kernel image lowlatency A kernel image for lowlatency. This version of it is signed with Canonical's UEFI signing key. Package: linux-signed-image-4.4.0-38-generic Description-md5: 58606405946683c4d2ca4f105784fd91 Description-en: Signed kernel image generic A kernel image for generic. This version of it is signed with Canonical's UEFI signing key. Package: linux-signed-image-4.4.0-38-lowlatency Description-md5: d033c93139790e893a4e35936dd49bc8 Description-en: Signed kernel image lowlatency A kernel image for lowlatency. This version of it is signed with Canonical's UEFI signing key. Package: linux-signed-image-4.4.0-42-generic Description-md5: 58606405946683c4d2ca4f105784fd91 Description-en: Signed kernel image generic A kernel image for generic. This version of it is signed with Canonical's UEFI signing key. Package: linux-signed-image-4.4.0-42-lowlatency Description-md5: d033c93139790e893a4e35936dd49bc8 Description-en: Signed kernel image lowlatency A kernel image for lowlatency. This version of it is signed with Canonical's UEFI signing key. Package: linux-signed-image-4.4.0-43-generic Description-md5: 58606405946683c4d2ca4f105784fd91 Description-en: Signed kernel image generic A kernel image for generic. This version of it is signed with Canonical's UEFI signing key. Package: linux-signed-image-4.4.0-43-lowlatency Description-md5: d033c93139790e893a4e35936dd49bc8 Description-en: Signed kernel image lowlatency A kernel image for lowlatency. This version of it is signed with Canonical's UEFI signing key. Package: linux-signed-image-4.4.0-45-generic Description-md5: 58606405946683c4d2ca4f105784fd91 Description-en: Signed kernel image generic A kernel image for generic. This version of it is signed with Canonical's UEFI signing key. Package: linux-signed-image-4.4.0-45-lowlatency Description-md5: d033c93139790e893a4e35936dd49bc8 Description-en: Signed kernel image lowlatency A kernel image for lowlatency. This version of it is signed with Canonical's UEFI signing key. Package: linux-signed-image-4.4.0-47-generic Description-md5: 58606405946683c4d2ca4f105784fd91 Description-en: Signed kernel image generic A kernel image for generic. This version of it is signed with Canonical's UEFI signing key. Package: linux-signed-image-4.4.0-47-lowlatency Description-md5: d033c93139790e893a4e35936dd49bc8 Description-en: Signed kernel image lowlatency A kernel image for lowlatency. This version of it is signed with Canonical's UEFI signing key. Package: linux-signed-image-4.4.0-51-generic Description-md5: 58606405946683c4d2ca4f105784fd91 Description-en: Signed kernel image generic A kernel image for generic. This version of it is signed with Canonical's UEFI signing key. Package: linux-signed-image-4.4.0-51-lowlatency Description-md5: d033c93139790e893a4e35936dd49bc8 Description-en: Signed kernel image lowlatency A kernel image for lowlatency. This version of it is signed with Canonical's UEFI signing key. Package: linux-signed-image-4.4.0-53-generic Description-md5: 58606405946683c4d2ca4f105784fd91 Description-en: Signed kernel image generic A kernel image for generic. This version of it is signed with Canonical's UEFI signing key. Package: linux-signed-image-4.4.0-53-lowlatency Description-md5: d033c93139790e893a4e35936dd49bc8 Description-en: Signed kernel image lowlatency A kernel image for lowlatency. This version of it is signed with Canonical's UEFI signing key. Package: linux-signed-image-4.4.0-57-generic Description-md5: 58606405946683c4d2ca4f105784fd91 Description-en: Signed kernel image generic A kernel image for generic. This version of it is signed with Canonical's UEFI signing key. Package: linux-signed-image-4.4.0-57-lowlatency Description-md5: d033c93139790e893a4e35936dd49bc8 Description-en: Signed kernel image lowlatency A kernel image for lowlatency. This version of it is signed with Canonical's UEFI signing key. Package: linux-signed-image-4.4.0-59-generic Description-md5: 58606405946683c4d2ca4f105784fd91 Description-en: Signed kernel image generic A kernel image for generic. This version of it is signed with Canonical's UEFI signing key. Package: linux-signed-image-4.4.0-59-lowlatency Description-md5: d033c93139790e893a4e35936dd49bc8 Description-en: Signed kernel image lowlatency A kernel image for lowlatency. This version of it is signed with Canonical's UEFI signing key. Package: linux-signed-image-4.8.0-28-generic Description-md5: 58606405946683c4d2ca4f105784fd91 Description-en: Signed kernel image generic A kernel image for generic. This version of it is signed with Canonical's UEFI signing key. Package: linux-signed-image-4.8.0-28-lowlatency Description-md5: d033c93139790e893a4e35936dd49bc8 Description-en: Signed kernel image lowlatency A kernel image for lowlatency. This version of it is signed with Canonical's UEFI signing key. Package: linux-signed-image-4.8.0-30-generic Description-md5: 58606405946683c4d2ca4f105784fd91 Description-en: Signed kernel image generic A kernel image for generic. This version of it is signed with Canonical's UEFI signing key. Package: linux-signed-image-4.8.0-30-lowlatency Description-md5: d033c93139790e893a4e35936dd49bc8 Description-en: Signed kernel image lowlatency A kernel image for lowlatency. This version of it is signed with Canonical's UEFI signing key. Package: linux-signed-image-4.8.0-32-generic Description-md5: 58606405946683c4d2ca4f105784fd91 Description-en: Signed kernel image generic A kernel image for generic. This version of it is signed with Canonical's UEFI signing key. Package: linux-signed-image-4.8.0-32-lowlatency Description-md5: d033c93139790e893a4e35936dd49bc8 Description-en: Signed kernel image lowlatency A kernel image for lowlatency. This version of it is signed with Canonical's UEFI signing key. Package: linux-signed-image-4.8.0-34-generic Description-md5: 58606405946683c4d2ca4f105784fd91 Description-en: Signed kernel image generic A kernel image for generic. This version of it is signed with Canonical's UEFI signing key. Package: linux-signed-image-4.8.0-34-lowlatency Description-md5: d033c93139790e893a4e35936dd49bc8 Description-en: Signed kernel image lowlatency A kernel image for lowlatency. This version of it is signed with Canonical's UEFI signing key. Package: linux-signed-image-generic Description-md5: 9f06dc406adf6813c92d1a1173d6e913 Description-en: Signed Generic Linux kernel image This package will always depend on the latest generic kernel image available. Signed with the Ubuntu EFI key. Package: linux-signed-image-generic-hwe-16.04-edge Description-md5: 9f06dc406adf6813c92d1a1173d6e913 Description-en: Signed Generic Linux kernel image This package will always depend on the latest generic kernel image available. Signed with the Ubuntu EFI key. Package: linux-signed-image-generic-lts-utopic Description-md5: 7a319419196218cfa771a33c51c2a336 Description-en: Signed Generic Linux kernel image (dummy transitional package) Transitional package for upgrades from 14.04 to 16.04 (Trusty to Xenial) Package: linux-signed-image-generic-lts-vivid Description-md5: 7a319419196218cfa771a33c51c2a336 Description-en: Signed Generic Linux kernel image (dummy transitional package) Transitional package for upgrades from 14.04 to 16.04 (Trusty to Xenial) Package: linux-signed-image-generic-lts-wily Description-md5: 7a319419196218cfa771a33c51c2a336 Description-en: Signed Generic Linux kernel image (dummy transitional package) Transitional package for upgrades from 14.04 to 16.04 (Trusty to Xenial) Package: linux-signed-image-generic-lts-xenial Description-md5: 7a319419196218cfa771a33c51c2a336 Description-en: Signed Generic Linux kernel image (dummy transitional package) Transitional package for upgrades from 14.04 to 16.04 (Trusty to Xenial) Package: linux-signed-image-lowlatency Description-md5: 92abc82b3dcf31a72feb31e246637f73 Description-en: Signed Generic Linux kernel image This package will always depend on the latest lowlatency kernel image available. Signed with the Ubuntu EFI key. Package: linux-signed-image-lowlatency-hwe-16.04-edge Description-md5: 5fce2c779376e9f18e68d841fe8a3a9f Description-en: Signed Lowlatency Linux kernel image This package will always depend on the latest lowlatency kernel image available. Signed with the Ubuntu EFI key. Package: linux-signed-image-lowlatency-lts-wily Description-md5: 7a319419196218cfa771a33c51c2a336 Description-en: Signed Generic Linux kernel image (dummy transitional package) Transitional package for upgrades from 14.04 to 16.04 (Trusty to Xenial) Package: linux-signed-image-lowlatency-lts-xenial Description-md5: 7a319419196218cfa771a33c51c2a336 Description-en: Signed Generic Linux kernel image (dummy transitional package) Transitional package for upgrades from 14.04 to 16.04 (Trusty to Xenial) Package: linux-signed-lowlatency Description-md5: 0092ae48422c1d12d10fca1c4aba8026 Description-en: Complete Signed Generic Linux kernel and headers This package will always depend on the latest complete lowlatency Linux kernel and headers. Signed with the Ubuntu EFI key. Package: linux-signed-lowlatency-hwe-16.04-edge Description-md5: fc8e43a7f342e47a67cbf8128fbc3561 Description-en: Complete Signed Lowlatency Linux kernel and headers This package will always depend on the latest complete lowlatency Linux kernel and headers. Signed with the Ubuntu EFI key. Package: linux-signed-lowlatency-lts-wily Description-md5: bbc38a7a0131b5e02d0ff4b9e9047877 Description-en: Complete Signed Generic Linux kernel and headers (dummy transitional package) Transitional package for upgrades from 14.04 to 16.04 (Trusty to Xenial) Package: linux-signed-lowlatency-lts-xenial Description-md5: bbc38a7a0131b5e02d0ff4b9e9047877 Description-en: Complete Signed Generic Linux kernel and headers (dummy transitional package) Transitional package for upgrades from 14.04 to 16.04 (Trusty to Xenial) Package: linux-source Description-md5: 1cac084d2ae18dfd06b96585b4be564d Description-en: Linux kernel source with Ubuntu patches This package will always depend on the latest Linux kernel source code available. The Ubuntu patches have been applied. Package: linux-source-4.4.0 Description-md5: 23685cba55b02ea33e12d1b1028623a1 Description-en: Linux kernel source for version 4.4.0 with Ubuntu patches This package provides the source code for the Linux kernel version 4.4.0. . This package is mainly meant for other packages to use, in order to build custom flavours. . If you wish to use this package to create a custom Linux kernel, then it is suggested that you investigate the package kernel-package, which has been designed to ease the task of creating kernel image packages. . If you are simply trying to build third-party modules for your kernel, you do not want this package. Install the appropriate linux-headers package instead. Package: linux-source-4.8.0 Description-md5: 6e2c890595066b20969997d08dc16ebd Description-en: Linux kernel source for version 4.8.0 with Ubuntu patches This package provides the source code for the Linux kernel version 4.8.0. . This package is mainly meant for other packages to use, in order to build custom flavours. . If you wish to use this package to create a custom Linux kernel, then it is suggested that you investigate the package kernel-package, which has been designed to ease the task of creating kernel image packages. . If you are simply trying to build third-party modules for your kernel, you do not want this package. Install the appropriate linux-headers package instead. Package: linux-tools-4.4.0-22 Description-md5: 88b243c3017cb6bfe5c31bc935775ca8 Description-en: Linux kernel version specific tools for version 4.4.0-22 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.4.0-22 on 64 bit x86. You probably want to install linux-tools-4.4.0-22-. Package: linux-tools-4.4.0-22-generic Description-md5: 69e5289deae9d4c75a20facd5b8e1300 Description-en: Linux kernel version specific tools for version 4.4.0-22 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.4.0-22 on 64 bit x86. Package: linux-tools-4.4.0-22-lowlatency Description-md5: 69e5289deae9d4c75a20facd5b8e1300 Description-en: Linux kernel version specific tools for version 4.4.0-22 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.4.0-22 on 64 bit x86. Package: linux-tools-4.4.0-24 Description-md5: 7c8952a46eeeb2b94bbcc033476a0e5a Description-en: Linux kernel version specific tools for version 4.4.0-24 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.4.0-24 on 64 bit x86. You probably want to install linux-tools-4.4.0-24-. Package: linux-tools-4.4.0-24-generic Description-md5: 3efce3e0424d4e695dc989934e85449e Description-en: Linux kernel version specific tools for version 4.4.0-24 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.4.0-24 on 64 bit x86. Package: linux-tools-4.4.0-24-lowlatency Description-md5: 3efce3e0424d4e695dc989934e85449e Description-en: Linux kernel version specific tools for version 4.4.0-24 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.4.0-24 on 64 bit x86. Package: linux-tools-4.4.0-28 Description-md5: f3bf85886f4cc5ef3c653a70dcc31460 Description-en: Linux kernel version specific tools for version 4.4.0-28 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.4.0-28 on 64 bit x86. You probably want to install linux-tools-4.4.0-28-. Package: linux-tools-4.4.0-28-generic Description-md5: 755cd56a38e121761506298ead05dc88 Description-en: Linux kernel version specific tools for version 4.4.0-28 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.4.0-28 on 64 bit x86. Package: linux-tools-4.4.0-28-lowlatency Description-md5: 755cd56a38e121761506298ead05dc88 Description-en: Linux kernel version specific tools for version 4.4.0-28 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.4.0-28 on 64 bit x86. Package: linux-tools-4.4.0-31 Description-md5: 3d7f9b821d1cdcbe01e5c4646fb43e9a Description-en: Linux kernel version specific tools for version 4.4.0-31 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.4.0-31 on 64 bit x86. You probably want to install linux-tools-4.4.0-31-. Package: linux-tools-4.4.0-31-generic Description-md5: 0aa7e4f41f662a5ead2d32487d8052af Description-en: Linux kernel version specific tools for version 4.4.0-31 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.4.0-31 on 64 bit x86. Package: linux-tools-4.4.0-31-lowlatency Description-md5: 0aa7e4f41f662a5ead2d32487d8052af Description-en: Linux kernel version specific tools for version 4.4.0-31 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.4.0-31 on 64 bit x86. Package: linux-tools-4.4.0-34 Description-md5: 71a8321862c2f12b623bb3585d52d826 Description-en: Linux kernel version specific tools for version 4.4.0-34 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.4.0-34 on 64 bit x86. You probably want to install linux-tools-4.4.0-34-. Package: linux-tools-4.4.0-34-generic Description-md5: 832b1dbfe5edbd8cf507f05b54d71152 Description-en: Linux kernel version specific tools for version 4.4.0-34 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.4.0-34 on 64 bit x86. Package: linux-tools-4.4.0-34-lowlatency Description-md5: 832b1dbfe5edbd8cf507f05b54d71152 Description-en: Linux kernel version specific tools for version 4.4.0-34 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.4.0-34 on 64 bit x86. Package: linux-tools-4.4.0-36 Description-md5: c76ce2f76a1ac70fa4779ca1b3255962 Description-en: Linux kernel version specific tools for version 4.4.0-36 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.4.0-36 on 64 bit x86. You probably want to install linux-tools-4.4.0-36-. Package: linux-tools-4.4.0-36-generic Description-md5: c7e25c22ba32cb62f878cd0deeb4ac23 Description-en: Linux kernel version specific tools for version 4.4.0-36 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.4.0-36 on 64 bit x86. Package: linux-tools-4.4.0-36-lowlatency Description-md5: c7e25c22ba32cb62f878cd0deeb4ac23 Description-en: Linux kernel version specific tools for version 4.4.0-36 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.4.0-36 on 64 bit x86. Package: linux-tools-4.4.0-38 Description-md5: ceb434043c4d2d1a4da4c469f03fd6a5 Description-en: Linux kernel version specific tools for version 4.4.0-38 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.4.0-38 on 64 bit x86. You probably want to install linux-tools-4.4.0-38-. Package: linux-tools-4.4.0-38-generic Description-md5: b4b1c708dd680647a7f8b0a2b63362e9 Description-en: Linux kernel version specific tools for version 4.4.0-38 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.4.0-38 on 64 bit x86. Package: linux-tools-4.4.0-38-lowlatency Description-md5: b4b1c708dd680647a7f8b0a2b63362e9 Description-en: Linux kernel version specific tools for version 4.4.0-38 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.4.0-38 on 64 bit x86. Package: linux-tools-4.4.0-42 Description-md5: 070d9cad6e47f3eec17a558e51e2f30a Description-en: Linux kernel version specific tools for version 4.4.0-42 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.4.0-42 on 64 bit x86. You probably want to install linux-tools-4.4.0-42-. Package: linux-tools-4.4.0-42-generic Description-md5: 8333c8739d4b74d2c9a02d52a5a908b9 Description-en: Linux kernel version specific tools for version 4.4.0-42 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.4.0-42 on 64 bit x86. Package: linux-tools-4.4.0-42-lowlatency Description-md5: 8333c8739d4b74d2c9a02d52a5a908b9 Description-en: Linux kernel version specific tools for version 4.4.0-42 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.4.0-42 on 64 bit x86. Package: linux-tools-4.4.0-43 Description-md5: 3f15f729b7df2279ea27aa17d9f724cc Description-en: Linux kernel version specific tools for version 4.4.0-43 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.4.0-43 on 64 bit x86. You probably want to install linux-tools-4.4.0-43-. Package: linux-tools-4.4.0-43-generic Description-md5: 61842c8dcba5aa3a2f35ccf65a22e03b Description-en: Linux kernel version specific tools for version 4.4.0-43 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.4.0-43 on 64 bit x86. Package: linux-tools-4.4.0-43-lowlatency Description-md5: 61842c8dcba5aa3a2f35ccf65a22e03b Description-en: Linux kernel version specific tools for version 4.4.0-43 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.4.0-43 on 64 bit x86. Package: linux-tools-4.4.0-45 Description-md5: 96652fb096f4f3902058fb4fd2a233e5 Description-en: Linux kernel version specific tools for version 4.4.0-45 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.4.0-45 on 64 bit x86. You probably want to install linux-tools-4.4.0-45-. Package: linux-tools-4.4.0-45-generic Description-md5: a484405ec7f7fcbffdf571c65b7bf91e Description-en: Linux kernel version specific tools for version 4.4.0-45 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.4.0-45 on 64 bit x86. Package: linux-tools-4.4.0-45-lowlatency Description-md5: a484405ec7f7fcbffdf571c65b7bf91e Description-en: Linux kernel version specific tools for version 4.4.0-45 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.4.0-45 on 64 bit x86. Package: linux-tools-4.4.0-47 Description-md5: 0aecae8939e25e02a5d4247d8598ec22 Description-en: Linux kernel version specific tools for version 4.4.0-47 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.4.0-47 on 64 bit x86. You probably want to install linux-tools-4.4.0-47-. Package: linux-tools-4.4.0-47-generic Description-md5: 87680b72f67da34e08569bcdc9776809 Description-en: Linux kernel version specific tools for version 4.4.0-47 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.4.0-47 on 64 bit x86. Package: linux-tools-4.4.0-47-lowlatency Description-md5: 87680b72f67da34e08569bcdc9776809 Description-en: Linux kernel version specific tools for version 4.4.0-47 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.4.0-47 on 64 bit x86. Package: linux-tools-4.4.0-51 Description-md5: 340f21b15bb0b35de5899a598cddac07 Description-en: Linux kernel version specific tools for version 4.4.0-51 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.4.0-51 on 64 bit x86. You probably want to install linux-tools-4.4.0-51-. Package: linux-tools-4.4.0-51-generic Description-md5: 748a725847e69efccaabaa5e5afde648 Description-en: Linux kernel version specific tools for version 4.4.0-51 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.4.0-51 on 64 bit x86. Package: linux-tools-4.4.0-51-lowlatency Description-md5: 748a725847e69efccaabaa5e5afde648 Description-en: Linux kernel version specific tools for version 4.4.0-51 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.4.0-51 on 64 bit x86. Package: linux-tools-4.4.0-53 Description-md5: 670e57167eea87ed07e1ee2148a463f3 Description-en: Linux kernel version specific tools for version 4.4.0-53 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.4.0-53 on 64 bit x86. You probably want to install linux-tools-4.4.0-53-. Package: linux-tools-4.4.0-53-generic Description-md5: 8e1ddbbee552cb84dc9234ffb6462ae8 Description-en: Linux kernel version specific tools for version 4.4.0-53 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.4.0-53 on 64 bit x86. Package: linux-tools-4.4.0-53-lowlatency Description-md5: 8e1ddbbee552cb84dc9234ffb6462ae8 Description-en: Linux kernel version specific tools for version 4.4.0-53 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.4.0-53 on 64 bit x86. Package: linux-tools-4.4.0-57 Description-md5: 4e6ed0f452f9284134dcd30f557795f2 Description-en: Linux kernel version specific tools for version 4.4.0-57 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.4.0-57 on 64 bit x86. You probably want to install linux-tools-4.4.0-57-. Package: linux-tools-4.4.0-57-generic Description-md5: fcabe1675b695658b969cbe65ef93632 Description-en: Linux kernel version specific tools for version 4.4.0-57 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.4.0-57 on 64 bit x86. Package: linux-tools-4.4.0-57-lowlatency Description-md5: fcabe1675b695658b969cbe65ef93632 Description-en: Linux kernel version specific tools for version 4.4.0-57 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.4.0-57 on 64 bit x86. Package: linux-tools-4.4.0-59 Description-md5: 323a77c0e694062fa7ee8b3428317286 Description-en: Linux kernel version specific tools for version 4.4.0-59 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.4.0-59 on 64 bit x86. You probably want to install linux-tools-4.4.0-59-. Package: linux-tools-4.4.0-59-generic Description-md5: 1079e4740572aa1a6edc91e13ec2725e Description-en: Linux kernel version specific tools for version 4.4.0-59 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.4.0-59 on 64 bit x86. Package: linux-tools-4.4.0-59-lowlatency Description-md5: 1079e4740572aa1a6edc91e13ec2725e Description-en: Linux kernel version specific tools for version 4.4.0-59 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.4.0-59 on 64 bit x86. Package: linux-tools-4.8.0-28-generic Description-md5: 9014a83caea24208d49685a9c94483ab Description-en: Linux kernel version specific tools for version 4.8.0-28 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.8.0-28 on 64 bit x86. Package: linux-tools-4.8.0-28-lowlatency Description-md5: 9014a83caea24208d49685a9c94483ab Description-en: Linux kernel version specific tools for version 4.8.0-28 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.8.0-28 on 64 bit x86. Package: linux-tools-4.8.0-30-generic Description-md5: 0ff481828a63fb358e31f497d024b244 Description-en: Linux kernel version specific tools for version 4.8.0-30 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.8.0-30 on 64 bit x86. Package: linux-tools-4.8.0-30-lowlatency Description-md5: 0ff481828a63fb358e31f497d024b244 Description-en: Linux kernel version specific tools for version 4.8.0-30 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.8.0-30 on 64 bit x86. Package: linux-tools-4.8.0-32-generic Description-md5: 771e62768c04382a7283cdbacd012e21 Description-en: Linux kernel version specific tools for version 4.8.0-32 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.8.0-32 on 64 bit x86. Package: linux-tools-4.8.0-32-lowlatency Description-md5: 771e62768c04382a7283cdbacd012e21 Description-en: Linux kernel version specific tools for version 4.8.0-32 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.8.0-32 on 64 bit x86. Package: linux-tools-4.8.0-34-generic Description-md5: 42c43242f5303929fee15b9d7df5bdc1 Description-en: Linux kernel version specific tools for version 4.8.0-34 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.8.0-34 on 64 bit x86. Package: linux-tools-4.8.0-34-lowlatency Description-md5: 42c43242f5303929fee15b9d7df5bdc1 Description-en: Linux kernel version specific tools for version 4.8.0-34 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.8.0-34 on 64 bit x86. Package: linux-tools-common Description-md5: 6b449e2b4c662be2ed8e90b2e556a13a Description-en: Linux kernel version specific tools for version 4.4.0 This package provides the architecture independent parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version PGKVER. Package: linux-tools-generic Description-md5: 64a22a7a6c16a9e754ca8416e318c089 Description-en: Generic Linux kernel tools This package will always depend on the latest generic kernel tools available. Package: linux-tools-generic-hwe-16.04-edge Description-md5: 64a22a7a6c16a9e754ca8416e318c089 Description-en: Generic Linux kernel tools This package will always depend on the latest generic kernel tools available. Package: linux-tools-generic-lts-utopic Description-md5: 733fc49b0a00457a0154c8b1118df2ca Description-en: Generic Linux kernel tools (dummy transitional package) Transitional package for upgrades from 14.04 to 16.04 (Trusty to Xenial) Package: linux-tools-generic-lts-vivid Description-md5: 733fc49b0a00457a0154c8b1118df2ca Description-en: Generic Linux kernel tools (dummy transitional package) Transitional package for upgrades from 14.04 to 16.04 (Trusty to Xenial) Package: linux-tools-generic-lts-wily Description-md5: 733fc49b0a00457a0154c8b1118df2ca Description-en: Generic Linux kernel tools (dummy transitional package) Transitional package for upgrades from 14.04 to 16.04 (Trusty to Xenial) Package: linux-tools-generic-lts-xenial Description-md5: 733fc49b0a00457a0154c8b1118df2ca Description-en: Generic Linux kernel tools (dummy transitional package) Transitional package for upgrades from 14.04 to 16.04 (Trusty to Xenial) Package: linux-tools-lowlatency Description-md5: e3526bccc03154dd5bfd31ac11ba341e Description-en: lowlatency Linux kernel tools This package will always depend on the latest lowlatency kernel tools available. Package: linux-tools-lowlatency-hwe-16.04-edge Description-md5: e3526bccc03154dd5bfd31ac11ba341e Description-en: lowlatency Linux kernel tools This package will always depend on the latest lowlatency kernel tools available. Package: linux-tools-lowlatency-lts-utopic Description-md5: 6391273a879f746cc39365d83d0a8ad5 Description-en: lowlatency Linux kernel tools (dummy transitional package) Transitional package for upgrades from 14.04 to 16.04 (Trusty to Xenial) Package: linux-tools-lowlatency-lts-vivid Description-md5: 6391273a879f746cc39365d83d0a8ad5 Description-en: lowlatency Linux kernel tools (dummy transitional package) Transitional package for upgrades from 14.04 to 16.04 (Trusty to Xenial) Package: linux-tools-lowlatency-lts-wily Description-md5: 6391273a879f746cc39365d83d0a8ad5 Description-en: lowlatency Linux kernel tools (dummy transitional package) Transitional package for upgrades from 14.04 to 16.04 (Trusty to Xenial) Package: linux-tools-lowlatency-lts-xenial Description-md5: 6391273a879f746cc39365d83d0a8ad5 Description-en: lowlatency Linux kernel tools (dummy transitional package) Transitional package for upgrades from 14.04 to 16.04 (Trusty to Xenial) Package: linux-tools-lts-utopic Description-md5: 148752c045c29d008afc8d59b40d0032 Description-en: Linux kernel versioned Tools (dummy transitional package) Transitional package for upgrades from 14.04 to 16.04 (Trusty to Xenial) Package: linux-tools-virtual Description-md5: 3f581644eab1dc2432155dbf206ad217 Description-en: This package will always depend on the latest minimal generic kernel tools. This package will always depend on the latest minimal generic kernel tools used for virtual instances. Package: linux-tools-virtual-hwe-16.04-edge Description-md5: 059dc5c09ea5a7d9221cca9e5861e4fb Description-en: Virtual Linux kernel tools This package will always depend on the latest minimal generic kernel tools used for virtual instances. Package: linux-tools-virtual-lts-utopic Description-md5: f778eb4b92338509f3b96280b7053671 Description-en: This package will always depend on the latest minimal generic kernel tools. (dummy transitional package) Transitional package for upgrades from 14.04 to 16.04 (Trusty to Xenial) Package: linux-tools-virtual-lts-vivid Description-md5: f778eb4b92338509f3b96280b7053671 Description-en: This package will always depend on the latest minimal generic kernel tools. (dummy transitional package) Transitional package for upgrades from 14.04 to 16.04 (Trusty to Xenial) Package: linux-tools-virtual-lts-wily Description-md5: f778eb4b92338509f3b96280b7053671 Description-en: This package will always depend on the latest minimal generic kernel tools. (dummy transitional package) Transitional package for upgrades from 14.04 to 16.04 (Trusty to Xenial) Package: linux-tools-virtual-lts-xenial Description-md5: f778eb4b92338509f3b96280b7053671 Description-en: This package will always depend on the latest minimal generic kernel tools. (dummy transitional package) Transitional package for upgrades from 14.04 to 16.04 (Trusty to Xenial) Package: linux-virtual Description-md5: 71a1a38f6977c1a1bbc8a7634f51401c Description-en: Minimal Generic Linux kernel and headers This package will always depend on linux-image-virtual and linux-headers-virtual. Package: linux-virtual-hwe-16.04-edge Description-md5: 71a1a38f6977c1a1bbc8a7634f51401c Description-en: Minimal Generic Linux kernel and headers This package will always depend on linux-image-virtual and linux-headers-virtual. Package: linux-virtual-lts-utopic Description-md5: 625962322b6ced89c2b19ee2375e6bf4 Description-en: Minimal Generic Linux kernel and headers (dummy transitional package) Transitional package for upgrades from 14.04 to 16.04 (Trusty to Xenial) Package: linux-virtual-lts-vivid Description-md5: 625962322b6ced89c2b19ee2375e6bf4 Description-en: Minimal Generic Linux kernel and headers (dummy transitional package) Transitional package for upgrades from 14.04 to 16.04 (Trusty to Xenial) Package: linux-virtual-lts-wily Description-md5: 625962322b6ced89c2b19ee2375e6bf4 Description-en: Minimal Generic Linux kernel and headers (dummy transitional package) Transitional package for upgrades from 14.04 to 16.04 (Trusty to Xenial) Package: linux-virtual-lts-xenial Description-md5: 625962322b6ced89c2b19ee2375e6bf4 Description-en: Minimal Generic Linux kernel and headers (dummy transitional package) Transitional package for upgrades from 14.04 to 16.04 (Trusty to Xenial) Package: live-build Description-md5: 5e001429458ae01c34528832e328ea58 Description-en: Debian Live - System build scripts live-build contains the scripts that build a Debian Live system image from a configuration directory. Package: livecd-rootfs Description-md5: 7b59fd93401bd0efd37505de924d874f Description-en: construction script for the livecd rootfs livecd-rootfs provides the script used to create the root filesystem on the livecd. Package: lldb-3.8 Description-md5: 45d52d0209cd7953d2f2bc4d1a99170f Description-en: Next generation, high-performance debugger LLDB is a next generation, high-performance debugger. It is built as a set of reusable components which highly leverage existing libraries in the larger LLVM Project, such as the Clang expression parser and LLVM disassembler. Package: llvm-3.8 Description-md5: e971ae25bca86cd8f4914ecf62f6301c Description-en: Modular compiler and toolchain technologies LLVM is a collection of libraries and tools that make it easy to build compilers, optimizers, just-in-time code generators, and many other compiler-related programs. . LLVM uses a single, language-independent virtual instruction set both as an offline code representation (to communicate code between compiler phases and to run-time systems) and as the compiler internal representation (to analyze and transform programs). This persistent code representation allows a common set of sophisticated compiler techniques to be applied at compile-time, link-time, install-time, run-time, or "idle-time" (between program runs). . The strengths of the LLVM infrastructure are its extremely simple design (which makes it easy to understand and use), source-language independence, powerful mid-level optimizer, automated compiler debugging support, extensibility, and its stability and reliability. LLVM is currently being used to host a wide variety of academic research projects and commercial projects. LLVM includes C and C++ front-ends, a front-end for a Forth-like language (Stacker), a young scheme front-end, and Java support is in development. LLVM can generate code for X86, SparcV9, PowerPC or many other architectures. Package: llvm-3.8-dev Description-md5: 29f654aa391c01f742a2023c872d7a49 Description-en: Modular compiler and toolchain technologies, libraries and headers LLVM is a collection of libraries and tools that make it easy to build compilers, optimizers, just-in-time code generators, and many other compiler-related programs. . LLVM uses a single, language-independent virtual instruction set both as an offline code representation (to communicate code between compiler phases and to run-time systems) and as the compiler internal representation (to analyze and transform programs). This persistent code representation allows a common set of sophisticated compiler techniques to be applied at compile-time, link-time, install-time, run-time, or "idle-time" (between program runs). . This package provides the libraries and headers to develop applications using llvm. Package: llvm-3.8-doc Description-md5: 19896d0a63f9911e3a7a7b85ecfac407 Description-en: Modular compiler and toolchain technologies, documentation LLVM is a collection of libraries and tools that make it easy to build compilers, optimizers, just-in-time code generators, and many other compiler-related programs. . LLVM uses a single, language-independent virtual instruction set both as an offline code representation (to communicate code between compiler phases and to run-time systems) and as the compiler internal representation (to analyze and transform programs). This persistent code representation allows a common set of sophisticated compiler techniques to be applied at compile-time, link-time, install-time, run-time, or "idle-time" (between program runs). . This package contains all documentation (extensive). Package: llvm-3.8-examples Description-md5: 61fee537b751bf39ce1ac5bf27ca3806 Description-en: Modular compiler and toolchain technologies, examples LLVM is a collection of libraries and tools that make it easy to build compilers, optimizers, just-in-time code generators, and many other compiler-related programs. . LLVM uses a single, language-independent virtual instruction set both as an offline code representation (to communicate code between compiler phases and to run-time systems) and as the compiler internal representation (to analyze and transform programs). This persistent code representation allows a common set of sophisticated compiler techniques to be applied at compile-time, link-time, install-time, run-time, or "idle-time" (between program runs). . This package contains examples for using LLVM, both in developing extensions to LLVM and in using it to compile code. Package: llvm-3.8-runtime Description-md5: a2e425ebfc2fcd56b539f44a28559b4a Description-en: Modular compiler and toolchain technologies, IR interpreter LLVM is a collection of libraries and tools that make it easy to build compilers, optimizers, just-in-time code generators, and many other compiler-related programs. . LLVM uses a single, language-independent virtual instruction set both as an offline code representation (to communicate code between compiler phases and to run-time systems) and as the compiler internal representation (to analyze and transform programs). This persistent code representation allows a common set of sophisticated compiler techniques to be applied at compile-time, link-time, install-time, run-time, or "idle-time" (between program runs). . This package provides the minimal required to execute programs in LLVM format. Package: 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: lsb Description-md5: fb857df789d144a7e4b0368f118ccbfb Description-en: Linux Standard Base support package The Linux Standard Base (http://www.linuxbase.org/) is a standard core system that third-party applications written for Linux can depend upon. . This package provides an implementation of only the printing and core modules of the Linux Standard Base for Ubuntu. Recent versions of Ubuntu do not implement the full LSB interfaces; this package is provided only for compatibility with third-party printer driver packages which depend on the lsb package. . The intent of this package is to provide a best current practice way of installing and running LSB packages on Debian GNU/Linux. Its presence does not imply that Ubuntu fully complies with the Linux Standard Base, and should not be construed as a statement that Ubuntu is LSB-compliant. Package: lsb-base Description-md5: 097c50ae4dc8b22ec551f0128089a56c Description-en: Linux Standard Base init script functionality The Linux Standard Base (http://www.linuxbase.org/) is a standard core system that third-party applications written for Linux can depend upon. . This package only includes the init-functions shell library, which may be used by other packages' initialization scripts for console logging and other purposes. Package: lsb-release Description-md5: 65ec3e346c054b77b914b6a1d4e5fb15 Description-en: Linux Standard Base version reporting utility The Linux Standard Base (http://www.linuxbase.org/) is a standard core system that third-party applications written for Linux can depend upon. . The lsb-release command is a simple tool to help identify the Linux distribution being used and its compliance with the Linux Standard Base. LSB conformance will not be reported unless the required metapackages are installed. . While it is intended for use by LSB packages, this command may also be useful for programmatically distinguishing between a pure Debian installation and derived distributions. Package: lshw Description-md5: 5bbbb48f52cc6707ed44dbb6942d387b Description-en: information about hardware configuration A small tool to provide detailed information on the hardware configuration of the machine. It can report exact memory configuration, firmware version, mainboard configuration, CPU version and speed, cache configuration, bus speed, etc. on DMI-capable x86 systems, on some PowerPC machines (PowerMac G4 is known to work) and AMD64. . Information can be output in plain text, HTML or XML. Package: lua-lxc Description-md5: c66cf8b5ec5620451f5cd2fb3443fad6 Description-en: Linux Containers userspace tools (LUA bindings) Containers are insulated areas inside a system, which have their own namespace for filesystem, network, PID, IPC, CPU and memory allocation and which can be created using the Control Group and Namespace features included in the Linux kernel. . This package contains the LUA bindings. Package: lxc Description-md5: f81e02dd2397e81f1e1a4b5b3886ed4c Description-en: Transitional package for lxc1 This is a transitional dummy package. It can safely be removed. . The currently recommened LXC experience is available as lxc2 and is provided by LXD using the LXC backend. Package: lxc-common Description-md5: cf91e149e888de845380dfd41e1f1da2 Description-en: Linux Containers userspace tools (common tools) Containers are insulated areas inside a system, which have their own namespace for filesystem, network, PID, IPC, CPU and memory allocation and which can be created using the Control Group and Namespace features included in the Linux kernel. . This package contains a few binaries and security profiles required by all liblxc1 users. Package: lxc-dev Description-md5: c719178b7e79ce1ed39519707c589961 Description-en: Linux Containers userspace tools (development) Containers are insulated areas inside a system, which have their own namespace for filesystem, network, PID, IPC, CPU and memory allocation and which can be created using the Control Group and Namespace features included in the Linux kernel. . This package contains the development files. Package: lxc-templates Description-md5: 9a526ab1c6ccc435c574f17de9485e7e Description-en: Linux Containers userspace tools (templates) Containers are insulated areas inside a system, which have their own namespace for filesystem, network, PID, IPC, CPU and memory allocation and which can be created using the Control Group and Namespace features included in the Linux kernel. . This package contains the templates. Package: lxc-tests Description-md5: e03094a7d4b1a574890d104af255c273 Description-en: Linux Containers userspace tools (test binaries) Containers are insulated areas inside a system, which have their own namespace for filesystem, network, PID, IPC, CPU and memory allocation and which can be created using the Control Group and Namespace features included in the Linux kernel. . This package contains the test binaries. Those binaries are primarily used for autopkgtest and by some developers. They are not meant to be installed on regular user systems. Package: lxc1 Description-md5: 4ece0dffd153c29e95ffdb89f8238dfc Description-en: Linux Containers userspace tools Containers are insulated areas inside a system, which have their own namespace for filesystem, network, PID, IPC, CPU and memory allocation and which can be created using the Control Group and Namespace features included in the Linux kernel. . This package provides the lxc-* tools, which can be used to start a single daemon in a container, or to boot an entire "containerized" system, and to manage and debug your containers. Package: lxc2 Description-md5: 16aa6b32a6decc4b676db644304f6925 Description-en: Container hypervisor based on LXC - metapackage LXD offers a REST API to remotely manage containers over the network, using an image based workflow and with support for live migration. . This is a dummy metapackage to install LXD and its client. Package: lxcfs Description-md5: f3cabfc6ca3d3433720d9d811af950bd Description-en: FUSE based filesystem for LXC LXCFS provides a FUSE based filesystem to improve the LXC experience within the containers. . This filesystem offers both a cgroupfs-like view for use by unprivileged containers which wouldn't otherwise be allowed to mount cgroupfs. And a set of files that are meant to be bind-mounted over their /proc equivalent to make them cgroup-aware. Package: lxd Description-md5: aae21ff20f4cc6a1e21b22e39cdd87bf Description-en: Container hypervisor based on LXC - daemon LXD offers a REST API to remotely manage containers over the network, using an image based workflow and with support for live migration. . This package contains the LXD daemon. Package: lxd-client Description-md5: c5f7d80cfd076c2db1400c3ee9b9332f Description-en: Container hypervisor based on LXC - client LXD offers a REST API to remotely manage containers over the network, using an image based workflow and with support for live migration. . This package contains the command line client. Package: lxd-tools Description-md5: 1a9559067df933dcdc0a247f80f45ba8 Description-en: Container hypervisor based on LXC - extra tools LXD offers a REST API to remotely manage containers over the network, using an image based workflow and with support for live migration. . This package contains extra tools provided with LXD. - fuidshift - A tool to map/unmap filesystem uids/gids Package: maas Description-md5: 8342d6c225bf79a3363354369d97b4c4 Description-en: "Metal as a Service" is a physical cloud and IPAM MAAS runs a software-defined data centre - it turns a collection of physical servers and switches into a bare metal cloud with full open source IP address management (IPAM) and instant provisioning on demand. . MAAS controls the servers through IPMI or another BMC or converged chassis controller such as Cisco UCS. It provides a full inventory of components, and can install Ubuntu, CentOS or Windows very fast on any server under its control. It can also track and provide DHCP and DNS for other devices on the network. . MAAS handles VLANs and fabrics that span many trunked switches, as well as the routing-centric infrastructure typically used for large-scale OpenStack or other scale-out deployments. MAAS manages IP addresses and provides APIs for address assignment and release. MAAS can also allocate IP addresses for containers on machines, and release them when the machine is repurposed. MAAS provides PXE, DHCP, DNS and other low-level services to ensure the cluster works smoothly. . MAAS works with any configuration system, and is recommended by the teams behind both Chef and Juju as a physical provisioning system. . MAAS provides: . * Hardware inventory of servers * Dynamic provisioning based on name or attributes such as disk, RAM, cores, nics, networking, gpu’s or architecture * DNS and DHCP as needed * PXE boot services . This package is a metapackage which installs all of the separate components of MAAS on a single machine. Package: maas-cli Description-md5: 78cc54f3004d2f06d713c2f774af4396 Description-en: MAAS client and command-line interface This package contains the 'maas' command-line interface, which talks to the MAAS region controller REST API. Use the maas command to login to MAAS and drive the data centre entirely from the command-line. Package: maas-common Description-md5: 4c4e26c4508be50f6c8f178d13db015c Description-en: MAAS server common files This package contains the common files for any MAAS installation. Package: maas-dhcp Description-md5: 6803b126a1d51010036936c6202bbee6 Description-en: MAAS DHCP server This package installs and configures a DHCP server that can be used by MAAS, and enhances the overall MAAS user experience. Package: maas-dns Description-md5: 6a07a239b106d73492d29ace75e11dd1 Description-en: MAAS DNS server This package installs and configures a DNS server that can be used by MAAS, and enhances the overall MAAS user experience. Package: maas-proxy Description-md5: 0d1b512a8c2a344995dcde52d4d80944 Description-en: MAAS Caching Proxy This package installs and configures a Caching Proxy server that can be used by MAAS. It enhances the overall MAAS user experience. Package: maas-rack-controller Description-md5: 06fb828989c1f8a55bfe9511d5f8ec89 Description-en: Rack Controller for MAAS The MAAS rack controller (maas-rackd) provides highly available, fast and local broadcast services to the machines provisioned by MAAS. You need a MAAS rack controller attached to each fabric (which is a set of trunked switches). You can attach multiple rack controllers to these physical networks for high availability, with secondary rack controllers automatically stepping to provide these services if the primary rack controller fails. . A common configuration is to have a rack controller in each rack, with a fast primary network interface to the rack switch and secondary network interfaces on one or two other nearby racks for high availability redundancy. . This package depends on the necessary components to provide iSCSI, DHCP, TFTP and power management. Package: maas-region-api Description-md5: e310e8689da5200e2d3bf4ad704ba7ca Description-en: Region controller API service for MAAS The MAAS region controller consists of REST API services and a postgres database. This package installs only the API services (maas-regiond). Use it to scale out the API front-end of your MAAS region controller. Package: maas-region-controller Description-md5: 0e57a8fda20f945ee0eadf3b35b89057 Description-en: Region Controller for MAAS The MAAS region controller (maas-regiond) is the REST API server for all MAAS clients, and the postgres database that maintains machine state for the entire data centre (or “region”). The region controller an be scaled-out and highly available given the appropriate postgres setup and additional API servers. . This package installs the postgres database and the API server, so it is appropriate for the initial installation of a new MAAS region. To scale out the controller or make it highly available, install maas-region-controller-api on additional servers and ensure the postgres database is HA too. Package: mail-stack-delivery Description-md5: 66dc59ce6cc06ae2193237ef1f865a88 Description-en: mail server delivery agent stack provided by Ubuntu server team Ubuntu's mail stack provides fully operational delivery with safe defaults and additional options. Out of the box it supports IMAP, POP3 and SMTP services with SASL authentication and Maildir as default storage engine. . This package contains configuration files for dovecot. . This package modifies postfix's configuration to integrate with dovecot Package: mailman Description-md5: 8d16d632c49d70e6617b41c558e71966 Description-en: Powerful, web-based mailing list manager The GNU Mailing List Manager, which manages email discussion lists much like Majordomo and Smartmail. Unlike most similar products, Mailman gives each mailing list a web page, and allows users to subscribe, unsubscribe, etc. over the web. Even the list manager can administer his or her list entirely from the web. . Mailman also integrates most things people want to do with mailing lists, including archiving, mail <-> news gateways, and so on. It has all of the features you expect from such a product, plus integrated support for the web (including web based archiving), automated bounce handling and integrated spam prevention. Package: makedumpfile Description-md5: 9efd4ca21c7d30a2f285e5d82375fce1 Description-en: VMcore extraction tool This program is used to extract a subset of the memory available either via /dev/mem or /proc/vmcore (for crashdumps). It is used to get memory images without extra unneeded information (zero pages, userspace programs, etc). Package: mdadm Description-md5: 03a3779a0d242295f3d59f2b8278ca94 Description-en: tool to administer Linux MD arrays (software RAID) The mdadm utility can be used to create, manage, and monitor MD (multi-disk) arrays for software RAID or multipath I/O. . This package automatically configures mdadm to assemble arrays during the system startup process. If not needed, this functionality can be disabled. Package: memcached Description-md5: f7b1936bf072e208b59db960aca4de8a Description-en: high-performance memory object caching system Danga Interactive developed memcached to enhance the speed of LiveJournal.com, a site which was already doing 20 million+ dynamic page views per day for 1 million users with a bunch of webservers and a bunch of database servers. memcached dropped the database load to almost nothing, yielding faster page load times for users, better resource utilization, and faster access to the databases on a memcache miss. . memcached optimizes specific high-load serving applications that are designed to take advantage of its versatile no-locking memory access system. Clients are available in several different programming languages, to suit the needs of the specific application. Traditionally this has been used in mod_perl apps to avoid storing large chunks of data in Apache memory, and to share this burden across several machines. Package: mesa-common-dev Description-md5: 0d9d46ba6861a0a8c404cf51db1e980d Description-en: Developer documentation for Mesa This package includes the specifications for the Mesa-specific OpenGL extensions, the complete set of release notes and the development header files common to all Mesa packages. Package: mesa-common-dev-lts-utopic Description-md5: b7464f51b91fab22020ce3945365a723 Description-en: Transitional package for mesa-common-dev-lts-utopic This is used for upgrading from trusty to xenial. Package: mesa-common-dev-lts-vivid Description-md5: 1536d082a026079c216b392958e01af4 Description-en: Transitional package for mesa-common-dev-lts-vivid This is used for upgrading from trusty to xenial. Package: mesa-common-dev-lts-wily Description-md5: c6304f9cfe241a09462555c2e7d9cae2 Description-en: Transitional package for mesa-common-dev-lts-wily This is used for upgrading from trusty to xenial. Package: mesa-common-dev-lts-xenial Description-md5: 79883cc37d5bf3d69fdf7c5ac2a297ed Description-en: Transitional package for mesa-common-dev-lts-xenial This is used for upgrading from trusty to xenial. Package: mesa-vdpau-drivers Description-md5: 19cfba61e1be17ccf30d9c5bb9ec109a Description-en: Mesa VDPAU video acceleration drivers These libraries provide the Video Decode and Presentation API for Unix. They provide accelerated video playback (incl. H.264) and video post-processing for the supported graphics cards. . This package enables support for VDPAU for some gallium drivers. Package: mesa-vdpau-drivers-lts-utopic Description-md5: aa4b6b5018ca9ef3cdbf4819baa292da Description-en: Transitional package for mesa-vdpau-drivers-lts-utopic This is used for upgrading from trusty to xenial. Package: mesa-vdpau-drivers-lts-utopic-dbg Description-md5: 12407aaaebe68a1197a08db26c24d2cd Description-en: Transitional package for mesa-vdpau-drivers-lts-utopic-dbg This is used for upgrading from trusty to xenial. Package: mesa-vdpau-drivers-lts-vivid Description-md5: a49b0b0b4c10f3f5d3bc931ece51bc6d Description-en: Transitional package for mesa-vdpau-drivers-lts-vivid This is used for upgrading from trusty to xenial. Package: mesa-vdpau-drivers-lts-vivid-dbg Description-md5: b2f537fb1f9d4dada25f005033f0928c Description-en: Transitional package for mesa-vdpau-drivers-lts-vivid-dbg This is used for upgrading from trusty to xenial. Package: mesa-vdpau-drivers-lts-wily Description-md5: d5ab7ab8976f3547e3c973ef2d334dc9 Description-en: Transitional package for mesa-vdpau-drivers-lts-wily This is used for upgrading from trusty to xenial. Package: mesa-vdpau-drivers-lts-wily-dbg Description-md5: c094a180ef24ebb7e43b8595d4c44a60 Description-en: Transitional package for mesa-vdpau-drivers-lts-wily-dbg This is used for upgrading from trusty to xenial. Package: mesa-vdpau-drivers-lts-xenial Description-md5: 9910a8f0fedb1cc9357109952c07d530 Description-en: Transitional package for mesa-vdpau-drivers-lts-xenial This is used for upgrading from trusty to xenial. Package: metacity Description-md5: 06e64374861a42f6f96cc5a654ad56b1 Description-en: lightweight GTK+ window manager Metacity is a small window manager, using GTK+ to do everything. . As the author says, metacity is a "Boring window manager for the adult in you. Many window managers are like Marshmallow Froot Loops; Metacity is like Cheerios." . This package contains the core binaries. Package: metacity-common Description-md5: 386fc245b801260f4b7c75b1915cb1ee Description-en: shared files for the Metacity window manager Metacity is a small window manager, using GTK+ to do everything. . As the author says, metacity is a "Boring window manager for the adult in you. Many window managers are like Marshmallow Froot Loops; Metacity is like Cheerios." . This package contains the shared files. Package: metacity-dbg Description-md5: 001d8fd74dbacbd17135e136b429ef7a Description-en: debugging symbols for the Metacity window manager Metacity is a small window manager, using GTK+ to do everything. . As the author says, metacity is a "Boring window manager for the adult in you. Many window managers are like Marshmallow Froot Loops; Metacity is like Cheerios." . This package contains the debugging symbols. Package: mount Description-md5: 90e187380786a435bb9c85b37afa2c5f Description-en: tools for mounting and manipulating filesystems This package provides the mount(8), umount(8), swapon(8), swapoff(8), and losetup(8) commands. Package: mozc-data Description-md5: 6eff62dbff103ae6b02bc9b4937df5fa Description-en: Mozc input method - data files Mozc is a Japanese Input Method Editor (IME) designed for multi-platform such as Chromium OS, Windows, Mac and Linux. . This package provides the essential data files. . This open-source project originates from Google Japanese Input. Package: mozc-server Description-md5: 8c20219f07f38ad45616b5119e58023e Description-en: Server of the Mozc input method Mozc is a Japanese Input Method Editor (IME) designed for multi-platform such as Chromium OS, Windows, Mac and Linux. . mozc-server provides GUI utilities of the Mozc input method. . This open-source project originates from Google Japanese Input. Package: mozc-utils-gui Description-md5: 26ec796df53363feb223226aacb6085e Description-en: GUI utilities of the Mozc input method Mozc is a Japanese Input Method Editor (IME) designed for multi-platform such as Chromium OS, Windows, Mac and Linux. . mozc-server provides GUI uitilities of the Mozc input method. This uses GUI and can set ibus-mozc and the user's dictionary. . This open-source project originates from Google Japanese Input. Package: mtools Description-md5: b3b35cc7d4e80f29d3aa9d91bdf899da Description-en: Tools for manipulating MSDOS files Mtools is a collection of utilities to access MS-DOS disks from Unix without mounting them. It supports Win'95 style long file names, OS/2 Xdf disks, ZIP/JAZ disks and 2m disks (store up to 1992kB on a high density 3 1/2 disk). . Also included in this package are commands to eject and manipulate the write/password protection control of Zip disks. Package: mtr-tiny Description-md5: 60a83ae2ec5f39fba9d1aecb545c9060 Description-en: Full screen ncurses traceroute tool mtr combines the functionality of the 'traceroute' and 'ping' programs in a single network diagnostic tool. . As mtr starts, it investigates the network connection between the host mtr runs on and a user-specified destination host. After it determines the address of each network hop between the machines, it sends a sequence ICMP ECHO requests to each one to determine the quality of the link to each machine. As it does this, it prints running statistics about each machine. . mtr-tiny is compiled without support for X and conserves disk space. Package: multiarch-support Description-md5: f70fd4ad370040691119c10d77aec677 Description-en: Transitional package to ensure multiarch compatibility This is a transitional package used to ensure multiarch support is present in ld.so before unpacking libraries to the multiarch directories. It can be removed once nothing on the system depends on it. Package: multipath-tools Description-md5: d2b50f6d45021a3e6697180f992bb365 Description-en: maintain multipath block device access These tools are in charge of maintaining the disk multipath device maps and react to path and map events. . If you install this package you may have to change the way you address block devices. See README.Debian for details. Package: multipath-tools-boot Description-md5: 24b848655cff6a3dd257c2afda6cf91f Description-en: Support booting from multipath devices This package contains the necessary support for booting from a multipath device: . * copy over multipath.conf and persistent bindings if necessary * load the necessary kernel modules * detect multipath block devices . Don't install this package if you're not booting from a multipath device. Package: multipath-tools-dbg Description-md5: 734365732126c3c2cd4a7d36a903a6cc Description-en: maintain multipath block device access - debugging symbols These tools are in charge of maintaining the disk multipath device maps and react to path and map events. . If you install this package you may have to change the way you address block devices. See README.Debian for details. . This package includes the debugging symbols Package: myspell-af Description-md5: d30b6d528b8138782709261a68125adc Description-en: Afrikaans dictionary for hunspell - dummy transitional package This is the Afrikaans dictionary for use with the hunspell spellchecker. . This package is here just to allow the transition to hunspell-af; it can be safely removed once installed. Package: myspell-en-gb Description-md5: 9d316cd042041bae26884a5954fa030d Description-en: English (GB) dictionary for hunspell - dummy transitional package This is the English (GB) dictionary for use with the hunspell spellchecker. . This package is here just to allow the transition to hunspell-en-gb; it can be safely removed once installed. Package: myspell-en-us Description-md5: cd113aaa1c5a93d563f4e13eafcd2206 Description-en: English (US) dictionary for hunspell - dummy transitional package This is the English (US) dictionary for use with the hunspell spellchecker. . This package is here just to allow the transition to hunspell-en-us; it can be safely removed once installed. Package: myspell-en-za Description-md5: be907b5d22bcdfd78880f3d9629ffdf8 Description-en: English (ZA) dictionary for hunspell - dummy transitional package This is the English (South Africa) dictionary for use with the hunspell spellchecker. . This package is here just to allow the transition to hunspell-en-za; it can be safely removed once installed. Package: myspell-it Description-md5: d67ef4e855243eb91af10784a97d27a1 Description-en: Italian dictionary for hunspell - dummy transitional package This is the Italian dictionary for use with the hunspell spellchecker. . This package is here just to allow the transition to hunspell-it; it can be safely removed once installed. Package: myspell-sl Description-md5: 36728b7d0330cb6828235b6c20f21872 Description-en: Slovenian dictionary for hunspell - dummy transitional package This is the Slovenian dictionary for use with the hunspell spellchecker. . This package is here just to allow the transition to hunspell-sl; it can be safely removed once installed. Package: myspell-sw Description-md5: 556022684bdcd4cad9fe891233420204 Description-en: Swahili dictionary for hunspell - dummy transitional package This is the Swahili dictionary for use with the hunspell spellchecker. . This package is here just to allow the transition to hunspell-sw; it can be safely removed once installed. Package: myspell-th Description-md5: 8de3671cdf53d1777e8bc8d41a8a3466 Description-en: Thai dictionary for hunspell - dummy transitional package This is the Thai dictionary for use with the hunspell spellchecker. . This package is here just to allow the transition to hunspell-th; it can be safely removed once installed. Package: mysql-client Description-md5: 2f84e14e4be72461e753c2cc8fc8446a Description-en: MySQL database client (metapackage depending on the latest version) This is an empty package that depends on the current "best" version of mysql-client (currently mysql-client-5.7), as determined by the MySQL maintainers. Install this package if in doubt about which MySQL version you want, as this is the one considered to be in the best shape by the Maintainers. Package: mysql-client-5.7 Description-md5: 70aef1a292fc318f9af72aa188c17716 Description-en: MySQL database client binaries MySQL is a fast, stable and true multi-user, multi-threaded SQL database server. SQL (Structured Query Language) is the most popular database query language in the world. The main goals of MySQL are speed, robustness and ease of use. . This package includes the client binaries and the additional tools innotop and mysqlreport. Package: mysql-client-core-5.7 Description-md5: 94a7aede8ba9259b1382d4dfca4cdde0 Description-en: MySQL database core client binaries MySQL is a fast, stable and true multi-user, multi-threaded SQL database server. SQL (Structured Query Language) is the most popular database query language in the world. The main goals of MySQL are speed, robustness and ease of use. . This package includes the core client files, as used by Akonadi. Package: mysql-common Description-md5: 562d254c602f89e4390e28f6362283c8 Description-en: MySQL database common files, e.g. /etc/mysql/my.cnf MySQL is a fast, stable and true multi-user, multi-threaded SQL database server. SQL (Structured Query Language) is the most popular database query language in the world. The main goals of MySQL are speed, robustness and ease of use. . This package includes files needed by all versions of the client library, e.g. /etc/mysql/my.cnf. Package: mysql-server Description-md5: b8b44aa3bf1e86bb2834ded6d9d869b5 Description-en: MySQL database server (metapackage depending on the latest version) This is an empty package that depends on the current "best" version of mysql-server (currently mysql-server-5.7), as determined by the MySQL maintainers. Install this package if in doubt about which MySQL version you need. That will install the version recommended by the package maintainers. . MySQL is a fast, stable and true multi-user, multi-threaded SQL database server. SQL (Structured Query Language) is the most popular database query language in the world. The main goals of MySQL are speed, robustness and ease of use. Package: mysql-server-5.7 Description-md5: 3ae11e16f793b3ee84f73a5fa268ad9b Description-en: MySQL database server binaries and system database setup MySQL is a fast, stable and true multi-user, multi-threaded SQL database server. SQL (Structured Query Language) is the most popular database query language in the world. The main goals of MySQL are speed, robustness and ease of use. . This package contains all the infrastructure needed to setup system databases. Package: mysql-server-core-5.7 Description-md5: a54aa75db64667c487b6c9d3800b8153 Description-en: MySQL database server binaries MySQL is a fast, stable and true multi-user, multi-threaded SQL database server. SQL (Structured Query Language) is the most popular database query language in the world. The main goals of MySQL are speed, robustness and ease of use. . This package includes the server binaries but doesn't contain all the infrastructure needed to setup system databases. Package: mythes-ar Description-md5: ed9af56f8569f66a2184a8636efa8ae2 Description-en: Arabic Thesaurus for LibreOffice Libreoffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains an Arabic thesaurus for LibreOffice. Package: mythes-bg Description-md5: 1bb6c5ef0a06246269312554c674a254 Description-en: Bulgarian Thesaurus for LibreOffice Libreoffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains an Bulgarian thesaurus for LibreOffice. Package: mythes-ca Description-md5: bde194a4b2738150c6aac5244eb1ad22 Description-en: Catalan Thesaurus for LibreOffice Libreoffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains an Catalan thesaurus for LibreOffice. Package: mythes-da Description-md5: 38c4a2ae3f4f1ce6790986c6cf5c437a Description-en: Danish Thesaurus for LibreOffice Libreoffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains an Danish thesaurus for LibreOffice. Package: mythes-en-us Description-md5: 9d435f11edba42588212907de47dc9b8 Description-en: English (USA) Thesaurus for LibreOffice Libreoffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains an English (USA) thesaurus for LibreOffice. Package: mythes-es Description-md5: 58d9a33d26841681b46cf9a6fd5834b0 Description-en: Spanish Thesaurus for LibreOffice Libreoffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains an Spanish thesaurus for LibreOffice. Package: mythes-fr Description-md5: bab599a41fcf7ba8c708c060bf02698b Description-en: French Thesaurus for LibreOffice Libreoffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains an French thesaurus for LibreOffice. Package: mythes-gl Description-md5: 94a83aa71c02399d4e746be5cada9fd2 Description-en: Galician Thesaurus for LibreOffice Libreoffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains an Galician thesaurus for LibreOffice. Package: mythes-hu Description-md5: 613c39714064abe2e9ccbe464aeb580a Description-en: Hungarian Thesaurus for LibreOffice Libreoffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains an Hungarian thesaurus for LibreOffice. Package: mythes-is Description-md5: e59bcda1bc9c65ad295c94aed12a4c45 Description-en: Icelandic Thesaurus for LibreOffice Libreoffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains an Icelandic thesaurus for LibreOffice. Package: mythes-lv Description-md5: a4377b40704e71cdc831e0ffb913ad9e Description-en: Latvian Thesaurus for LibreOffice Libreoffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains an Latvian thesaurus for LibreOffice. Package: mythes-ne Description-md5: cfeee1b119538dff8d643e2293b35abe Description-en: Nepalese Thesaurus for LibreOffice Libreoffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains an Nepalese thesaurus for LibreOffice. Package: mythes-no Description-md5: 8f2d59c085638c739faba0b0d69f9ee0 Description-en: Norwegian Thesaurus for LibreOffice Libreoffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains an Norwegian thesaurus for LibreOffice. Package: mythes-pt-pt Description-md5: ee5fc65b141a55952183d8959338ddbe Description-en: Portuguese Thesaurus for LibreOffice Libreoffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains an Portuguese thesaurus for LibreOffice. Package: mythes-ro Description-md5: 48af6ece3a6c51d8e375d1ed7c526812 Description-en: Romanian Thesaurus for LibreOffice Libreoffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains an Romanian thesaurus for LibreOffice. Package: mythes-ru Description-md5: 560c9fa49014745d6603a46f813e9799 Description-en: Russian Thesaurus for LibreOffice Libreoffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains an Russian thesaurus for LibreOffice. Package: mythes-sk Description-md5: 8b6f04176ef5449da6b58642f517378c Description-en: Slovak Thesaurus for LibreOffice Libreoffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains an Slovak thesaurus for LibreOffice. Package: mythes-sl Description-md5: c3f5fbf329fe5a40643a35d3c5b65907 Description-en: Slovene Thesaurus for LibreOffice Libreoffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains an Slovene thesaurus for LibreOffice. Package: mythes-uk Description-md5: 39dece0797c4fab10731427da8ca2395 Description-en: Ukrainian Thesaurus for LibreOffice Libreoffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains an Ukrainian thesaurus for LibreOffice. Package: nautilus Description-md5: 8693b52221189e04902040440bd7d428 Description-en: file manager and graphical shell for GNOME Nautilus is the official file manager for the GNOME desktop. It allows one to browse directories, preview files and launch applications associated with them. It is also responsible for handling the icons on the GNOME desktop. It works on local and remote filesystems. . Several icon themes and components for viewing different kinds of files are available in separate packages. Package: nautilus-data Description-md5: d164dca99682ab7c25a900f1754f8f13 Description-en: data files for nautilus Nautilus is the official file manager and graphical shell for the GNOME desktop. . This package contains pictures, localization files and other data needed by nautilus. Package: nautilus-dbg Description-md5: f7c9aa9dbfcf1d1e99b95b5db0645d3f Description-en: file manager and graphical shell for GNOME - debugging version Nautilus is the official file manager for the GNOME desktop. It allows one to browse directories, preview files and launch applications associated with them. It is also responsible for handling the icons on the GNOME desktop. It works on local and remote filesystems. . Several icon themes and components for viewing different kinds of files are available in separate packages. . This development package contains unstripped binaries compiled with debugging symbols needed by gdb. Package: network-manager Description-md5: 8f6f8b56b77097ec1e2134d2c9189882 Description-en: network management framework (daemon and userspace tools) NetworkManager is a system network service that manages your network devices and connections, attempting to keep active network connectivity when available. It manages ethernet, WiFi, mobile broadband (WWAN), and PPPoE devices, and provides VPN integration with a variety of different VPN services. . This package provides the userspace daemons and a command line interface to interact with NetworkManager. . Optional dependencies: * ppp: Required for establishing dial-up connections (e.g. via GSM). * avahi-autoipd: Used for IPv4LL, a protocol for automatic Link-Local IP address configuration. Package: network-manager-dev Description-md5: c0efb500095bf4fcb545da42a30d1b62 Description-en: network management framework (development files) this package provides header files that are needed to compile VPN Plugins for NetworkManager. Package: network-manager-gnome Description-md5: bdee3234d21720f04895a1051744f5d1 Description-en: network management framework (GNOME frontend) NetworkManager is a system network service that manages your network devices and connections, attempting to keep active network connectivity when available. It manages ethernet, WiFi, mobile broadband (WWAN), and PPPoE devices, and provides VPN integration with a variety of different VPN services. . This package contains a systray applet for GNOME's notification area but it also works for other desktop environments which provide a systray like KDE or Xfce. It displays the available networks and allows users to easily switch between them. For encrypted networks it will prompt the user for the key/passphrase and it can optionally store them in the gnome-keyring. Package: neutron-common Description-md5: 9f5f5f895b7bd1154ecaff251ebad064 Description-en: Neutron is a virtual network service for Openstack - common Neutron is a virtual network service for Openstack, and a part of Netstack. Just like OpenStack Nova provides an API to dynamically request and configure virtual servers, Neutron provides an API to dynamically request and configure virtual networks. These networks connect "interfaces" from other OpenStack services (e.g., virtual NICs from Nova VMs). The Neutron API supports extensions to provide python-pbr (>= 0.6), advanced network capabilities (e.g., QoS, ACLs, network monitoring, etc.) . This package provides the common files. Package: neutron-dhcp-agent Description-md5: 572c3866ff7d431ed7a69af059be88b1 Description-en: Neutron is a virtual network service for Openstack - DHCP agent Neutron is a virtual network service for Openstack, and a part of Netstack. Just like OpenStack Nova provides an API to dynamically request and configure virtual servers, Neutron provides an API to dynamically request and configure virtual networks. These networks connect "interfaces" from other OpenStack services (e.g., virtual NICs from Nova VMs). The Neutron API supports extensions to provide advanced network capabilities (e.g., QoS, ACLs, network monitoring, etc.) . This package provides the DHCP agent. Package: neutron-l3-agent Description-md5: 7dc64a3d701aa413a40358ba3069904a Description-en: Neutron is a virtual network service for Openstack - l3 agent Neutron is a virtual network service for Openstack, and a part of Netstack. Just like OpenStack Nova provides an API to dynamically request and configure virtual servers, Neutron provides an API to dynamically request and configure virtual networks. These networks connect "interfaces" from other OpenStack services (e.g., virtual NICs from Nova VMs). The Neutron API supports extensions to provide advanced network capabilities (e.g., QoS, ACLs, network monitoring, etc.) . This package provides the layer 3 routing agent. Package: neutron-lbaas-agent Description-md5: d83e4461d001c52fe3847b97d170869c Description-en: Neutron is a virtual network service for Openstack - LBaaS agent Neutron is a virtual network service for Openstack, and a part of Netstack. Just like OpenStack Nova provides an API to dynamically request and configure virtual servers, Neutron provides an API to dynamically request and configure virtual networks. These networks connect "interfaces" from other OpenStack services (e.g., virtual NICs from Nova VMs). The Neutron API supports extensions to provide advanced network capabilities (e.g., QoS, ACLs, network monitoring, etc.) . This package provides the Load Balancing as-a Service (LBaaS) agent. Package: neutron-lbaas-common Description-md5: 8005a9cfb123df357e2edf42c30e9f83 Description-en: Neutron is a virtual network service for Openstack - common Neutron is a virtual network service for Openstack, and a part of Netstack. Just like OpenStack Nova provides an API to dynamically request and configure virtual servers, Neutron provides an API to dynamically request and configure virtual networks. These networks connect "interfaces" from other OpenStack services (e.g., virtual NICs from Nova VMs). The Neutron API supports extensions to provide advanced network capabilities (e.g., QoS, ACLs, network monitoring, etc.) . This package provides the Load Balancing as-a Service common files. Package: neutron-linuxbridge-agent Description-md5: 7438b6586091536457c1094f075e5bfb Description-en: Neutron is a virtual network service for Openstack - linuxbridge agent Neutron is a virtual network service for Openstack, and a part of Netstack. Just like OpenStack Nova provides an API to dynamically request and configure virtual servers, Neutron provides an API to dynamically request and configure virtual networks. These networks connect "interfaces" from other OpenStack services (e.g., virtual NICs from Nova VMs). The Neutron API supports extensions to provide advanced network capabilities (e.g., QoS, ACLs, network monitoring, etc.) . This package provides the linuxbridge plugin agent. Package: neutron-metadata-agent Description-md5: 7f661aa618ba5bb4655c68b01afa2e23 Description-en: Neutron is a virtual network service for Openstack - metadata agent Neutron is a virtual network service for Openstack, and a part of Netstack. Just like OpenStack Nova provides an API to dynamically request and configure virtual servers, Neutron provides an API to dynamically request and configure virtual networks. These networks connect "interfaces" from other OpenStack services (e.g., virtual NICs from Nova VMs). The Neutron API supports extensions to provide advanced network capabilities (e.g., QoS, ACLs, network monitoring, etc.) . This package provides the metadata proxy agent. Package: neutron-openvswitch-agent Description-md5: e9697f8391ec5ff56d028b4049eb9f25 Description-en: Neutron is a virtual network service for Openstack - Open vSwitch plugin agent Neutron is a virtual network service for Openstack, and a part of Netstack. Just like OpenStack Nova provides an API to dynamically request and configure virtual servers, Neutron provides an API to dynamically request and configure virtual networks. These networks connect "interfaces" from other OpenStack services (e.g., virtual NICs from Nova VMs). The Neutron API supports extensions to provide advanced network capabilities (e.g., QoS, ACLs, network monitoring, etc.) . This package provides the Open vSwitch plugin agent. Package: neutron-plugin-ml2 Description-md5: 04c3b1da612333dffe94afb38e17f6ee Description-en: Neutron is a virtual network service for Openstack - ML2 plugin Neutron is a virtual network service for Openstack, and a part of Netstack. Just like OpenStack Nova provides an API to dynamically request and configure virtual servers, Neutron provides an API to dynamically request and configure virtual networks. These networks connect "interfaces" from other OpenStack services (e.g., virtual NICs from Nova VMs). The Neutron API supports extensions to provide advanced network capabilities (e.g., QoS, ACLs, network monitoring, etc.) . This package provides the Modular Layer 2 plugin. Package: neutron-server Description-md5: 1b00fccfd02ac8a9014e7ee4bfb0ddd5 Description-en: Neutron is a virtual network service for Openstack - server Neutron is a virtual network service for Openstack, and a part of Netstack. Just like OpenStack Nova provides an API to dynamically request and configure virtual servers, Neutron provides an API to dynamically request and configure virtual networks. These networks connect "interfaces" from other OpenStack services (e.g., virtual NICs from Nova VMs). The Neutron API supports extensions to provide advanced network capabilities (e.g., QoS, ACLs, network monitoring, etc.) . This package provides the Neutron server Package: neutron-vpn-agent Description-md5: b2683ce6d31282bb243d19254e058605 Description-en: Neutron is a virtual network service for Openstack - VPN agent Neutron is a virtual network service for Openstack, and a part of Netstack. Just like OpenStack Nova provides an API to dynamically request and configure virtual servers, Neutron provides an API to dynamically request and configure virtual networks. These networks connect "interfaces" from other OpenStack services (e.g., virtual NICs from Nova VMs). The Neutron API supports extensions to provide advanced network capabilities (e.g., QoS, ACLs, network monitoring, etc.) . This package provides the VPN agent, which also provides L3 agent support. Package: nginx Description-md5: 2d277b9313aa50e3bfd675e64b49532c Description-en: small, powerful, scalable web/proxy server Nginx ("engine X") is a high-performance web and reverse proxy server created by Igor Sysoev. It can be used both as a standalone web server and as a proxy to reduce the load on back-end HTTP or mail servers. . This is a dependency package to install either nginx-core (by default), nginx-full, nginx-light, or nginx-extras. Package: nginx-common Description-md5: 9e23931d84d07adbee5412aefdad8a90 Description-en: small, powerful, scalable web/proxy server - common files Nginx ("engine X") is a high-performance web and reverse proxy server created by Igor Sysoev. It can be used both as a standalone web server and as a proxy to reduce the load on back-end HTTP or mail servers. . This package contains base configuration files used by all versions of nginx. Package: nginx-core Description-md5: f8b712eff241e9eb2de6304a09935c7a Description-en: nginx web/proxy server (core version) Nginx ("engine X") is a high-performance web and reverse proxy server created by Igor Sysoev. It can be used both as a standalone web server and as a proxy to reduce the load on back-end HTTP or mail servers. . This package provides a version of nginx with the complete set of standard modules included (but omitting some of those included in nginx-extras). . STANDARD HTTP MODULES: Core, Access, Auth Basic, Auto Index, Browser, Empty GIF, FastCGI, Geo, Limit Connections, Limit Requests, Map, Memcached, Proxy, Referer, Rewrite, SCGI, Split Clients, UWSGI. . OPTIONAL HTTP MODULES: Addition, Auth Request, Charset, WebDAV, GeoIP, Gunzip, Gzip, Gzip Precompression, Headers, HTTP/2, Image Filter, Index, Log, Real IP, SSI, SSL, Stream, Stub Status, Substitution, Thread Pool, Upstream, User ID, XSLT. . MAIL MODULES: Mail Core, Auth HTTP, Proxy, SSL, IMAP, POP3, SMTP. . NOTE: This is identical to the -full build, but without any third party modules built in. Package: nginx-core-dbg Description-md5: 585306ee79603eddeea2257bc315e8f8 Description-en: nginx web/proxy server (core version) - debugging symbols Nginx ("engine X") is a high-performance web and reverse proxy server created by Igor Sysoev. It can be used both as a standalone web server and as a proxy to reduce the load on back-end HTTP or mail servers. . This package provides debugging symbols for nginx-core, to assist in debugging issues that you may find. It should not be required for normal operation. Package: nginx-doc Description-md5: fd841a2b53e39ae89ec191f0e1278a05 Description-en: small, powerful, scalable web/proxy server - documentation Nginx ("engine X") is a high-performance web and reverse proxy server created by Igor Sysoev. It can be used both as a standalone web server and as a proxy to reduce the load on back-end HTTP or mail servers. . This package provides extra documentation to help unleash the power of Nginx. Package: nova-api Description-md5: 93751a4c42a717b98a076fc37e614e1c Description-en: OpenStack Compute - API frontend OpenStack is a reliable cloud infrastructure. Its mission is to produce the ubiquitous cloud computing platform that will meet the needs of public and private cloud providers regardless of size, by being simple to implement and massively scalable. . OpenStack Compute, codenamed Nova, is a cloud computing fabric controller. In addition to its "native" API (the OpenStack API), it also supports the Amazon EC2 API. . Nova is intended to be modular and easy to extend and adapt. It supports many different hypervisors (KVM and Xen to name a few), different database backends (SQLite, MySQL, and PostgreSQL, for instance), different types of user databases (LDAP or SQL), etc. . This package provides the API frontend. Package: nova-cert Description-md5: 171b61c56d67b812f80c5642bfa0d1d2 Description-en: OpenStack Compute - certificate management OpenStack is a reliable cloud infrastructure. Its mission is to produce the ubiquitous cloud computing platform that will meet the needs of public and private cloud providers regardless of size, by being simple to implement and massively scalable. . OpenStack Compute, codenamed Nova, is a cloud computing fabric controller. In addition to its "native" API (the OpenStack API), it also supports the Amazon EC2 API. . Nova is intended to be modular and easy to extend and adapt. It supports many different hypervisors (KVM and Xen to name a few), different database backends (SQLite, MySQL, and PostgreSQL, for instance), different types of user databases (LDAP or SQL), etc. . This is the Nova certificate management component. Package: nova-common Description-md5: ca300a4c4a13a67629e52754451325a3 Description-en: OpenStack Compute - common files OpenStack is a reliable cloud infrastructure. Its mission is to produce the ubiquitous cloud computing platform that will meet the needs of public and private cloud providers regardless of size, by being simple to implement and massively scalable. . OpenStack Compute, codenamed Nova, is a cloud computing fabric controller. In addition to its "native" API (the OpenStack API), it also supports the Amazon EC2 API. . Nova is intended to be modular and easy to extend and adapt. It supports many different hypervisors (KVM and Xen to name a few), different database backends (SQLite, MySQL, and PostgreSQL, for instance), different types of user databases (LDAP or SQL), etc. . This package contains things that are needed by all parts of Nova. Package: nova-compute Description-md5: 3ba5242ed5b20ea217068529d959352e Description-en: OpenStack Compute - compute node base OpenStack is a reliable cloud infrastructure. Its mission is to produce the ubiquitous cloud computing platform that will meet the needs of public and private cloud providers regardless of size, by being simple to implement and massively scalable. . OpenStack Compute, codenamed Nova, is a cloud computing fabric controller. In addition to its "native" API (the OpenStack API), it also supports the Amazon EC2 API. . Nova is intended to be modular and easy to extend and adapt. It supports many different hypervisors (KVM and Xen to name a few), different database backends (SQLite, MySQL, and PostgreSQL, for instance), different types of user databases (LDAP or SQL), etc. . This is the package you will install on the nodes that will run your virtual machines. Package: nova-compute-kvm Description-md5: 3a3f4fc6eb0e0d1a1a52636f4a84daa1 Description-en: OpenStack Compute - compute node (KVM) OpenStack is a reliable cloud infrastructure. Its mission is to produce the ubiquitous cloud computing platform that will meet the needs of public and private cloud providers regardless of size, by being simple to implement and massively scalable. . OpenStack Compute, codenamed Nova, is a cloud computing fabric controller. In addition to its "native" API (the OpenStack API), it also supports the Amazon EC2 API. . Nova is intended to be modular and easy to extend and adapt. It supports many different hypervisors (KVM and Xen to name a few), different database backends (SQLite, MySQL, and PostgreSQL, for instance), different types of user databases (LDAP or SQL), etc. . Install this package on your compute nodes if you're using kvm. Package: nova-compute-libvirt Description-md5: 128101f3838791afe92b57c5afcef336 Description-en: OpenStack Compute - compute node libvirt support OpenStack is a reliable cloud infrastructure. Its mission is to produce the ubiquitous cloud computing platform that will meet the needs of public and private cloud providers regardless of size, by being simple to implement and massively scalable. . OpenStack Compute, codenamed Nova, is a cloud computing fabric controller. In addition to its "native" API (the OpenStack API), it also supports the Amazon EC2 API. . Nova is intended to be modular and easy to extend and adapt. It supports many different hypervisors (KVM and Xen to name a few), different database backends (SQLite, MySQL, and PostgreSQL, for instance), different types of user databases (LDAP or SQL), etc. . This dependency package provides common dependencies and setup for all libvirt based hypervisor options. Package: nova-compute-lxc Description-md5: 8c74b0f3d56b3da8c70cf752f98f7869 Description-en: OpenStack Compute - compute node (LXC) OpenStack is a reliable cloud infrastructure. Its mission is to produce the ubiquitous cloud computing platform that will meet the needs of public and private cloud providers regardless of size, by being simple to implement and massively scalable. . OpenStack Compute, codenamed Nova, is a cloud computing fabric controller. In addition to its "native" API (the OpenStack API), it also supports the Amazon EC2 API. . Nova is intended to be modular and easy to extend and adapt. It supports many different hypervisors (KVM and Xen to name a few), different database backends (SQLite, MySQL, and PostgreSQL, for instance), different types of user databases (LDAP or SQL), etc. . Install this package on your compute nodes if you're using LXC. Package: nova-compute-lxd Description-md5: 3e8ac4c60a91bfee777f630566fdec66 Description-en: Openstack Compute - LXD container hypervisor support OpenStack is a reliable cloud infrastructure. Its mission is to produce the ubiquitous cloud computing platform that will meet the needs of public and private cloud providers regardless of size, by being simple to implement and massively scalable. . OpenStack Compute, codenamed Nova, is a cloud computing fabric controller. In addition to its "native" API (the OpenStack API), it also supports the Amazon EC2 API. . Nova is intended to be modular and easy to extend and adapt. It supports many different hypervisors (KVM and Xen to name a few), different database backends (SQLite, MySQL, and PostgreSQL, for instance), different types of user databases (LDAP or SQL), etc. . This package provides common dependencies and setup for the LXD container hypervisor, providing a secure way to run instances as LXC containers under OpenStack. Package: nova-doc Description-md5: 1c367fcc5afa32969a8f351c6365dd1c Description-en: OpenStack Compute - documentation OpenStack is a reliable cloud infrastructure. Its mission is to produce the ubiquitous cloud computing platform that will meet the needs of public and private cloud providers regardless of size, by being simple to implement and massively scalable. . OpenStack Compute, codenamed Nova, is a cloud computing fabric controller. In addition to its "native" API (the OpenStack API), it also supports the Amazon EC2 API. . Nova is intended to be modular and easy to extend and adapt. It supports many different hypervisors (KVM and Xen to name a few), different database backends (SQLite, MySQL, and PostgreSQL, for instance), different types of user databases (LDAP or SQL), etc. . This package contains the documentation for Nova. Package: nova-network Description-md5: ce3e77d724d3353406c26c4d4af8c565 Description-en: OpenStack Compute - Network manager OpenStack is a reliable cloud infrastructure. Its mission is to produce the ubiquitous cloud computing platform that will meet the needs of public and private cloud providers regardless of size, by being simple to implement and massively scalable. . OpenStack Compute, codenamed Nova, is a cloud computing fabric controller. In addition to its "native" API (the OpenStack API), it also supports the Amazon EC2 API. . Nova is intended to be modular and easy to extend and adapt. It supports many different hypervisors (KVM and Xen to name a few), different database backends (SQLite, MySQL, and PostgreSQL, for instance), different types of user databases (LDAP or SQL), etc. . This is the package you will install on the network nodes. This service is responsible for managing floating and fixed IPs, DHCP, bridging and VLANs, and in some cases acts as a gateway. Different networking strategies are available to the service by changing the network_manager flag to FlatManager, FlatDHCPManager, or VlanManager (default is VLAN). Package: nova-scheduler Description-md5: 8edec11a409c894d59bffef4d16d21b6 Description-en: OpenStack Compute - virtual machine scheduler OpenStack is a reliable cloud infrastructure. Its mission is to produce the ubiquitous cloud computing platform that will meet the needs of public and private cloud providers regardless of size, by being simple to implement and massively scalable. . OpenStack Compute, codenamed Nova, is a cloud computing fabric controller. In addition to its "native" API (the OpenStack API), it also supports the Amazon EC2 API. . Nova is intended to be modular and easy to extend and adapt. It supports many different hypervisors (KVM and Xen to name a few), different database backends (SQLite, MySQL, and PostgreSQL, for instance), different types of user databases (LDAP or SQL), etc. . This is the Nova scheduler. Package: nova-volume Description-md5: f85e1ba6a9aabcaf096890562606c8de Description-en: OpenStack Compute - storage OpenStack is a reliable cloud infrastructure. Its mission is to produce the ubiquitous cloud computing platform that will meet the needs of public and private cloud providers regardless of size, by being simple to implement and massively scalable. . OpenStack Compute, codenamed Nova, is a cloud computing fabric controller. In addition to its "native" API (the OpenStack API), it also supports the Amazon EC2 API. . Nova is intended to be modular and easy to extend and adapt. It supports many different hypervisors (KVM and Xen to name a few), different database backends (SQLite, MySQL, and PostgreSQL, for instance), different types of user databases (LDAP or SQL), etc. . This is a dummy transitional package that can be removed after upgrade. Package: ntp Description-md5: 220487bd9eceed70fec6b929cb922fd3 Description-en: Network Time Protocol daemon and utility programs NTP, the Network Time Protocol, is used to keep computer clocks accurate by synchronizing them over the Internet or a local network, or by following an accurate hardware receiver that interprets GPS, DCF-77, NIST or similar time signals. . This package contains the NTP daemon and utility programs. An NTP daemon needs to be running on each host that is to have its clock accuracy controlled by NTP. The same NTP daemon is also used to provide NTP service to other hosts. . For more information about the NTP protocol and NTP server configuration and operation, install the package "ntp-doc". Package: ntp-doc Description-md5: f5c14d8cbc640d49a5c8a0eeaadac851 Description-en: Network Time Protocol documentation NTP, the Network Time Protocol, is used to keep computer clocks accurate by synchronizing them over the Internet or a local network, or by following an accurate hardware receiver that interprets GPS, DCF-77, NIST or similar time signals. . This package contains HTML documentation for the ntp packages (ntp, ntpdate). Since there are no substantive man pages for ntp's programs and configuration files, this package is desirable for any setup beyond the simple default configuration. Package: ntpdate Description-md5: bab945a5e62017056d52dca74ed20cda Description-en: client for setting system time from NTP servers NTP, the Network Time Protocol, is used to keep computer clocks accurate by synchronizing them over the Internet or a local network, or by following an accurate hardware receiver that interprets GPS, DCF-77, NIST or similar time signals. . ntpdate is a simple NTP client that sets a system's clock to match the time obtained by communicating with one or more NTP servers. It is not sufficient, however, for maintaining an accurate clock in the long run. ntpdate by itself is useful for occasionally setting the time on machines that do not have full-time network access, such as laptops. . If the full NTP daemon from the package "ntp" is installed, then ntpdate is not necessary. Package: nux-tools Description-md5: b3c6b45df6daa78bd162d755577c83d1 Description-en: Visual rendering toolkit for real-time applications - tools Nux is a graphical user interface toolkit for applications that mixes opengl hardware acceleration with high quality visual rendering. . This package contains various tools for nux Package: oem-config Description-md5: 9380d07ec19991f384138c016b142ce0 Description-en: Perform end-user configuration after initial OEM installation The oem-config script re-asks a number of questions that are normally asked during installation, and reconfigures the system accordingly. This allows a vendor to install a skeleton system, clone it onto a large number of machines, and ship it to end users, while still allowing end users to set up their own username and password, language, timezone, and so on. Package: oem-config-debconf Description-md5: 0b339016cd37fb3df25a4085c60673e9 Description-en: debconf frontend for end-user post-OEM-install configuration The oem-config script re-asks a number of questions that are normally asked during installation, and reconfigures the system accordingly. This allows a vendor to install a skeleton system, clone it onto a large number of machines, and ship it to end users, while still allowing end users to set up their own username and password, language, timezone, and so on. . This is a frontend to oem-config that simply arranges for questions to be asked using the normal debconf frontend. Package: oem-config-gtk Description-md5: 8709c78036a09529b74b507a6299fd60 Description-en: GTK+ frontend for end-user post-OEM-install configuration The oem-config script re-asks a number of questions that are normally asked during installation, and reconfigures the system accordingly. This allows a vendor to install a skeleton system, clone it onto a large number of machines, and ship it to end users, while still allowing end users to set up their own username and password, language, timezone, and so on. . This is a GTK+ frontend to oem-config. Package: open-iscsi Description-md5: 5b83215510933fbfa1cbf59af1eb79da Description-en: iSCSI initiator tools Open-iSCSI is a high-performance, transport independent, multi-platform implementation of the RFC3720 Internet Small Computer Systems Interface (iSCSI). . Open-iSCSI is partitioned into user and kernel parts, where the kernel portion implements the iSCSI data path (i.e. iSCSI Read and iSCSI Write). The userspace contains the entire control plane: * Configuration Manager; * iSCSI Discovery; * Login and Logout processing; * Connection level error processing; * Nop-In and Nop-Out handling; * (in the future) Text processing, iSNS, SLP, Radius, etc. . This package includes a daemon, iscsid, and a management utility, iscsiadm. Package: openipmi Description-md5: 9b1b5291e9ca77ee91bd3c03cdad0f3e Description-en: Intelligent Platform Management Interface (for servers) IPMI allows remote monitoring and remote management of devices. . This package contains some command-line and graphical-user-interfaces to interact with IPMI-enabled devices. Package: openjdk-8-dbg Description-md5: 62cbbd2d3e6bc94279f18db4f735142b Description-en: Java runtime based on OpenJDK (debugging symbols) OpenJDK is a development environment for building applications, applets, and components using the Java programming language. . This package contains the debugging symbols. . The packages are built using the IcedTea build support and patches from the IcedTea project. Package: openjdk-8-demo Description-md5: c2a5624aa60e4de3025a249886fa82d7 Description-en: Java runtime based on OpenJDK (demos and examples) OpenJDK Java runtime . The packages are built using the IcedTea build support and patches from the IcedTea project. Package: openjdk-8-doc Description-md5: c1aebd5e8058a6cce0d5690571eddb7b Description-en: OpenJDK Development Kit (JDK) documentation OpenJDK is a development environment for building applications, applets, and components using the Java programming language. . This package contains the API documentation. . The packages are built using the IcedTea build support and patches from the IcedTea project. Package: openjdk-8-jdk Description-md5: eaff50443f15582a8beb0901034b62cf Description-en: OpenJDK Development Kit (JDK) OpenJDK is a development environment for building applications, applets, and components using the Java programming language. . The packages are built using the IcedTea build support and patches from the IcedTea project. Package: openjdk-8-jdk-headless Description-md5: d1221d55e35c3f9b061c79f97661bd96 Description-en: OpenJDK Development Kit (JDK) (headless) OpenJDK is a development environment for building applications, applets, and components using the Java programming language. . The packages are built using the IcedTea build support and patches from the IcedTea project. Package: openjdk-8-jre Description-md5: adca808a02a80aed4051cc95b7fe5f37 Description-en: OpenJDK Java runtime, using Hotspot JIT Full Java runtime environment - needed for executing Java GUI and Webstart programs, using Hotspot JIT. . The packages are built using the IcedTea build support and patches from the IcedTea project. Package: openjdk-8-jre-headless Description-md5: 20eb08d56f9496cba7ae5bc1fc762f93 Description-en: OpenJDK Java runtime, using Hotspot JIT (headless) Minimal Java runtime - needed for executing non GUI Java programs, using Hotspot JIT. . The packages are built using the IcedTea build support and patches from the IcedTea project. Package: openjdk-8-jre-jamvm Description-md5: a3b67c2c3683232269f84a02ede3fd4b Description-en: Alternative JVM for OpenJDK, using JamVM The package provides an alternative runtime using the JamVM. This is a somewhat faster alternative than the Zero port on architectures like armel, mips, mipsel, powerpc. . The VM is started with the option `-jamvm'. See the README.Debian for details. Package: openjdk-8-source Description-md5: 328263bb6fbf81f04f5d459d67244ea0 Description-en: OpenJDK Development Kit (JDK) source files OpenJDK is a development environment for building applications, applets, and components using the Java programming language. . This package contains the Java programming language source files (src.zip) for all classes that make up the Java core API. . The packages are built using the IcedTea build support and patches from the IcedTea project. Package: openobex-apps Description-md5: dc42583e385f661f32c27e5c8755f7c8 Description-en: Applications for OpenOBEX The Object Exchange protocol can best be described as binary HTTP. OBEX is optimised for ad-hoc wireless links and can be used to exchange all kind of objects like files, pictures, calendar entries (vCal) and business cards (vCard). . OBEX is builtin in devices like PDA's like the Palm Pilot, and mobile phones like the Ericsson R320, Siemens S25, Siemens S45, Siemens ME45, Nokia NM207 and Nokia 9110 Communicator. . This package contains some small utilities to control such devices. Package: openssh-client Description-md5: 8cde3280ebad71c16b3e8c661dae6c6d Description-en: secure shell (SSH) client, for secure access to remote machines This is the portable version of OpenSSH, a free implementation of the Secure Shell protocol as specified by the IETF secsh working group. . Ssh (Secure Shell) is a program for logging into a remote machine and for executing commands on a remote machine. It provides secure encrypted communications between two untrusted hosts over an insecure network. X11 connections and arbitrary TCP/IP ports can also be forwarded over the secure channel. It can be used to provide applications with a secure communication channel. . This package provides the ssh, scp and sftp clients, the ssh-agent and ssh-add programs to make public key authentication more convenient, and the ssh-keygen, ssh-keyscan, ssh-copy-id and ssh-argv0 utilities. . In some countries it may be illegal to use any encryption at all without a special permit. . ssh replaces the insecure rsh, rcp and rlogin programs, which are obsolete for most purposes. Package: openssh-server Description-md5: 842cc998cae371b9d8106c1696373919 Description-en: secure shell (SSH) server, for secure access from remote machines This is the portable version of OpenSSH, a free implementation of the Secure Shell protocol as specified by the IETF secsh working group. . Ssh (Secure Shell) is a program for logging into a remote machine and for executing commands on a remote machine. It provides secure encrypted communications between two untrusted hosts over an insecure network. X11 connections and arbitrary TCP/IP ports can also be forwarded over the secure channel. It can be used to provide applications with a secure communication channel. . This package provides the sshd server. . In some countries it may be illegal to use any encryption at all without a special permit. . sshd replaces the insecure rshd program, which is obsolete for most purposes. Package: openssh-sftp-server Description-md5: f09bfa88fff14741d53cf2a60b5b401a Description-en: secure shell (SSH) sftp server module, for SFTP access from remote machines This is the portable version of OpenSSH, a free implementation of the Secure Shell protocol as specified by the IETF secsh working group. . Ssh (Secure Shell) is a program for logging into a remote machine and for executing commands on a remote machine. It provides secure encrypted communications between two untrusted hosts over an insecure network. X11 connections and arbitrary TCP/IP ports can also be forwarded over the secure channel. It can be used to provide applications with a secure communication channel. . This package provides the SFTP server module for the SSH server. It is needed if you want to access your SSH server with SFTP. The SFTP server module also works with other SSH daemons like dropbear. Package: openssl Description-md5: 9b6de2bb6e1d9016aeb0f00bcf6617bd Description-en: Secure Sockets Layer toolkit - cryptographic utility This package is part of the OpenSSL project's implementation of the SSL and TLS cryptographic protocols for secure communication over the Internet. . It contains the general-purpose command line binary /usr/bin/openssl, useful for cryptographic operations such as: * creating RSA, DH, and DSA key parameters; * creating X.509 certificates, CSRs, and CRLs; * calculating message digests; * encrypting and decrypting with ciphers; * testing SSL/TLS clients and servers; * handling S/MIME signed or encrypted mail. Package: openstack-dashboard Description-md5: a54f5b92f84ab1d5b6c3fa553f99ef77 Description-en: Django web interface for OpenStack The OpenStack Dashboard is a reference implementation of a Django site that uses the Django-Nova project to provide web based interactions with the OpenStack Nova cloud controller. Package: openstack-dashboard-ubuntu-theme Description-md5: cd2af3f1599c0418068718cdc04493aa Description-en: Ubuntu theme for the OpenStack dashboard A custom Ubuntu theme for Horizon. This package is optional and overrides the default theme and branding. Package: os-brick-common Description-md5: 120ff671a86897dfd831b40bde5f5004 Description-en: Library for managing local volume attaches - common files OpenStack Cinder brick library for managing local volume attaches. . Features discovery of volumes being attached to a host for many transport protocols and removal of volumes from a host. . This package contains common files needed by either the Python 2 or 3 module of os-brick. Package: overlay-scrollbar Description-md5: 951bbad3f14ccc5b15ac8d6ccaddada2 Description-en: Scrollbar overlay - configuration Overlay scrollbar is a GtkModule enabling a dynamic overlay behavior. . This package contains GSettings schemas and startup scripts for overlay scrollbars. Package: overlay-scrollbar-gtk2 Description-md5: 1d3f21e2d8af7452b22c5b3bf608dfba Description-en: GTK 2 module for overlay scrollbars Overlay scrollbar is a GtkModule enabling a dynamic overlay behavior. Package: overlayroot Description-md5: 994a1e190cc10da9cb6f340384617d3c Description-en: use an overlayfs on top of a read-only root filesystem This package adds functionality to an initramfs built by initramfs-tools. When installed and configured, the initramfs will mount an overlayfs filesystem on top of a read-only root volume. . The changes can be written to a in-memory temporary filesystem, a filesystem on an existing block device, or a dmcrypt encrypted block device. Package: oxideqt-codecs Description-md5: 3445782660753d2dad070a77e4ba6925 Description-en: Web browser engine for Qt (codecs) Oxide is a web browser engine library based on Chromium that makes it easy to embed web content in your Qt application . This package provides some media codecs needed for the HTML5