Package: apache2 Description-md5: d24f049cd70ccfc178dd8974e4b1ed01 Description-en: Apache HTTP Server metapackage The Apache Software Foundation'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. . It features support for HTTPS, virtual hosting, CGI, SSI, IPv6, easy scripting and database integration, request/response filtering, many flexible authentication schemes, and more. Package: apache2-doc Description-md5: 268d5339b3063f1f4a1f8ba078480a2a Description-en: Apache HTTP Server documentation This package provides the documentation for Apache 2. For more details see the apache2 package description. Package: apache2-mpm-event Description-md5: a80d3fe69689b28f8aea325690e6e8f5 Description-en: Apache HTTP Server - event driven model Each Apache Multi-Processing Module provides a different "flavor" of web server binary, compiled with a different processing model. . The event MPM is designed to allow more requests to be served simultaneously by passing off some processing work to supporting threads, freeing up the main threads to work on new requests. It is especially suitable for sites that see extensive KeepAlive traffic. . This MPM is experimental and less tested than the worker and prefork MPMs. Package: apache2-mpm-prefork Description-md5: b1e3963f43f27f985efabc714e30a17e Description-en: Apache HTTP Server - traditional non-threaded model Each Apache Multi-Processing Module provides a different "flavor" of web server binary, compiled with a different processing model. . The prefork MPM provides a non-threaded implementation using a variable number of processes where each process handles only one connection at the same time. It is not as fast as threaded models, but is considered to be more stable. It is appropriate for sites that need to maintain compatibility with non-thread-safe libraries, and is the best MPM for isolating each request, so that a problem with a single request will not affect any other. Package: apache2-mpm-worker Description-md5: 5c9df5383d0a2631ae15ced2ca0389d7 Description-en: Apache HTTP Server - high speed threaded model Each Apache Multi-Processing Module provides a different "flavor" of web server binary, compiled with a different processing model. . The worker MPM provides the default threaded implementation. It is recommended especially for high-traffic sites because it is faster and has a smaller memory footprint than the traditional prefork MPM. Package: apache2-prefork-dev Description-md5: 131f1c35d98f8bc3fbed9f8a41149dd8 Description-en: Apache development headers - non-threaded MPM This package provides the development headers and apxs2 binary for apache2-mpm-prefork; see the apache2 package description for more details. . This should only be used when you absolutely *must* support a non-threaded environment (for PHP, for example). Package: apache2-threaded-dev Description-md5: dcab973a966982dea149a93e2310d0a1 Description-en: Apache development headers - threaded MPM This package provides the development headers and apxs2 binary for threaded versions of apache2; see the apache2 package description for more details. Package: apache2-utils Description-md5: 65b11c04f19387d5e961a795a115c791 Description-en: utility programs for webservers Provides some add-on programs useful for any webserver. These include: - ab (Apache benchmark tool) - logresolve (Resolve IP addresses to hostname in logfiles) - htpasswd (Manipulate basic authentication files) - htdigest (Manipulate digest authentication files) - dbmmanage (Manipulate basic authentication files in DBM format, using perl) - htdbm (Manipulate basic authentication files in DBM format, using APR) - 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: apache2.2-bin Description-md5: a99a5e28b18db91922ca15fab5acb2b3 Description-en: Apache HTTP Server common binary files The Apache Software Foundation'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 all binaries but no configuration or support scripts. To get a stand-alone server, you need to install one of the apache2-mpm-* packages, such as worker or prefork. Other packages like gnome-user-share may bring their own Apache configuration, though. Package: apache2.2-common Description-md5: 214ca4adfc4cb3d8083d736c7fe47647 Description-en: Apache HTTP Server common files The Apache Software Foundation'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 configuration and support scripts. However, it does *not* include the server itself; for this you need to install one of the apache2-mpm-* packages, such as worker or prefork. 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: apt-xapian-index Description-md5: 4d067fd0ee3f7e05edcd4cf184b9376f Description-en: maintenance and search tools for a Xapian index of Debian packages This package provides update-apt-xapian-index, a tool to maintain a Xapian index of Debian package information in /var/lib/apt-xapian-index, and axi-cache, a command line search tool that uses the index. . axi-cache allows one to search packages very quickly, and it also interfaces with the shell command line completion in a smart way, providing context-sensitive keyword and tag suggestions even before the search command is actually run. . update-apt-xapian-index allows plugins to be installed in /usr/share/apt-xapian-index to index all sorts of extra information, such as Debtags tags, popcon information, package ratings and anything else that would fit. . The index generated by update-apt-xapian-index is self-documenting, as it contains an autogenerated README file with information on the index layout and all the data that can be found in it. Package: bind9 Description-md5: 4d39ed3fc4e2e72497683d779dfdcd38 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: 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: 25816a2f56a0c214a484e117fd9fe0b1 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 libclamav6, 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: 36333c8001fa330971bb9bf732bd846d 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 libclamav6, which can be used by other software. . This package mainly manages the clamav system account. It is not really useful without the clamav package. It also handles the configuration for both the clamav-daemon and the clamav-milter packages. Package: clamav-daemon Description-md5: 67066a5cf6ee89fc8ce3ae691827a9ad 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 libclamav6, which can be used by other software. . This package contains the daemon and its command line interface, 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: 33a33cc71dce345b4a0ce175ebeca8c7 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 libclamav6, which can be used by other software. . This package contains the stripped debugging symbols for the ClamAV suite. Package: clamav-docs Description-md5: e2412f6e57d4fb282e22d549e939cb72 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 libclamav6, which can be used by other software. . This package contains the documentation for the ClamAV suite. Package: clamav-freshclam Description-md5: 824a85afc618e1467a907719e4edd7bb 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 libclamav6, 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: cups Description-md5: 7cf9b10ad02d144fb419f77e49b87556 Description-en: Common UNIX Printing System(tm) - server The Common UNIX Printing System (or CUPS(tm)) is a printing system and general replacement for lpd and the like. It supports the Internet Printing Protocol (IPP), and has its own filtering driver model for handling various document types. . This package provides the parts of CUPS which are needed for using printer drivers. Package: cups-bsd Description-md5: 8ca999eda442e2096dafa2745e4db8de Description-en: Common UNIX Printing System(tm) - BSD commands The Common UNIX Printing System (or CUPS(tm)) is a printing system and general replacement for lpr, lpd and the like. It supports the Internet Printing Protocol (IPP), and has its own filtering driver model for handling various document types. . This package provides the BSD commands for interacting with CUPS. It is provided separately to allow CUPS to coexist with other printing systems (to a small degree). Package: cups-client Description-md5: 49064ce8151bc5cfbb65936322a4e2ce Description-en: Common UNIX Printing System(tm) - client programs (SysV) The Common UNIX Printing System (or CUPS(tm)) is a printing system and general replacement for lpd and the like. It supports the Internet Printing Protocol (IPP), and has its own filtering driver model for handling various document types. . This package provides the System V style print client programs. Package: cups-common Description-md5: ae28e55960aa62a85c88769b70d73eaa Description-en: Common UNIX Printing System(tm) - common files The Common UNIX Printing System (or CUPS(tm)) is a printing system and general replacement for lpd and the like. It supports the Internet Printing Protocol (IPP), and has its own filtering driver model for handling various document types. . This package provides common files for CUPS server and client packages. Package: cups-daemon Description-md5: 559bf8b849cd67e4ad13a2a638aea615 Description-en: Common UNIX Printing System(tm) - daemon The Common UNIX Printing System (or CUPS(tm)) is a printing system and general replacement for lpd and the like. It supports the Internet Printing Protocol (IPP), and has its own filtering driver model for handling various document types. . This package provides the CUPS scheduler/daemon. Package: cups-dbg Description-md5: 45781fd5891c0e6a36e3f989431c7203 Description-en: Common UNIX Printing System(tm) - debugging symbols The Common UNIX Printing System (or CUPS(tm)) is a printing system and general replacement for lpd and the like. It supports the Internet Printing Protocol (IPP), and has its own filtering driver model for handling various document types. . This package provides the debugging symbols of CUPS. Package: cups-ppdc Description-md5: ba3fa27bc468a14b73280f189057f4e7 Description-en: Common UNIX Printing System(tm) - PPD manipulation utilities The Common UNIX Printing System (or CUPS(tm)) is a printing system and general replacement for lpd and the like. It supports the Internet Printing Protocol (IPP), and has its own filtering driver model for handling various document types. . This package provides utilities to generate and manipulate PPD files. Package: curl Description-md5: bfedc129a9c070522f2c8ad7dc3bd643 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, 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: cyrus-sasl2-dbg Description-md5: 1dd80585b22a821c1f59f219462ebb5e Description-en: Cyrus SASL - debugging symbols This is the Cyrus SASL API implementation, version 2. See package libsasl2-2 and RFC 2222 for more information. . This package contains the debugging symbols for all Cyrus SASL packages. The debugging symbols can be useful when investigating crashes in the SASL library or tools. You may be asked to install this package if you encounter such a crash. Package: cyrus-sasl2-doc Description-md5: d7d08ebfc592e9842e2cf44e2e6633b0 Description-en: Cyrus SASL - documentation This is the Cyrus SASL API implementation, version 2.1. See package libsasl2-2 and RFC 2222 for more information. . This package contains documentation for system administrators. Package: cyrus-sasl2-heimdal-dbg Description-md5: d92a4bc29c5a0f1499816117127e70f5 Description-en: Cyrus SASL - debugging symbols for Heimdal modules This is the Cyrus SASL API implementation, version 2. See package libsasl2-2 and RFC 2222 for more information. . This package contains the debugging symbols for the Cyrus SASL Heimdal GSSAPI modules package (libsasl2-modules-gssapi-heimdal). The debugging symbols can be useful when investigating crashes in the SASL library or tools. You may be asked to install this package if you encounter such a crash. Package: cyrus-sasl2-mit-dbg Description-md5: 281cc95397fa0a6eb002c5962230b180 Description-en: Cyrus SASL - debugging symbols for MIT modules This is the Cyrus SASL API implementation, version 2. See package libsasl2-2 and RFC 2222 for more information. . This package contains the debugging symbols for the Cyrus SASL MIT GSSAPI modules package (libsasl2-modules-gssapi-mit). The debugging symbols can be useful when investigating crashes in the SASL library or tools. You may be asked to install this package if you encounter such a crash. 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: devscripts Description-md5: a37baf396ca48eacfcfaeecfcc8c9015 Description-en: scripts to make the life of a Debian Package maintainer easier Contains the following scripts, dependencies/recommendations shown in brackets afterwards: . - annotate-output: run a command and prepend time and stream (O for stdout, E for stderr) for every line of output - archpath: print tla/Bazaar package names [tla | bazaar] - bts: a command-line tool for manipulating the BTS [www-browser, libauthen-sasl-perl, libnet-smtp-ssl-perl, libsoap-lite-perl, libwww-perl, bsd-mailx | mailx] - build-rdeps: search for all packages that build-depend on a given package [dctrl-tools] - chdist: tool to easily play with several distributions [dctrl-tools] - checkbashisms: check whether a /bin/sh script contains any common bash-specific contructs - cowpoke: upload a Debian source package to a cowbuilder host and build it, optionally also signing and uploading the result to an incoming queue [ssh-client] - cvs-debi, cvs-debc: wrappers around debi and debc respectively (see below) which allow them to be called from the CVS working directory [cvs-buildpackage] - cvs-debrelease: wrapper around debrelease which allows it to be called from the CVS working directory [cvs-buildpackage, dupload | dput, ssh-client] - cvs-debuild: wrapper for cvs-buildpackage to use debuild as its package building program [cvs-buildpackage, fakeroot, lintian, gnupg] - dcmd: run a given command replacing the name of a .changes or .dsc file with each of the files referenced therein - dcontrol: remotely query package and source control files for all Debian distributions [liburl-perl, libwww-perl] - dd-list: given a list of packages, pretty-print it ordered by maintainer - debc: display the contents of just-built .debs - debchange/dch: automagically add entries to debian/changelog files [libparse-debcontrol-perl, libsoap-lite-perl] - debcheckout: checkout the development repository of a Debian package - debclean: clean a Debian source tree [fakeroot] - debcommit: commit changes to cvs, darcs, svn, svk, tla, bzr, git, or hg, basing commit message on changelog [cvs | darcs | subversion | svk | tla | bzr | git-core | mercurial, libtimedate-perl] - debdiff: compare two versions of a Debian package to check for added and removed files [wdiff, patchutils] - debi: install a just-built package - debpkg: dpkg wrapper to be able to manage/test packages without su - debrelease: wrapper around dupload or dput [dupload | dput, ssh-client] - debsign, debrsign: sign a .changes/.dsc pair without needing any of the rest of the package to be present; can sign the pair remotely or fetch the pair from a remote machine for signing [gnupg, debian-keyring, ssh-client] - debsnap: grab packages from http://snapshot.debian.org [libwww-perl, libjson-perl] - debuild: wrapper to build a package without having to su or worry about how to invoke dpkg to build using fakeroot. Also deals with common environment problems, umask etc. [fakeroot, lintian, gnupg] - deb-reversion: increase a binary package version number and repacks the package, useful for porters and the like - dep3changelog: generate a changelog entry from a DEP3-style patch header - desktop2menu: given a freedesktop.org desktop file, generate a skeleton for a menu file [libfile-desktopentry-perl] - dget: download Debian source and binary packages [wget | curl] - diff2patches: extract patches from a .diff.gz file placing them under debian/ or, if present, debian/patches [patchutils] - dpkg-depcheck, dpkg-genbuilddeps: determine the packages used during the build of a Debian package; useful for determining the Build-Depends control field needed [build-essential, strace] - dscextract: extract a single file from a Debian source package [patchutils] - dscverify: verify the integrity of a Debian package from the .changes or .dsc files [gnupg, debian-keyring, libdigest-md5-perl] - edit-patch: add/edit a patch for a source package and commit the changes [quilt | dpatch | cdbs] - getbuildlog: download package build logs from Debian auto-builders [wget] - grep-excuses: grep the update_excuses.html file for your packages [libterm-size-perl, wget, w3m] - licensecheck: attempt to determine the license of source files - list-unreleased: search for unreleased packages - manpage-alert: locate binaries without corresponding manpages [man-db] - mass-bug: mass-file bug reports [bsd-mailx | mailx] - mergechanges: merge .changes files from the same release but built on different architectures - mk-build-deps: given a package name and/or control file, generate a binary package which may be installed to satisfy the build-dependencies of the given package [equivs] - namecheck: check project names are not already taken - nmudiff: mail a diff of the current package against the previous version to the BTS to assist in tracking NMUs [patchutils, mutt] - origtargz: fetch the orig tarball of a Debian package from various sources, and unpack it - plotchangelog: view a nice plot of the data in a changelog file [libtimedate-perl, gnuplot] - pts-subscribe: subscribe to the PTS for a limited period of time [bsd-mailx | mailx, at] - rc-alert: list installed packages which have release-critical bugs [wget | curl] - rmadison: remotely query the Debian archive database about packages [liburi-perl, wget | curl] - suspicious-source: output a list of files which are not common source files [python3-magic] - svnpath: print Subversion repository paths [subversion] - tagpending: run from a Debian source tree and tag bugs that are to be closed in the latest changelog as pending [libsoap-lite-perl] - transition-check: check a list of source packages for involvement in transitions for which uploads to unstable are currently blocked [libwww-perl, libyaml-syck-perl] - uscan: scan upstream sites for new releases of packages [libcrypt-ssleay-perl, libwww-perl, unzip, lzma, xz-utils] - uupdate: integrate upstream changes into a source package [patch] - what-patch: determine what patch system, if any, a source package is using [patchutils] - whodepends: check which maintainers' packages depend on a package - who-uploads: determine the most recent uploaders of a package to the Debian archive [gnupg, debian-keyring, debian-maintainers, wget] - wnpp-alert: list installed packages which are orphaned or up for adoption [wget | curl] - wnpp-check: check whether there is an open request for packaging or intention to package bug for a package [wget | curl] - wrap-and-sort: wrap long lines and sort items in packaging files [python3-debian] . Also included are a set of example mail filters for filtering mail from Debian mailing lists using exim, procmail, etc. Package: dh-apport Description-md5: a5c779df9e0b356100c76151d7cef527 Description-en: debhelper extension for the apport crash report system apport automatically collects data from crashed processes and compiles a problem report in /var/crash/. This utilizes the crashdump helper hook provided by the Ubuntu kernel. . This package provides a debhelper extension to make it easier for other packages to include apport hooks. Package: 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: dnsutils Description-md5: 9fac1cb37cd005e52aa0e22df64994e1 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: evolution-data-server Description-md5: 00223d501d234f5cb46209c8c730f321 Description-en: evolution database backend server The data server, called "Evolution Data Server" is responsible for managing mail, calendar, addressbook, tasks and memo information. Package: evolution-data-server-common Description-md5: 5cc3d01ab453e709e471f91ff4d74d00 Description-en: architecture independent files for Evolution Data Server The data server, called "Evolution Data Server" is responsible for managing calendar and addressbook information. . This package contains the architecture independent files needed by the evolution-data-server package. Package: evolution-data-server-dbg Description-md5: 67f33ddd8521aa2c8e1b89732e218dfe Description-en: evolution database backend server with debugging symbols This package contains unstripped binaries used for debugging. Package: evolution-data-server-dev Description-md5: f80e85b29ef7b2fa18ebc57f7a903dcb Description-en: Development files for evolution-data-server (metapackage) This package contains header files and static library of evolution-data-server. Package: evolution-data-server-doc Description-md5: b241d0c600eee3a52e0b78eb3b6bbba5 Description-en: Documentation files for the Evolution Data Server libraries The data server, called "Evolution Data Server" is responsible for managing calendar and addressbook information. . This package contains the API documentation for all the individual Evolution Data Server libraries. Package: ffmpeg Description-md5: 5ff27b47c3b68cc2af2a245c108535a8 Description-en: Multimedia player, server, encoder and transcoder (transitional package) Libav is a complete, cross-platform solution to decode, encode, record, convert and stream audio and video. . This package contains the deprecated ffmpeg program. This package also serves as a transitional package to libav-tools. Users are advised to use avconv from the libav-tools package instead of ffmpeg. Package: ffmpeg-doc Description-md5: dd379f264f44fe4bc772202ed6f8218f Description-en: Documentation of the Libav API (transitional package) Libav is a complete, cross-platform solution to decode, encode, record, convert and stream audio and video. . This package contains the html doxygen documentation of the Libav API. . Only application developers will find this package useful. . This package is only used for transitional purposes and can be safely removed. 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-globalmenu Description-md5: 1b267431605d90f28d4104239bf87ff8 Description-en: Safe and easy web browser from Mozilla (transitional package) This is a transitional package to ensure that upgrades work correctly. It can be safely removed Package: firefox-gnome-support Description-md5: 9090a1269569e91fe1d73c81ee10928d Description-en: Safe and easy web browser from Mozilla - GNOME support 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 depends on the GNOME libraries which allow Firefox to take advantage of technologies such as GConf, GIO libnotify 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-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-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-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: 76438ffb5606f4d03a5aba83c323a0da Description-en: Kashubian language pack for Firefox This package contains Kashubian translations and search plugins for Firefox 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-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-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: 9eb28b49c217558a45aff76b83b8990f Description-en: Kurdish language pack for Firefox This package contains Kurdish translations and search plugins for Firefox Package: firefox-locale-lg Description-md5: e246c6a9431dfb6554f3997bc3842ae0 Description-en: Ganda language pack for Firefox This package contains Ganda translations and search plugins for Firefox 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-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: a36776d3d6debca65ed75af1c55042f2 Description-en: Sotho, Northern language pack for Firefox This package contains Sotho, Northern translations and search plugins for Firefox 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-vi Description-md5: e187907de9840d733e0c8a14eafc65ef Description-en: Vietnamese language pack for Firefox This package contains Vietnamese 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: 17c6d848071fd7a4338f4653918fe50f Description-en: Zulu language pack for Firefox This package contains Zulu translations and search plugins for Firefox 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-cups Description-md5: a8abc81a6ab23fdfe6afd241b86c4eb1 Description-en: interpreter for the PostScript language and for PDF - CUPS filters 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 CUPS filters, drivers, and PPDs which come with GPL Ghostscript. 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: gimp Description-md5: ad6dd18a09fb86ea4529ac53f33168b9 Description-en: The GNU Image Manipulation Program GIMP is an advanced picture editor. You can use it to edit, enhance, and retouch photos and scans, create drawings, and make your own images. It has a large collection of professional-level editing tools and filters, similar to the ones you might find in Photoshop. Numerous fine-control settings and features like layers, paths, masks, and scripting give you total control over your images. . Many image file formats are supported, including JPEG, Photoshop (.psd), and Paint Shop Pro (.psp) files. It can also be used to scan and print photos. . To open files remotely (like over HTTP), install the gvfs-backends package. . To use a MIDI device (like a musical keyboard) as an input controller in GIMP, install libasound2 and read the how-to at /usr/share/doc/gimp/README.MIDI Package: gimp-data Description-md5: f70d84aecd044d27d27535082275ce75 Description-en: Data files for GIMP This package contains architecture-independent supporting data files for use with GIMP. Package: gimp-dbg Description-md5: 2f9db4a750267fb9aae49799596bcd26 Description-en: Debugging symbols for GIMP This package includes the debugging symbols useful for debugging GIMP and its libraries, contained in the gimp and libgimp2.0 packages. The debugging symbols are used for execution tracing and core dump analysis. Package: gir1.2-ebook-1.2 Description-md5: eee3f328364fb5b2eb00182c350108b8 Description-en: GObject introspection for the EBook library The data server, called "Evolution Data Server" is responsible for managing calendar and addressbook information. . This package contains introspection data for the libeebook library. It can be used by packages using the GIRepository format to generate dynamic bindings. Package: gir1.2-ecalendar-1.2 Description-md5: e0f5f2f72110b76903f8f3458655312a Description-en: GObject introspection for the ECalendar library Evolution is the integrated mail, calendar, task and address book distributed suite from Novell, Inc. . This package contains introspection data for the libecal library. It can be used by packages using the GIRepository format to generate dynamic bindings. Package: gir1.2-edataserver-1.2 Description-md5: 2ec1ed52300f0467a0d5460ca0faa785 Description-en: GObject introspection for the EDataServer library The data server, called "Evolution Data Server" is responsible for managing calendar and addressbook information. . This package contains introspection data for the libedataserver library. It can be used by packages using the GIRepository format to generate dynamic bindings. Package: gir1.2-gudev-1.0 Description-md5: 17b4f1d7865f064cde612f6abf30b636 Description-en: libgudev-1.0 introspection data This package contains the GObject-introspection data of libgudev-1.0 in binary typelib format. 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-polkit-1.0 Description-md5: 4f1754998d1990ea4af7a70d3a9b9278 Description-en: GObject introspection data for PolicyKit PolicyKit is a toolkit for defining and handling the policy that allows unprivileged processes to speak to privileged processes. . This package contains introspection data for PolicyKit. . It can be used by packages using the GIRepository format to generate dynamic bindings. Package: glance Description-md5: 339da060766773f0f887cd36e425e1e7 Description-en: OpenStack Image Registry and Delivery Service - Daemons The Glance project provides an image registration and discovery service and an image delivery service. These services are used in conjunction by Nova to deliver images from object stores, such as OpenStack's Swift service, to Nova's compute nodes. . This package is a metapackage for all glance daemons. Package: glance-api Description-md5: 42730c4382da9ba8dd9214037a2fa93e Description-en: OpenStack Image Registry and Delivery Service - API The Glance project provides an image registration, discovery and delivery service. These services may be used as stand-along services, and they may also be used by Nova to deliver images from object stores, such as OpenStack's Swift service, to Nova's compute nodes. . This package contains the glance API server. Package: glance-common Description-md5: 30114b8292754cb9dbc0df08ef8677a6 Description-en: OpenStack Image Registry and Delivery Service - Common The Glance project provides an image registration, discovery and delivery service. These services may be used as stand-along services, and they may also be used by Nova to deliver images from object stores, such as OpenStack's Swift service, to Nova's compute nodes. . This package contains the glance common. Package: glance-registry Description-md5: fe9b1490f5110376f973da81ebc05838 Description-en: OpenStack Image Registry and Delivery Service - Registry The Glance project provides an image registration, discovery and delivery service. These services may be used as stand-along services, and they may also be used by Nova to deliver images from object stores, such as OpenStack's Swift service, to Nova's compute nodes. . This package contains the glance registry server. Package: glibc-doc Description-md5: 49341b064b2f9185d1eb2c96e4a87c33 Description-en: Embedded 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: gnupg Description-md5: 8bbdb812806fb623e26b7b93f549c74b 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. . GnuPG does not use any patented algorithms. This means it cannot be compatible with PGP2, because that uses IDEA (which is patented in a number of countries). Package: gnupg-agent Description-md5: dcf7e2d3c3f22b87f14eec4c0034623c Description-en: GNU privacy guard - password agent 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 RFC2440. . This package contains the agent program gpg-agent which keeps a temporary secure storage of your passphrases. Package: gnupg2 Description-md5: bc5f056bcf1325a9dbf2ba884ea744db Description-en: GNU privacy guard - a free PGP replacement (new v2.x) 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 RFC2440. . GnuPG 2.x is the new modularized version of GnuPG supporting OpenPGP and S/MIME. . GnuPG does not use any patented algorithms so it cannot be compatible with PGP2 because it uses IDEA (which is patented worldwide). Package: gnutls-bin Description-md5: 33f669c0eda9ac17638870658371c713 Description-en: GNU TLS library - commandline utilities GnuTLS is a portable library which implements the Transport Layer Security (TLS 1.0, 1.1, 1.2) and Secure Sockets Layer (SSL) 3.0 protocols. . GnuTLS features support for: - TLS extensions: server name indication, max record size, opaque PRF input, etc. - authentication using the SRP protocol. - authentication using both X.509 certificates and OpenPGP keys. - TLS Pre-Shared-Keys (PSK) extension. - Inner Application (TLS/IA) extension. - X.509 and OpenPGP certificate handling. - X.509 Proxy Certificates (RFC 3820). - all the strong encryption algorithms (including SHA-256/384/512 and Camellia (RFC 4132)). . This package contains a commandline interface to the GNU TLS library, which can be used to set up secure connections from e.g. shell scripts, debugging connection issues or managing certificates. Package: gnutls26-doc Description-md5: b01a1eff3c9deeb4182f891e4e7c9467 Description-en: GNU TLS library 2.x - 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 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 documentation for the GnuTLS 2.x legacy version. 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: graphviz Description-md5: 3596bf983eb939217c51507635922cde Description-en: rich set of graph drawing tools Graph drawing addresses the problem of visualizing structural information by constructing geometric representations of abstract graphs and networks. Automatic generation of graph drawings has important applications in key technologies such as database design, software engineering, VLSI and network design and visual interfaces in other domains. Situations where these tools might be particularly useful include: . * you would like to restructure a program and first need to understand the relationships between its types, procedures, and source files * you need to find the bottlenecks in an Internet backbone - not only individual links, but their relationships * you're debugging a protocol or microarchitecture represented as a finite state machine and need to figure out how a certain error state arises * you would like to browse a database schema, knowledge base, or distributed program represented graphically * you would like to see an overview of a collection of linked documents * you would like to discover patterns and communities of interest in a database of telephone calls or e-mail messages . This package contains the command-line tools. Package: graphviz-dev Description-md5: 9f63b6f413c4d84a0c3d45a554d3697b Description-en: transitional package for graphviz-dev rename Graphviz is a set of graph drawing tools. See the description of the graphviz package for a full description. . This package is targeted at easing the upgrade from older graphviz-dev to the new libgraphviz-dev package. . This package can be purged at anytime once the libgraphviz-dev package has been installed. Package: graphviz-doc Description-md5: f78e17da4b5250c519aa60f99d9c7a3c Description-en: additional documentation for graphviz Graphviz is a set of graph drawing tools. See the description of the graphviz package for a full description. . This package installs HTML and PDF documentation for Graphviz, as well as examples. Package: 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: hplip Description-md5: 2c0bf2568da19b1e4a1da75410d4aa8a Description-en: HP Linux Printing and Imaging System (HPLIP) The HP Linux Printing and Imaging System provides full support for printing on most HP SFP (single function peripheral) inkjets and many LaserJets, and for scanning, sending faxes and for photo-card access on most HP MFP (multi-function peripheral) printers. . HPLIP is composed of: * System services to handle communications with the printers * HP CUPS backend driver (hp:) with bi-directional communication with HP printers (provides printer status feedback to CUPS and enhanced HPIJS functionality such as 4-side full-bleed printing support) * HP CUPS backend driver for sending faxes (hpfax:) * hpcups CUPS Raster driver to turn rasterized input from the CUPS filter chain into the printer's native format (PCL, LIDIL, ...). (hpcups is shipped in a separate package) * HPIJS Ghostscript IJS driver to rasterize output from PostScript(tm) files or from any other input format supported by Ghostscript, and also for PostScript(tm) to fax conversion support (HPIJS is shipped in a separate package) * Command line utilities to perform printer maintenance, such as ink-level monitoring or pen cleaning and calibration * GUI and command line utility to download data from the photo card interfaces in MFP devices * GUI and command line utilities to interface with the fax functions * A GUI toolbox to access all these functions in a friendly way * HPAIO SANE backend (hpaio) for flatbed and Automatic Document Feeder (ADF) scanning using MFP devices . USB, JetDirect (network) and parallel-port devices are supported. Package: hplip-data Description-md5: fff306588096500393b2918a3741076c Description-en: HP Linux Printing and Imaging - data files This package contains data files and PPDs for the HP Linux Printing and Imaging System. Package: hplip-dbg Description-md5: f40a4bbbac3bb9935c72dabd1680002b Description-en: HP Linux Printing and Imaging - debugging information This package contains debugging symbolic information for all the binaries and libraries in the hplip and hpijs packages. . It is useful for generating backtraces using debuggers like gdb and to get better information from tools like ltrace. Package: hplip-doc Description-md5: 2ff3f20ad47bc83fe950ed640ee5990c Description-en: HP Linux Printing and Imaging - documentation This package contains the full documentation for the HP Linux Printing and Imaging System for off-line reading. It includes the documentation for the HPIJS IJS driver as well. Package: icedtea-7-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: icedtea-7-plugin Description-md5: 73779ff36047046383e1c1bd3e13a884 Description-en: web browser plugin based on OpenJDK and IcedTea to execute Java applets IcedTeaPlugin is a web browser plugin to execute Java applets, supporting LiveConnect/JavaScript. It is targeted for xulrunner-1.9 and compatible browsers that support the NPAPI. Package: icedtea-netx Description-md5: 052037f44a864c63fefe21804d48141f Description-en: NetX - implementation of the Java Network Launching Protocol (JNLP) NetX provides a drop-in replacement for javaws (Java Web Start). Since upstream NetX is dormant, IcedTea is hosting and modifying the sources in the IcedTea-Web directory. . IcedTea's NetX currently supports verification of signed jars, trusted certificate storing, system certificate store checking, and provides the services specified by the jnlp API. Package: icedtea-netx-common Description-md5: f1e89cc323726441544f1bc048dd4946 Description-en: NetX - implementation of the Java Network Launching Protocol (JNLP) NetX provides a drop-in replacement for javaws (Java Web Start). Since upstream NetX is dormant, IcedTea is hosting and modifying the sources in the IcedTea-Web directory. . This package contains the architecture independent files. Package: icedtea-plugin Description-md5: 6da6e3fbb572567cdab3a35a85e93560 Description-en: web browser plugin to execute Java applets (dependency package) IcedTeaPlugin is a web browser plugin to execute Java applets, supporting LiveConnect/JavaScript. It is targeted for xulrunner-1.9 and compatible browsers that support the NPAPI. . This is a dependency package, it can be safely removed after upgrade. Package: icu-doc Description-md5: 85b63ef20f81e6ed56386e76f65f4297 Description-en: API documentation for ICU classes and functions ICU is a C++ and C library that provides robust and full-featured Unicode and locale support. This package contains HTML files documenting the ICU APIs. 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.3 Description-md5: 2b9abddd01ad9591f2c4142fa7d37ddb Description-en: IDE for Python (v3.3) using Tkinter IDLE is an Integrated Development Environment for Python (v3.3). IDLE is written using Tkinter and therefore quite platform-independent. Package: imagemagick Description-md5: 7c91199cdb23d3f0345a662d072b5a37 Description-en: image manipulation programs 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). 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: kdelibs-bin Description-md5: 8c1a7b51c921c425f6300691dd629da4 Description-en: core executables for KDE Applications This package contains common core executables used by all KDE Applications. . This package is part of the KDE Development Platform libraries module. Package: kdelibs5-data Description-md5: 2bd024f64244b4a4f31312afcf299c8d Description-en: core shared data for all KDE Applications This package contains architecture-independent data files needed to run KDE Applications. . This package is part of the KDE Development Platform libraries module. Package: kdelibs5-dbg Description-md5: 5267f8d9119e5ba93ffb45270c660c6c Description-en: debugging symbols for the KDE Development Platform libraries This package contains debugging files used to investigate problems with binaries included in the KDE Development Platform libraries module. . This package is part of the KDE Development Platform libraries module. Package: kdelibs5-dev Description-md5: 4143b0754ef485c998c2c10e78ae60ce Description-en: development files for the KDE Development Platform libraries This package contains development files for building KDE Applications and other software that uses the KDE Development Platform libraries. . This package is part of the KDE Development Platform libraries module. Package: kdoctools Description-md5: 238d6e603fc4c3e7e34babe8e5e78683 Description-en: various tools for accessing application documentation This package provides KDE documentation tools (including the "help" KIO slave) for accessing documentation of KDE and GNOME applications. . This package is part of the KDE Development Platform libraries module. Package: 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: 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: libapache2-mod-php5 Description-md5: 749060f1be9f814877d6d2a539d14d5b Description-en: server-side, HTML-embedded scripting language (Apache 2 module) This package provides the PHP5 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: bcmath bz2 calendar Core ctype date dba dom ereg exif fileinfo filter ftp gettext hash iconv json libxml mbstring mhash openssl pcre Phar posix Reflection session shmop SimpleXML soap sockets SPL standard sysvmsg sysvsem sysvshm tokenizer wddx xml xmlreader xmlwriter zip 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: libaudio-dev Description-md5: 64f0a82f05b3c53e80a2a946147df4f5 Description-en: Network Audio System - development files The Network Audio System (NAS) was developed by NCD for playing, recording, and manipulating audio data over a network. Like the X Window System, it uses the client/server model to separate applications from the specific drivers that control audio input and output devices. . This package contains the header files and static library (libaudio.a), needed for development of programs using NAS. Package: libaudio2 Description-md5: e406a6ba4c2219d0fa8de179e6be344c Description-en: Network Audio System - shared libraries The Network Audio System (NAS) was developed by NCD for playing, recording, and manipulating audio data over a network. Like the X Window System, it uses the client/server model to separate applications from the specific drivers that control audio input and output devices. . This package contains the NAS library (libaudio), needed for both remote and local output. Package: libav-doc Description-md5: e1b6e29d8d3ee890016d0afc785a0596 Description-en: Documentation of the Libav API Libav is a complete, cross-platform solution to decode, encode, record, convert and stream audio and video. . This package contains the html doxygen documentation of the Libav API. . Only application developers will find this package useful. Package: libav-tools Description-md5: 0911282df0f4b0ccab197667699075b4 Description-en: Multimedia player, server, encoder and transcoder Libav is a complete, cross-platform solution to decode, encode, record, convert and stream audio and video. . This package contains the avplay multimedia player, the avserver streaming server, the avconv audio and video encoder, and the avprobe stream analyzer. They support most existing file formats (AVI, MPEG, OGG, Matroska, ASF...) and encoding formats (MPEG, DivX, MPEG4, AC3, DV...). Additionally, it contains the qt-faststart utility which rearranges Quicktime files to facilitate network streaming. Package: libavcodec-dev Description-md5: dbbfe8ba88ea77a86c51d6548a08bbe4 Description-en: Development files for libavcodec Libav is a complete, cross-platform solution to decode, encode, record, convert and stream audio and video. . This is the codec library from Libav. It supports most existing encoding formats (MPEG, DivX, MPEG4, AC3, DV...). . This package contains the header files and static libraries needed to compile applications or shared objects that use libavcodec. Package: libavcodec53 Description-md5: 5f84501419e837b17ce3db3bce1ea636 Description-en: Libav codec library Libav is a complete, cross-platform solution to decode, encode, record, convert and stream audio and video. . This is the codec library from Libav (both encoding and decoding). . It supports most existing codecs (MPEG, MPEG2, MPEG4, AC3, DV...). Package: libavdevice-dev Description-md5: d1a143a45e429a3ceda0d58733f017aa Description-en: Development files for libavdevice Libav is a complete, cross-platform solution to decode, encode, record, convert and stream audio and video. . This is the device handling library from Libav. . This package contains the header files and static libraries needed to compile applications or shared objects that use libavdevice. Package: libavdevice53 Description-md5: 749c8f83866b20c4cc64ea76a0e145de Description-en: Libav device handling library Libav is a complete, cross-platform solution to decode, encode, record, convert and stream audio and video. . This is the device handling library from Libav. Package: libavfilter-dev Description-md5: ecbb9d2a01e9cb4ef59f02b92dbfd55e Description-en: Development files for libavfilter Libav is a complete, cross-platform solution to decode, encode, record, convert and stream audio and video. . This is the video filtering library from Libav. . This package contains the header files and static libraries needed to compile applications or shared objects that use libavfilter. Package: libavfilter2 Description-md5: b3ffe3ea2238f3fde78a2d51145467fc Description-en: Libav video filtering library Libav is a complete, cross-platform solution to decode, encode, record, convert and stream audio and video. . This is the video filtering library from Libav. Package: libavformat-dev Description-md5: a12d6dbfdd1f3cd14055f14bf26eb067 Description-en: Development files for libavformat Libav is a complete, cross-platform solution to decode, encode, record, convert and stream audio and video. . This is the demuxer library from Libav. It supports most existing file formats (AVI, MPEG, OGG, Matroska, ASF...). . This package contains the header files and static libraries needed to compile applications or shared objects that use libavformat. Package: libavformat53 Description-md5: 464655e4bb8f0f07e6e1f702e07fb04c Description-en: Libav file format library Libav is a complete, cross-platform solution to decode, encode, record, convert and stream audio and video. . This is the library for handling file formats from Libav. . It supports most existing file formats (AVI, MPEG, OGG, Matroska, ASF...). Package: libavutil-dev Description-md5: 7c9bb8e9578ac880019a066991fefbcb Description-en: Development files for libavutil Libav is a complete, cross-platform solution to decode, encode, record, convert and stream audio and video. . This is the common utility library from Libav. . This package contains the header files and static libraries needed to compile applications or shared objects that use libavutil. Package: libavutil51 Description-md5: 5474c0d7634f2c2a9b642ce3c78d1c79 Description-en: Libav utility library Libav is a complete, cross-platform solution to decode, encode, record, convert and stream audio and video. . This is the common utility library from Libav. It contains shared code used by all other Libav libraries. 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: libbind9-90 Description-md5: 54e2889a8502320ca468efcbd1b48934 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: libc-bin Description-md5: 522a2db5296e3eb124bc283f6680cc58 Description-en: Embedded 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: fd5fdd2377062e0827c669a30c97e2dc Description-en: Embedded GNU C Library: Development binaries This package contains utility programs related to the GNU C Library development package. Package: libc6 Description-md5: 5089b4da6684d7432ab618fb5b79cec5 Description-en: Embedded 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: 277bfaa2a11e93ce7a8e08b0947e8bd8 Description-en: Embedded GNU C Library: detached debugging symbols This package contains the detached debugging symbols for the GNU C library. Package: libc6-dev Description-md5: 67dac41d6c8268d6a08835d858b160af Description-en: Embedded 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: 7c1b5a7fe354423c59e0053eb8cb613d Description-en: Embedded 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: 140597acae786a385454e1181b2fbecb Description-en: Embedded 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: df3228b44bd419350356b93fc5a98cb5 Description-en: Embedded 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-pic Description-md5: 85973cd40f4511da29e5fd362e133f28 Description-en: Embedded GNU C Library: PIC archive library Contains an archive library (ar file) composed of individual shared objects. This is used for creating a library which is a smaller subset of the standard libc shared library. The reduced library is used by debian-installer and may be useful for custom installation media and in embedded systems. Package: libc6-prof Description-md5: 37f174a2430988386de68890169f5224 Description-en: Embedded GNU C Library: Profiling Libraries Static libraries compiled with profiling info (-pg) suitable for use with gprof. Package: libc6-x32 Description-md5: f36805e5d41866f6c61e0d5467d9294b Description-en: Embedded 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: libcamel-1.2-40 Description-md5: 43ee52bbe1cd65f95cd1bd1abbdbcedd Description-en: Evolution MIME message handling library Camel is a generic messaging library. It supports the standard messaging system for receiving and sending messages. It is the messaging backend for Evolution. . Evolution is the integrated mail, calendar, task and address book distributed suite from Novell, Inc. Package: libcamel1.2-dev Description-md5: 24e22bc22b8cf416a7ef05c26c0d1807 Description-en: Development files for libcamel This package contains header files and static library for libcamel. . Camel is a generic messaging library. It supports the standard messaging system for receiving and sending messages. It is the messaging backend for Evolution. . Evolution is the integrated mail, calendar, task and address book distributed suite from Novell, Inc. Package: libcdt4 Description-md5: d9902443b1aa2da91da7ca4482e5eb20 Description-en: rich set of graph drawing tools - cdt library Graphviz is a set of graph drawing tools. See the description of the graphviz package for a full description. . This package contains the cdt library. Package: libcgraph5 Description-md5: 3c0eff44ae2d3aa5e19d60a4384485eb Description-en: rich set of graph drawing tools - cgraph library Graphviz is a set of graph drawing tools. See the description of the graphviz package for a full description. . This package contains the cgraph library. Package: libclamav-dev Description-md5: f9403f3147d4d160269156db01264656 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 libclamav6, 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: libclamav6 Description-md5: 8eec48379ead2492f2f06feeb97a6a2f 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 libclamav6, 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: libcups2 Description-md5: cce9961cb86712146cb19e1b4636f79d Description-en: Common UNIX Printing System(tm) - Core library The Common UNIX Printing System (or CUPS(tm)) is a printing system and general replacement for lpd and the like. It supports the Internet Printing Protocol (IPP), and has its own filtering driver model for handling various document types. . This package provides the base shared libraries for CUPS. Package: libcups2-dev Description-md5: bf3f385e98251c2563c3f58554d2adce Description-en: Common UNIX Printing System(tm) - Development files CUPS library The Common UNIX Printing System (or CUPS(tm)) is a printing system and general replacement for lpd and the like. It supports the Internet Printing Protocol (IPP), and has its own filtering driver model for handling various document types. . This package provides the files necessary for developing CUPS-aware applications and CUPS drivers, as well as examples how to communicate with cups from different programming languages (Perl, Java, and PHP). Package: libcupscgi1 Description-md5: 3660b0ffb79cde60a9580ea571ecfbcb Description-en: Common UNIX Printing System(tm) - CGI library The Common UNIX Printing System (or CUPS(tm)) is a printing system and general replacement for lpd and the like. It supports the Internet Printing Protocol (IPP), and has its own filtering driver model for handling various document types. . This package provides a shared library for CGI programs in the CUPS web interface Package: libcupscgi1-dev Description-md5: 433b937ac75daeec3873b3445bb48090 Description-en: Common UNIX Printing System(tm) - Development files for CGI library The Common UNIX Printing System (or CUPS(tm)) is a printing system and general replacement for lpd and the like. It supports the Internet Printing Protocol (IPP), and has its own filtering driver model for handling various document types. . This package provides the files necessary for developing CGI programs for the CUPS web interface using libcupscgi. Package: libcupsimage2 Description-md5: f4451fb5498322724719d7d3a8635bf4 Description-en: Common UNIX Printing System(tm) - Raster image library The Common UNIX Printing System (or CUPS(tm)) is a printing system and general replacement for lpd and the like. It supports the Internet Printing Protocol (IPP), and has its own filtering driver model for handling various document types. . This package provides the image libraries for handling the CUPS raster format. Package: libcupsimage2-dev Description-md5: 419c750b3360d0933e0bbc9e17913244 Description-en: Common UNIX Printing System(tm) - Development files CUPS image library The Common UNIX Printing System (or CUPS(tm)) is a printing system and general replacement for lpd and the like. It supports the Internet Printing Protocol (IPP), and has its own filtering driver model for handling various document types. . This package provides the files necessary for developing applications that use the CUPS raster image format. Package: libcupsmime1 Description-md5: 3c738d1cd62835670ace55e8d83b4f80 Description-en: Common UNIX Printing System(tm) - MIME library The Common UNIX Printing System (or CUPS(tm)) is a printing system and general replacement for lpd and the like. It supports the Internet Printing Protocol (IPP), and has its own filtering driver model for handling various document types. . This package provides a shared library for file type detection and file conversion filter chain building. Package: libcupsmime1-dev Description-md5: ee515191b340413216668249b8b6097b Description-en: Common UNIX Printing System(tm) - Development files MIME library The Common UNIX Printing System (or CUPS(tm)) is a printing system and general replacement for lpd and the like. It supports the Internet Printing Protocol (IPP), and has its own filtering driver model for handling various document types. . This package provides the files necessary for developing programs using libcupsmime. Package: libcupsppdc1 Description-md5: a2ce16897499bbac7df75d4d297b1713 Description-en: Common UNIX Printing System(tm) - PPD manipulation library The Common UNIX Printing System (or CUPS(tm)) is a printing system and general replacement for lpd and the like. It supports the Internet Printing Protocol (IPP), and has its own filtering driver model for handling various document types. . This package provides the base shared library for generating and manipulating PPD files. Package: libcupsppdc1-dev Description-md5: f1c111d7276de209cb50ebccbc551f69 Description-en: Common UNIX Printing System(tm) - Development files PPD library The Common UNIX Printing System (or CUPS(tm)) is a printing system and general replacement for lpd and the like. It supports the Internet Printing Protocol (IPP), and has its own filtering driver model for handling various document types. . This package provides the files necessary for developing programs using libcupsppdc. Package: libcurl3 Description-md5: b5acf1dece8a7a9df2a9c7e96a0320f8 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, 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: 75dc37d46c31142928caa6ed53e144bf 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, 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: 5bc1af3749bfa2199d172a967075b532 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, 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: a8b95aaf83761d5af90fd97fc5569c72 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, 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-gnutls-dev Description-md5: cf466d605e7f6ba2d9a210b9ff7cf506 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, 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 to build software which uses libcurl. HTML and PDF versions of all the manual pages are also provided. . SSL support is provided by GnuTLS. Package: libcurl4-nss-dev Description-md5: ea23d26e1e30e1d8c9854839a5f36f16 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, 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 to build software which uses libcurl. HTML and PDF versions of all the manual pages are also provided. . SSL support is provided by NSS. Package: libcurl4-openssl-dev Description-md5: d34823c09cbc282f1e66e15adefbdb9f 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, 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 to build software which uses libcurl. HTML and PDF versions of all the manual pages are also provided. . 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: libdmx-dev Description-md5: 4c3cc722eb34563e5337ba949cffc8b3 Description-en: X11 Distributed Multihead extension library (development headers) libdmx is an interface to the DMX extension for X, which allows a single server to be set up as a proxy spanning multiple servers -- not unlike Xinerama across discrete physical machines. It can be reconfigured on the fly to change the layout, and it is presented as a single logical display to clients. . libdmx allows clients to configure the layout of DMX servers by adding and removing screens, input devices, et al. . This package contains the development headers for the library found in libdmx1. Non-developers likely have little use for this package. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libdmx Package: libdmx1 Description-md5: 3bb7f6af7b22c4a1e37a2eb6f705b674 Description-en: X11 Distributed Multihead extension library libdmx is an interface to the DMX extension for X, which allows a single server to be set up as a proxy spanning multiple servers -- not unlike Xinerama across discrete physical machines. It can be reconfigured on the fly to change the layout, and it is presented as a single logical display to clients. . libdmx allows clients to configure the layout of DMX servers by adding and removing screens, input devices, et al. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libdmx Package: libdmx1-dbg Description-md5: c7776342d319349800d5af565864c2c3 Description-en: X11 Distributed Multihead library (debug package) libdmx is an interface to the DMX extension for X, which allows a single server to be set up as a proxy spanning multiple servers -- not unlike Xinerama across discrete physical machines. It can be reconfigured on the fly to change the layout, and it is presented as a single logical display to clients. . libdmx allows clients to configure the layout of DMX servers by adding and removing screens, input devices, et al. . This package contains the debug versions of the library found in libdmx1. Non-developers likely have little use for this package. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libdmx Package: libdns95 Description-md5: 08196e0b2c6fd4d0c818845ca28dbe39 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: libebackend-1.2-5 Description-md5: b3d133d6b14648a896d4e2d251b6dcae Description-en: Utility library for evolution data servers This package is a utility library for evolution-data-servers providing backend functions to access data. . Evolution is the integrated mail, calendar, task and address book distributed suite from Novell, Inc. Package: libebackend1.2-dev Description-md5: a5d72b476981a785a5ae2459f4a20808 Description-en: Utility library for evolution data servers (development files) This package contains header files and static library for libebackend. . libebackend is a utility library for evolution-data-server providing backend function to access data. . Evolution is the integrated mail, calendar, task and address book distributed suite from Novell, Inc. Package: libebook-1.2-14 Description-md5: cb24488ae2ac69e00752272e7be5221f Description-en: Client library for evolution address books This package is a client library for evolution addressbooks. . Evolution is the integrated mail, calendar, task and address book distributed suite from Novell, Inc. Package: libebook1.2-dev Description-md5: ef3ee2f270bec1dd37ca08ab22a90311 Description-en: Client library for evolution address books (development files) This package contains header files and static library for libebook. . libebook is a client library for evolution addressbooks. Evolution is the integrated mail, calendar, task and address book distributed suite from Novell, Inc. Package: libecal-1.2-15 Description-md5: 04cb425637b47946ccd00f8590d52db8 Description-en: Client library for evolution calendars Evolution is the integrated mail, calendar, task and address book distributed suite from Novell, Inc. . This package is a client library for evolution calendar. Package: libecal1.2-dev Description-md5: 64e78a627bc19180d08e2006a3590372 Description-en: Client library for evolution calendars (development files) Evolution is the integrated mail, calendar, task and address book distributed suite from Novell, Inc. . This package contains header files and static library for libecal. Package: libedata-book-1.2-15 Description-md5: 2951cda855016cedfd37b2b06ff0940f Description-en: Backend library for evolution address books Evolution is the integrated mail, calendar, task and address book distributed suite from Novell, Inc. . This package is a backend library for evolution address book. Package: libedata-book1.2-dev Description-md5: daf7a85467bbdfac33345b2709b9f36d Description-en: Backend library for evolution address books (development files) Evolution is the integrated mail, calendar, task and address book distributed suite from Novell, Inc. . This package contains header files and static library for libedata-book. Package: libedata-cal-1.2-18 Description-md5: 6f9b6ccd1e5738678caa1d75cb84cf43 Description-en: Backend library for evolution calendars Evolution is the integrated mail, calendar, task and address book distributed suite from Novell, Inc. . This package is a backend library for evolution calendar. Package: libedata-cal1.2-dev Description-md5: e696a09b21241ebcdcff5dd7e60f1c19 Description-en: Backend library for evolution calendars (development files) Evolution is the integrated mail, calendar, task and address book distributed suite from Novell, Inc. . This package contains header files and static library for libedata-cal. Package: libedataserver-1.2-17 Description-md5: fda04a0fcd5d6e38514bd04afa3d3e7f Description-en: Utility library for evolution data servers The data server, called "Evolution Data Server" is responsible for managing calendar and addressbook information. . This package is a utility library for evolution-data-server. Package: libedataserver1.2-dev Description-md5: f544598afd99e88bcd01bf63f94d1b5b Description-en: Utility library for evolution data servers (development files) The data server, called "Evolution Data Server" is responsible for managing calendar and addressbook information. . This package contains header files and static library for libedataserver. Package: libedataserverui-3.0-4 Description-md5: 36d91c84a191a0a21c4e0cb1baa9b09c Description-en: GUI utility library for evolution data servers The data server, called "Evolution Data Server" is responsible for managing calendar and addressbook information. . This package is a GUI utility library for evolution-data-server. Package: libedataserverui-3.0-dev Description-md5: 6189cfd2076fd87996ea7ec2b1e2d12c Description-en: GUI utility library for evolution data servers (development files) The data server, called "Evolution Data Server" is responsible for managing calendar and addressbook information. . This package contains header files and static library for libedataserverui. Package: libegl1-mesa Description-md5: 303131c20d722e28695d1b6357d3c1c6 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 and OpenVG. . This package contains modules to interface with the existing system GLX or DRI2 drivers to provide OpenGL via EGL. The libegl1-mesa-drivers package provides drivers to provide hardware-accelerated OpenGL|ES and OpenVG support. Package: libegl1-mesa-dbg Description-md5: 2f865519d57e73074704ab36dee31207 Description-en: free implementation of the EGL API -- debugging symbols 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 and OpenVG. . This package contains the debugging symbols for the EGL library. Package: libegl1-mesa-dev Description-md5: 8e7125460d26d2b46c63ba2792ce25e2 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 and OpenVG. . This package provides the development environment for compiling programs against the EGL library. Package: libegl1-mesa-drivers Description-md5: 6f63ffb98c579f02a36dc4f9945d5353 Description-en: free implementation of the EGL API -- hardware drivers 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 and OpenVG. . This package contains the drivers required for hardware accelerated rendering of EGL-based graphics libraries, such as OpenGL|ES and OpenVG. Package: libegl1-mesa-drivers-dbg Description-md5: 2a77b1ce20257ac2bbd8df0260110ab0 Description-en: free implementation of the EGL API -- driver debugging symbols 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 and OpenVG. . This package contains the debugging symbols for the drivers required for hardware accelerated rendering of EGL-based graphics libraries. Package: libfs-dev Description-md5: 8afa50cb2254f0d5b40ef30959e297da Description-en: X11 Font Services library (development headers) libFS, the Font Services library, provides various functions useful to X11 font servers, and clients connecting to font servers. It is not used outside of these implementations. . This package contains the development headers for the library found in libfs6. Non-developers likely have little use for this package. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libFS Package: libfs6 Description-md5: bc296d2b3e22926a5940397b64e85665 Description-en: X11 Font Services library libFS, the Font Services library, provides various functions useful to X11 font servers, and clients connecting to font servers. It is not used outside of these implementations. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libFS Package: libfs6-dbg Description-md5: 4adf63290da4ca2067cfdbd7d8c74262 Description-en: X11 Font Services library (debug package) libFS, the Font Services library, provides various functions useful to X11 font servers, and clients connecting to font servers. It is not used outside of thse implementations. . This package contains the debug versions of the library found in libfs6. Non-developers likely have little use for this package. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libFS 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: 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-dbg Description-md5: ff539259b350b2362cba34825ad1a809 Description-en: generic buffer management API -- debugging symbols 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 contains the debugging symbols for the GBM library. Package: libgcrypt11 Description-md5: 6cb6e549d7896e8d87a0813312b20500 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, CRC, MD4, MD5, RIPE-MD160, SHA-1, SHA-256, SHA-512, Tiger, Whirlpool, DSA, DSA2, ElGamal, RSA, ECC. Package: libgcrypt11-dbg Description-md5: d0c2889809cdebe2f49692f3ed25fdc7 Description-en: LGPL Crypto library - debugger 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, CRC, MD4, MD5, RIPE-MD160, SHA-1, SHA-256, SHA-512, Tiger, Whirlpool, DSA, DSA2, ElGamal, RSA, ECC. . This package contains symbol tables for debugging. Package: libgcrypt11-dev Description-md5: 6e06ced64459edf7a7c38c97a3251401 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, 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: libgcrypt11-doc Description-md5: 0bd154fd13b4f26a0ec9100af954579d 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, CRC, MD4, MD5, RIPE-MD160, SHA-1, SHA-256, SHA-512, Tiger, Whirlpool, DSA, DSA2, ElGamal, RSA, ECC. . This package contains developer documentation. Package: libgimp2.0 Description-md5: 87c9f62281987fda19082f1b5cc2c95c Description-en: Libraries for the GNU Image Manipulation Program This package includes the libgimp libraries, which are necessary to run GIMP and third-party GIMP plugins. Package: libgimp2.0-dev Description-md5: c7c7d24560c6f749d332154868167ed5 Description-en: Headers and other files for compiling plugins for GIMP This package contains the header files for the GNU Image Manipulation Program, along with the static versions of libgimp. It also includes the gimptool-2.0 utility. . Install this package if you wish to compile your own plugins, or if you wish to develop packages that use libgimp. Package: libgimp2.0-doc Description-md5: 8acaa3767b69bc8f021740c983e4e23a Description-en: Developers' Documentation for the GIMP library This package contains the HTML documentation for the GIMP library in /usr/share/gtk-doc/html/ . 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-dri Description-md5: da6c27328d7c638224ef0acc251a333d 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. . The tdfx DRI module needs libglide3 to enable direct rendering. Package: libgl1-mesa-dri-dbg Description-md5: fb1e2b71da0f9ac97628cc83179582ac Description-en: Debugging symbols for the Mesa 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. . This package contains debugging symbols for the DRI modules. Package: libgl1-mesa-glx Description-md5: 55c9cfe284958a4586b3c6b8323ccf0c 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 author makes 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-dbg Description-md5: 164c9f30dd80a2fb1fdca740b3ebe620 Description-en: Debugging symbols for the Mesa GLX runtime 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. . For a complete description of Mesa, please look at the libgl1-mesa-glx package. . This package contains debugging symbols for the GL library with GLX and DRI capabilities. 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-dbg Description-md5: 06022288c7b9a148961fac43facd60e8 Description-en: free implementation of the GL API -- debugging symbols 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. . This package contains debugging symbols for the GL API library. 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-dbg Description-md5: 4fa9b5bb249bd2e4b78b460050218045 Description-en: free implementation of the OpenGL|ES 1.x API -- debugging symbols 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 contains the debugging symbols for the libGLESv1_CM library. 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: 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-dbg Description-md5: b9ce4487980b8d0298c3fd42c2ad83a6 Description-en: free implementation of the OpenGL|ES 2.x API -- debugging symbols 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 contains the debugging symbols for the libGLESv2 library. 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: libgnutls-dev Description-md5: e2a3e8bac6f6874ae5a4bc8e489881a6 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 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: ed7bc845df883f3776627eaef9179481 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 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: libgnutls26 Description-md5: 07e0914117156d2b3fcf0d63e9ef8ac2 Description-en: GNU TLS library - 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 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 libraries. Package: libgnutls26-dbg Description-md5: 49ef95a26f6727eeaa8d2c979d728b2d Description-en: GNU TLS library - debugger symbols 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 protocols. . This package contains the debugger symbols and commandline utilities. Package: libgnutlsxx27 Description-md5: afe5e834531764319ee8050592126f1d 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 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: libgraph4 Description-md5: 43cc8b0d09d4df1ae1fe7928559991e9 Description-en: rich set of graph drawing tools - graph library Graphviz is a set of graph drawing tools. See the description of the graphviz package for a full description. . This package contains the graph library. Package: libgraphviz-dev Description-md5: c3a8010bf765807229fbc858755d3ad0 Description-en: graphviz libs and headers against which to build applications Graphviz is a set of graph drawing tools. See the description of the graphviz package for a full description. . This package installs the libraries and headers necessary to link graphviz library routines into an application. It also installs additional man pages. . Note: A graphviz user doesn't need to install this package. Package: 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: libgudev-1.0-0 Description-md5: 69c67b853f66d1327190cab12680738c Description-en: GObject-based wrapper library for libudev This library makes it much simpler to use libudev from programs already using GObject. It also makes it possible to easily use libudev from other programming languages, such as Javascript, because of GObject introspection support. Package: libgudev-1.0-dev Description-md5: 903f84519fd86bd5fb271a04acb09731 Description-en: libgudev-1.0 development files This package contains the files needed for developing applications that use libgudev-1.0. Package: libgvc5 Description-md5: 87da8308b382f4072b1022b48b3d7368 Description-en: rich set of graph drawing tools - gvc library Graphviz is a set of graph drawing tools. See the description of the graphviz package for a full description. . This package contains the gvc library. Package: libgvpr1 Description-md5: e7dafa90950ab7d270f04d6a2f98fc48 Description-en: rich set of graph drawing tools - gvpr library Graphviz is a set of graph drawing tools. See the description of the graphviz package for a full description. . This package contains the gvpr library. Package: libhpmud-dev Description-md5: 685361fef3e25ebd6bad416fd567ba48 Description-en: HP Multi-Point Transport Driver (hpmud) development libraries Shared library that provides direct I/O for each process. Prior to hpmud, all I/O was serialized through hpiod, a monolithic I/O processor. The new hpmud direct I/O is faster. Hpmud supports parallel, USB and JetDirect connectivity. . With hpmud, HPLIP no longer has Linux specific libusb extensions. This means any UNIX/Linux derivative that supports libusb may work with HPLIP. A public HPLIP "C" API is exposed through hpmud. See hpmud.h for documentation. A Python wrapper for hpmud, called hpmudext, is also available. Package: libhpmud0 Description-md5: cb6a9618d69de0118cb6b55616a9913e Description-en: HP Multi-Point Transport Driver (hpmud) run-time libraries Shared library that provides direct I/O for each process. Prior to hpmud, all I/O was serialized through hpiod, a monolithic I/O processor. The new hpmud direct I/O is faster. Hpmud supports parallel, USB and JetDirect connectivity. . With hpmud, HPLIP no longer has Linux specific libusb extensions. This means any UNIX/Linux derivative that supports libusb may work with HPLIP. A public HPLIP "C" API is exposed through hpmud. See hpmud.h for documentation. A Python wrapper for hpmud, called hpmudext, is also available. Package: libicu-dev Description-md5: efb9bc7588bc693e0bc9d6d1813a18dd Description-en: Development files for International Components for Unicode ICU is a C++ and C library that provides robust and full-featured Unicode and locale support. This package contains the development files for ICU along with programs used to manipulate data files found in the ICU sources. Package: libicu48 Description-md5: ea5cc55770d8f276c67880d90115d206 Description-en: International Components for Unicode ICU is a C++ and C library that provides robust and full-featured Unicode and locale support. This package contains the runtime libraries for ICU. Package: libicu48-dbg Description-md5: cd531f650c894307a7f9e9bc71ee864b Description-en: International Components for Unicode ICU is a C++ and C library that provides robust and full-featured Unicode and locale support. This package contains debugging symbols for the libraries. 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: libimobiledevice3 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: libimobiledevice3-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: libisc92 Description-md5: 6530db41bb53f0f9fc50d6f397950e53 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: libisccc90 Description-md5: da6a1a2a1fbcd8229f24523ae8ae7b33 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: libisccfg90 Description-md5: 3a890bff8c41bd92ac3e542818fb7f79 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: libjpeg-turbo8 Description-md5: e73784921dcb74ecc93efca2d0dbf06a Description-en: IJG JPEG compliant runtime library. Runtime library supporting the Independent JPEG Group's standard for JPEG files. . This package contains the shared library which is a drop in replacement for libjpeg8, which has better performance than standard libjpeg by use of SIMD and other optimizations. Package: libjpeg-turbo8-dbg Description-md5: 9642361e392f97fb16b31dfbf38ea4d1 Description-en: Debugging symbols for the libjpeg-turbo library An optimized implementation of the Independent JPEG Group's JPEG library is a library for handling JPEG files. . This package contains the debugging symbols for libjpeg-turbo. Package: libjpeg-turbo8-dev Description-md5: d25e4fedcfe5ade5e441d4bc95a4a0d1 Description-en: Development files for the IJG JPEG library The Independent JPEG Group's JPEG library is a library for handling JPEG files. . This package contains the static library, headers and documentation. Package: libjpeg62 Description-md5: 53d80d990dac853780cc2c973a60e680 Description-en: Independent JPEG Group's JPEG runtime library (version 6.2) The Independent JPEG Group's JPEG library is a library for handling JPEG files. . This package contains the shared library for version 6.2. Package: libjpeg62-dbg Description-md5: 3387562520832fd6b3c1640c9bdde454 Description-en: Development files for the IJG JPEG library (version 6.2) The Independent JPEG Group's JPEG library is a library for handling JPEG files. . This package contains the debugging symbols for libjpeg for version 6.2. Package: libjpeg62-dev Description-md5: 754ff6d7596fa7d0dad4124be6dd4ac1 Description-en: Development files for the IJG JPEG library (version 6.2) The Independent JPEG Group's JPEG library is a library for handling JPEG files. . This package contains the static library, headers and documentation for version 6.2. Package: libkcmutils4 Description-md5: 0664b9af20b96f1c42e9dc3e04e67da4 Description-en: utility classes for using KCM modules This library provides utility classes for using KCM modules in a KDE application. . This package is part of the KDE Development Platform libraries module. Package: libkde3support4 Description-md5: 991cc7b40c4c49f2141dd24fe02e64be Description-en: KDE 3 Support Library for the KDE 4 Platform The classes here are only for convenience of porting from KDE 3 to KDE 4 Platform. They are not supposed to be used for a long time. You should move on to replacement classes provided by the framework or implement something yourself in the long run. . This package is part of the KDE Development Platform libraries module. Package: libkdeclarative5 Description-md5: 68aa12fd756ea17a2040ffb30a42f8ac Description-en: declarative library for plasma This library provides plasma bindings for Qt Quick . This package contains experimental software and should not be used in production environment . This package is part of the KDE Development Platform libraries module. Package: libkdecore5 Description-md5: 63b72d99622f0f39483e2857c12b1ce7 Description-en: KDE Platform Core Library All KDE Applications use this library to provide basic functionality such as the configuration system, IPC, internationalization and locale support, site-independent access to the filesystem and a large number of other (but no less important) things. The classes in this library does not require linkage to QtGui or any other library that requires a graphical interface. . This package is part of the KDE Development Platform libraries module. Package: libkdesu5 Description-md5: b0a8912323d2acc159aee09909172425 Description-en: Console-mode Authentication Library for the KDE Platform This library provides functionality for building GUI front ends for (password asking) console mode programs. For example, kdesu and kdessh use it to interface with su and ssh respectively. . This package is part of the KDE Development Platform libraries module. Package: libkdeui5 Description-md5: dd888935d1059e0ffd266016dcabd53c Description-en: KDE Platform User Interface Library This library provides standard user interface elements for use in KDE Applications. If your KDE Application has a GUI, you will almost certainly link to this library. . A spell-checker functionality is also provided. Sonnet offers easy access to International ISpell or ASpell as well as a spell-checker GUI ("Add", "Replace", etc.). . This package is part of the KDE Development Platform libraries module. Package: libkdewebkit5 Description-md5: 37f74b24ea041b93eceb237236a38db3 Description-en: KDE WebKit Library This library provides KDE integration of the QtWebKit library. . This package is part of the KDE Development Platform libraries module. Package: libkdnssd4 Description-md5: a67f398f302ac7c437c2db6660c0cb5d Description-en: DNS-SD Protocol Library for the KDE Platform This library is for handling the DNS-based Service Discovery Protocol (DNS-SD), the layer of Zeroconf that allows network services, such as printers, to be discovered without any user intervention or centralized infrastructure. . This package is part of the KDE Development Platform libraries module. Package: libkemoticons4 Description-md5: cae26d9220ef55bb5d93e6e50aaabbeb Description-en: utility classes to deal with emoticon themes This library provides utility classes to deal with emoticon themes in KDE applications. It provides classes to load emoticon themes from various sources as well as install new themes. . This package is part of the KDE Development Platform libraries module. Package: libkfile4 Description-md5: ca6120f48cf645c62bd18c493fa976ce Description-en: File Selection Dialog Library for KDE Platform This library provides the file selection dialog and its components. . This package is part of the KDE Development Platform libraries module. Package: libkhtml5 Description-md5: 6fdc11e326da0a1bd495dcdc96640c27 Description-en: KHTML Web Content Rendering Engine This library provides the component based on the KDE parts framework that can be used to embed a fully-fledged HTML browser widget in any KDE Application. This library uses the KHTML Web Content Rendering Engine to rendering. . This package is part of the KDE Development Platform libraries module. Package: libkidletime4 Description-md5: 5eb21e2d5fd8b18292c2b04164cbd62f Description-en: library to provide information about idle time This library contains a class that allows applications to watch for user activity or inactivity. It is useful not only for finding out about the current idle time of the PC, but also for getting notified upon idle time events, such as custom timeouts, or user activity. . This package is part of the KDE Development Platform libraries module. Package: libkimproxy4 Description-md5: 68e45e2a7240f7aa539c55fa9670181b Description-en: Instant Messaging Interface Library for the KDE Platform This library provides an easy-to-use interface to any instant messengers or chat programs that implement KIMIface. . This package is part of the KDE Development Platform libraries module. Package: libkio5 Description-md5: f9d64e3dda3bf4c061b02623b14ed159 Description-en: Network-enabled File Management Library for the KDE Platform This library implements almost all the file management functions you will ever need. In fact, the KDE file manager, Konqueror also uses this to provide its network-enabled file management. This library also implements the KDE file selector widget. . This package is part of the KDE Development Platform libraries module. Package: libkjsapi4 Description-md5: ef5d36e5444d0736d01d3dc877117014 Description-en: KJS API Library for the KDE Development Platform This library provides an ECMAScript compatible interpreter. The ECMA standard is based on well known scripting languages such as Netscape's JavaScript and Microsoft's JScript. . This package is part of the KDE Development Platform libraries module. Package: libkjsembed4 Description-md5: 7d592f95900bcda9ed863557c464d5cf Description-en: library for binding JavaScript objects to QObjects This library provides a method of binding JavaScript objects to QObjects, so you can script your applications. It also provides an interface for running embedded Javascript. . This package is part of the KDE Development Platform libraries module. Package: libkmediaplayer4 Description-md5: 41939bc408f0c531de5f851dcf989514 Description-en: KMediaPlayer Interface for the KDE Platform KMediaPlayer provides an API for re-usable media player components. The main class (KMediaPlayer::Player) provides all the necessary media player operations, with an optional GUI to control them. . This package is part of the KDE Development Platform libraries module. Package: libknewstuff2-4 Description-md5: 3b60147847daf44fbccfb1a682258447 Description-en: "Get Hot New Stuff" v2 Library for the KDE Platform The KNewStuff2 ("Get Hot New Stuff" v2) library adds data sharing capabilities to KDE Applications. Technically, it implements the GHNS and DXS specifications. The library consists of three parts: the data management core and GHNS protocol implementation, the DXS web service handler, and the user interface classes like dialogs and buttons. . This package is part of the KDE Development Platform libraries module. Package: libknewstuff3-4 Description-md5: f38a1ea642d10041b05d41abd81c1721 Description-en: "Get Hot New Stuff" v3 Library for the KDE Platform The KNewStuff3 ("Get Hot New Stuff" v3) library adds data sharing capabilities to the KDE Applications. It uses libattica to access Open Collaboration Services providers. In addition the static XML from GHNS is supported. . This package is part of the KDE Development Platform libraries module. Package: libknotifyconfig4 Description-md5: 92a159564b8bead16419278ef73c0269 Description-en: library for configuring KDE Notifications This library provides a common interface for the configuration of the KDE Notifications (KNotify) for each KDE Application (e.g. "Configuration Notification" dialog). . This package is part of the KDE Development Platform libraries module. Package: libkntlm4 Description-md5: a4c2aefaa45147ea6933464366053951 Description-en: NTLM Authentication Library for the KDE Platform This library is useful for creating the authentication structures which can be used for various servers which implement NTLM type authentication. A comprehensive description of the NTLM authentication protocol can be found at http://davenport.sourceforge.net/ntlm.html . The library also provides subroutines to create the LanManager and NT (MD4) hashes of a password. . This package is part of the KDE Development Platform libraries module. Package: libkparts4 Description-md5: 98c676da683b1bb14ce3b6e59252a0bb Description-en: Framework for the KDE Platform Graphical Components This library implements the framework for reusable KDE components (kparts), which are elaborate widgets with a user-interface defined in terms of actions (menu items, toolbar icons). . This package is part of the KDE Development Platform libraries module. Package: libkprintutils4 Description-md5: fd3d73f26788fb553bf5c5fc82981d77 Description-en: utility classes to deal with printing This library is meant to provide utility classes for using printing features in KDE applications. Currently it only provides a print preview dialog. . This package is part of the KDE Development Platform libraries module. Package: libkpty4 Description-md5: 88650c0f22bb7f0ec349c0b6cf39f941 Description-en: Pseudo Terminal Library for the KDE Platform This library provides primitives to interface with pseudo terminal devices as well as a KProcess derived class for running child processes and communicating with them using a pty. . This package is part of the KDE Development Platform libraries module. Package: libkrosscore4 Description-md5: 36901388f1fca67e2a2b0d8491d66b2a Description-en: Kross Core Library Kross is a scripting bridge for the KDE Development Platform used to embed scripting functionality into an application. Kross provides an abstract API to provide scripting functionality in a interpreter-independent way. The application that uses Kross should not need to know anything about the scripting language being used. . The core of Kross provides the framework to deal transparently with interpreter-backends and offers abstract functionality to deal with scripts. . This package is part of the KDE Development Platform libraries module. Package: libkrossui4 Description-md5: 299663dd13172b62a97dba0a445d9342 Description-en: Kross UI Library Kross is a scripting bridge for the KDE Development Platform used to embed scripting functionality into an application. Kross provides an abstract API to provide scripting functionality in a interpreter-independent way. The application that uses Kross should not need to know anything about the scripting language being used. . The UI library of Kross provides the Kross KParts plugin and other classes aimed towards Kross integration with the KDE graphical applications. . This package is part of the KDE Development Platform libraries module. Package: libktexteditor4 Description-md5: 2d8e60170c0b920dc40b14f799eaf14b Description-en: KTextEditor interfaces for the KDE Platform This package provides the KTextEditor interfaces (also called KTE interfaces) that are a set of well-defined interfaces which an application or library can implement to provide advanced plain text editing services. Applications which utilise this interface can thus allow the user to choose which implementation of the editor component to use. The only implementation right now is the Kate Editor Component (Kate Part). . This package is part of the KDE Development Platform libraries module. Package: libkunitconversion4 Description-md5: b9918503d482d7d829ab3df3d0dfe2e2 Description-en: Unit Conversion library for the KDE Platform The kunitconversion library can help KDE 4 application in doing conversions of values in different measure units. . Currently, it can provide conversions for the following unit categories: * currency * density * energy * fuel efficiency * length * mass * power * pressure * temperature * time * velocity * volume . This library is part of the KDE Development Platform libraries module. Package: libkutils4 Description-md5: 694b339a296f5f2257295f8914329086 Description-en: dummy transitional library This library has been split into libkcmutils4, libkprintutils4, libkidletime4 and libkemoticons4. This binary is provided to keep binary compatibility with software that was compiled against it. New software should not link against this library. . This package is part of the KDE Development Platform libraries module. Package: liblcms2-2 Description-md5: f2e97e265067bf340866f48be3f9cae5 Description-en: Little CMS 2 color management library LittleCMS 2 intends to be a small-footprint color management engine, with special focus on accuracy and performance. It uses the International Color Consortium standard (ICC) of color management. LittleCMS 2 is a full implementation of ICC specification 4.2 plus all addendums. It fully supports all V2 and V4 profiles, including abstract, devicelink and named color profiles. Package: liblcms2-dev Description-md5: 87ff14435a28f46ae1486d878912dfa7 Description-en: Little CMS 2 color management library development headers LittleCMS 2 intends to be a small-footprint color management engine, with special focus on accuracy and performance. It uses the International Color Consortium standard (ICC) of color management. Little CMS 2 is a full implementation of ICC specification 4.2 plus all addendums. It fully supports all V2 and V4 profiles, including abstract, devicelink and named color profiles. This package contains the development headers used for building software that uses Little CMS. 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-2-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-2-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-2-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-2-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: liblwres90 Description-md5: 73843c094de7b4dfcc9ed1e36cc6d546 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: libmagick++-dev Description-md5: b938b7703abcd228af38c5cac9f8ae72 Description-en: object-oriented C++ interface to ImageMagick - development files This package includes header files and static libraries needed to compile programs using Magick++. Package: libmagick++5 Description-md5: 8e8fbab9ccdf45928236b9f3c42ecd91 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++. Package: libmagickcore-dev Description-md5: aa88f5d5082ff9b7448857107c1318e9 Description-en: low-level image manipulation library - development files This package includes header files and static libraries needed to compile programs using MagickCore. Package: libmagickcore5 Description-md5: 31a16c71aad370b017e54b54536e4503 Description-en: low-level image manipulation library 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. Package: libmagickcore5-extra Description-md5: 74d032fafdeeca601f033c6cd8e31fae Description-en: low-level image manipulation library - extra codecs This package adds support for SVG, WMF, OpenEXR, DjVu and Graphviz to MagickCore. Package: libmagickwand-dev Description-md5: 431e989a3aae92a173c5b1cf4ffe85eb Description-en: image manipulation library - development files This package includes header files and static libraries needed to compile programs using MagickWand. Package: libmagickwand5 Description-md5: 551ef05d728c4f543dc3afb54a3f6c73 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. Package: libmodule-signature-perl Description-md5: 003b4a0e2accc05cf4a4ef88654a7733 Description-en: module to manipulate CPAN SIGNATURE files Module::Signature is a Perl module that adds cryptographic authentications to CPAN distributions, via the special SIGNATURE file. It also includes various tools to sign distributions and to verify signatures and supports using many different cryptographic hashing algorithms. 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: libmysqlclient18 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: libnepomuk4 Description-md5: b19e398b2de1071ad89678968e230e2a Description-en: Nepomuk Meta Data Library Nepomuk aims to provide the basis to handle all kinds of metadata on the KDE desktop in a generic fashion. This ranges from simple information such as tags or ratings over metadata extracted from files to metadata that is generated by applications automatically. RDF, the Resource Description Framework, provides the powerful basis to store and query all this data. The goal is to categorize all metadata using clean ontologies to make an automated handling and enrichment of the data possible. . This library implements core Nepomuk functionality like handling of resources and ontologies. . This package is part of the KDE Development Platform libraries module. Package: libnepomukquery4a Description-md5: f817c9a2910650273d5905aa6b8bc8d7 Description-en: Nepomuk Query Library for the KDE Platform Nepomuk aims to provide the basis to handle all kinds of metadata on the KDE desktop in a generic fashion. This ranges from simple information such as tags or ratings over metadata extracted from files to metadata that is generated by applications automatically. RDF, the Resource Description Framework, provides the powerful basis to store and query all this data. The goal is to categorize all metadata using clean ontologies to make an automated handling and enrichment of the data possible. . This library implements the Nepomuk Query API. It is aimed to be used by KDE desktop applications to query Nepomuk database for metadata. . This package is part of the KDE Development Platform libraries module. Package: libnepomukutils4 Description-md5: 064394da7816fadaeba58ce100eb1836 Description-en: Nepomuk Utility Library Nepomuk aims to provide the basis to handle all kinds of metadata on the KDE desktop in a generic fashion. This ranges from simple information such as tags or ratings over metadata extracted from files to metadata that is generated by applications automatically. RDF, the Resource Description Framework, provides the powerful basis to store and query all this data. The goal is to categorize all metadata using clean ontologies to make an automated handling and enrichment of the data possible. . This library implements the Nepomuk utility functionality. . This package is part of the KDE Development Platform libraries module. Package: libnss-winbind Description-md5: 223d38d764a9bb35ad3be4c8d048957d Description-en: Samba nameservice integration plugins 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. Samba can also function as an NT4-style domain controller, and can integrate with both NT4 domains and Active Directory realms as a member server. . This package provides nss_winbind, a plugin that integrates with a local winbindd server to provide user/group name lookups to the system; and nss_wins, which provides hostname lookups via both the NBNS and NetBIOS broadcast protocols. 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: libopenvg1-mesa Description-md5: 23fad5a33ddc86c1ebd79b349b93c466 Description-en: free implementation of the OpenVG API -- runtime This package contains the mesa implementation of the OpenVG 2D acceleration library. OpenVG provides a device independent and vendor-neutral interface for sophisticated 2D graphical applications, while allowing device manufacturers to provide hardware acceleration on devices ranging from wrist watches to full microprocessor-based desktop and server machines. Package: libopenvg1-mesa-dbg Description-md5: e093793928f70f1daa03783f40a7298c Description-en: free implementation of the OpenVG API -- debugging symbols This package contains the mesa implementation of the OpenVG 2D acceleration library. OpenVG provides a device independent and vendor-neutral interface for sophisticated 2D graphical applications, while allowing device manufacturers to provide hardware acceleration on devices ranging from wrist watches to full microprocessor-based desktop and server machines. . This package contains the debugging symbols for the OpenVG library. Package: libopenvg1-mesa-dev Description-md5: 83d64f6fb398c328ebe1bcc729f426b3 Description-en: free implementation of the OpenVG API -- development files This package contains the mesa implementation of the OpenVG 2D acceleration library. OpenVG provides a device independent and vendor-neutral interface for sophisticated 2D graphical applications, while allowing device manufacturers to provide hardware acceleration on devices ranging from wrist watches to full microprocessor-based desktop and server machines. . This package contains the development environment required for compiling programs against the OpenVG 2D acceleration library. 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: libpam-smbpass Description-md5: 99a52e9b231c8359c64eb7bde1bc1cb1 Description-en: pluggable authentication module for Samba This is a module for PAM that enables a system administrator to migrate user passwords from the Unix password database to the SMB password database as used by Samba, and to subsequently keep the two databases in sync. Unlike other solutions, it does this without needing users to log in to Samba using cleartext passwords, or requiring them to change their existing passwords. Package: libpam-winbind Description-md5: fba9076429d270720a91324cff071fed Description-en: Windows domain authentication integration plugin 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. Samba can also function as an NT4-style domain controller, and can integrate with both NT4 domains and Active Directory realms as a member server. . This package provides pam_winbind, a plugin that integrates with a local winbindd server to provide Windows domain authentication to the system. Package: libpathplan4 Description-md5: 3b349696750e1cfac5e966e847c18e9c Description-en: rich set of graph drawing tools - pathplan library Graphviz is a set of graph drawing tools. See the description of the graphviz package for a full description. . This package contains the pathplan library. Package: libpixman-1-0 Description-md5: 7e3f88ca19f9f065eee2d857d76692bb Description-en: pixel-manipulation library for X and cairo A library for manipulating pixel regions -- a set of Y-X banded rectangles, image compositing using the Porter/Duff model and implicit mask generation for geometric primitives including trapezoids, triangles, and rectangles. Package: libpixman-1-0-dbg Description-md5: 06db9acce44cebdedaf9de80824c7318 Description-en: pixel-manipulation library for X and cairo (debugging symbols) Debugging symbols for the Cairo/X pixel manipulation library. This is needed to debug programs linked against libpixman0. Package: libpixman-1-dev Description-md5: 2f64070b43fb7746f0a51fb4de195746 Description-en: pixel-manipulation library for X and cairo (development files) Development libraries, header files and documentation needed by programs that want to compile with the Cairo/X pixman library. Package: libplasma3 Description-md5: 069ac695b489886696dab1b47f4363b3 Description-en: Plasma Library for the KDE Platform This package contains the Plasma library. Plasma is one of the key technologies of KDE 4 (also known as the "Pillars of KDE"), and one of the most visible to users. It is the component that is "in charge" of the desktop interface; the desktop, panel (often referred simply as the task bar), and related elements. Plasma aims to change the traditional concepts of the "Desktop", incorporating semantic application elements, and bringing cooperating technologies to the user's fingertips in a way that is visually appealing while easing work flow. . It is part of the KDE Development Platform libraries module. Package: libpolkit-agent-1-0 Description-md5: 9a6eb26d9cf44b4d9acb5e041f4ddf18 Description-en: PolicyKit Authentication Agent API PolicyKit is a toolkit for defining and handling the policy that allows unprivileged processes to speak to privileged processes. . This package contains a library for accessing the authentication agent. Package: libpolkit-agent-1-dev Description-md5: 7e82da0ca3c53b982d17cc8ea9690d79 Description-en: PolicyKit Authentication Agent API - development files PolicyKit is a toolkit for defining and handling the policy that allows unprivileged processes to speak to privileged processes. . This package contains the development files for the library found in libpolkit-agent-1-0. Package: libpolkit-backend-1-0 Description-md5: 126d14cbabd9d5aaa5d367ec33dd192c Description-en: PolicyKit backend API PolicyKit is a toolkit for defining and handling the policy that allows unprivileged processes to speak to privileged processes. . This package contains a library for implementing authentication backends. Package: libpolkit-backend-1-dev Description-md5: d74e7c067ea756e053bc3aefbb7e04ba Description-en: PolicyKit backend API - development files PolicyKit is a toolkit for defining and handling the policy that allows unprivileged processes to speak to privileged processes. . This package contains the development files for the library found in libpolkit-backend-1-0. Package: libpolkit-gobject-1-0 Description-md5: c1a8724c66c4379fb4889482c08012fc Description-en: PolicyKit Authorization API PolicyKit is a toolkit for defining and handling the policy that allows unprivileged processes to speak to privileged processes. . This package contains a library for accessing PolicyKit. Package: libpolkit-gobject-1-dev Description-md5: 087c4a65220a0fe10af5d323da0bd877 Description-en: PolicyKit Authorization API - development files PolicyKit is a toolkit for defining and handling the policy that allows unprivileged processes to speak to privileged processes. . This package contains the development files for the library found in libpolkit-gobject-1-0. Package: libpostproc-dev Description-md5: 86f863657363a4743bdf715ad27d245e Description-en: Development files for libpostproc Libav is a complete, cross-platform solution to decode, encode, record, convert and stream audio and video. . This is the video postprocessing library from Libav. . This package contains the header files and static libraries needed to compile applications or shared objects that use libpostproc. Package: libpostproc52 Description-md5: 3052ad99e7f387d07661b0f5efe77dcd Description-en: Libav video postprocessing library Libav is a complete, cross-platform solution to decode, encode, record, convert and stream audio and video. . This is the video postprocessing library from Libav. Package: libpython2.7 Description-md5: 625cca46f11e5d8fc4ba5fb189131840 Description-en: Shared Python runtime library (version 2.7) Version 2.7 of the high-level, interactive object oriented language, includes an extensive class library with lots of goodies for network programming, system administration, sounds and graphics. . This package 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: 47ef115145baa026916219d5936c9277 Description-en: Interactive high-level object-oriented language (version 2.7) Version 2.7 of the high-level, interactive object oriented language, includes an extensive class library with lots of goodies for network programming, system administration, sounds and graphics. . This package contains the standard library. It is normally not used on it's 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.3 Description-md5: fafc98464b7478919c42dd46a3db7a65 Description-en: Shared Python runtime library (version 3.3) Version 3.3 of the high-level, interactive object oriented language, includes an extensive class library with lots of goodies for network programming, system administration, sounds and graphics. . This package contains the shared runtime library, normally not needed for programs using the statically linked interpreter. Package: libpython3.3-dbg Description-md5: 5c9af14195b8ebe6b06100159e231054 Description-en: Debug Build of the Python Interpreter (version 3.3) 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.3-dev Description-md5: 7b432cb6f91ea62270751aad16aa5fe3 Description-en: Header files and a static library for Python (v3.3) Header files, a static library and development tools for building Python (v3.3) modules, extending the Python interpreter or embedding Python (v3.3) 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.3-dev. Package: libpython3.3-minimal Description-md5: 45bb7b11611b607087c84b8ab87fb1ce Description-en: Minimal subset of the Python language (version 3.3) This package contains some essential modules. It is normally not used on it's own, but as a dependency of python3.3-minimal. Package: libpython3.3-stdlib Description-md5: 80f51fb770b138500503061f3389eca2 Description-en: Interactive high-level object-oriented language (version 3.3) Version 3.3 of the high-level, interactive object oriented language, includes an extensive class library with lots of goodies for network programming, system administration, sounds and graphics. . This package contains the standard library. It is normally not used on it's own, but as a dependency of python3.3. Package: libpython3.3-testsuite Description-md5: 1db9210c7a31dae14e26d3f378d2eb7b Description-en: Testsuite for the Python standard library (v3.3) The complete testsuite for the Python standard library. Note that a subset is found in the libpython3.3-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.3-stdlib package). Package: libqt4-dbg Description-md5: eb306b2c018309e76cbbf8fad24c95cc Description-en: Qt 4 library debugging symbols 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 debugging symbols for the Qt 4 libraries. Package: libqt4-dbus Description-md5: d4138bc6e2864e684d9cd85db1fb1bb8 Description-en: Qt 4 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: libqt4-declarative Description-md5: 8f87c0a6a249f5950c24e5114ebf3904 Description-en: Qt 4 Declarative 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 Qt Declarative module provides a declarative framework for building highly dynamic, custom user interfaces. Package: libqt4-declarative-gestures Description-md5: d4b1230bf6f402b58b4dcdbf172dba13 Description-en: Qt 4 gestures QML plugin 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 gestures QML plugin for QtDeclarative. Package: libqt4-declarative-particles Description-md5: fbedb803fb8b49dd173016b4ab50d074 Description-en: Qt 4 particles QML plugin 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 particles QML plugin for QtDeclarative. Package: libqt4-designer Description-md5: 2a24b6b1733f51c1c9363cfa0098fe5b Description-en: Qt 4 designer 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 QtDesigner module provides classes that allow you to create your own custom widget plugins for Qt Designer, and classes that enable you to access Qt Designer's components. Package: libqt4-designer-dbg Description-md5: 4491691a63e68e54f064a6e60370b3c5 Description-en: Qt 4 designer library debugging symbols 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 debugging symbols for the Qt 4 Designer library. Package: libqt4-dev Description-md5: a972324e9d55eec79dbff3af47559638 Description-en: Qt 4 development files Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package contains the header development files used for building Qt 4 applications. Package: libqt4-dev-bin Description-md5: c804803f66ed95e965d4d27c802d0735 Description-en: Qt 4 development programs Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package contains the development programs used for building Qt 4 applications, such as moc, qdbuscpp2xml, qdbusxml2cpp, qt3to4, rcc, uic3, and uic. Package: libqt4-gui Description-md5: 21b72d16b92d0f21e67c8a304b1ec0f8 Description-en: transitional package for Qt 4 GUI runtime libraries Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This is a dummy transitional package depending on the Qt 4 GUI library packages which the package of the same name used to provide in Qt 4.3.4 and earlier packages of Qt 4. Package: libqt4-help Description-md5: 4282552a186c836dfd31978fb2245adc Description-en: Qt 4 help 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 QtHelp module provides classes for integrating online documentation in applications. Package: libqt4-network Description-md5: 98ebbd72cce02597330f65b7d5eba8db Description-en: Qt 4 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: libqt4-opengl Description-md5: ec36226450f35960693e2afd046e0d48 Description-en: Qt 4 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: libqt4-opengl-dev Description-md5: 3a77d802eeaa1b2143dbee1ed81d6860 Description-en: Qt 4 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 4 applications using QtOpenGL library. Package: libqt4-private-dev Description-md5: 3b49216a54fd67f2d78d35f413e75487 Description-en: Qt 4 private development files Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package contains the private header development files for building some Qt 4 applications like Qt Creator QML Designer plugin. . Use at your own risk. Package: libqt4-qt3support Description-md5: f5f751633cc890280ad8ff0a1b4e8cb2 Description-en: Qt 3 compatibility library for Qt 4 Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . The Qt3Support module provides classes that ease porting from Qt 3 to Qt 4. . It allows applications designed to use deprecated Qt 3 classes and functions to work with Qt 4, with help from the qt3to4 porting tool found in the libqt4-dev-bin package. Package: libqt4-qt3support-dbg Description-md5: 29e27abea5e7e9c89082297b36db40eb Description-en: Qt 3 compatibility library for Qt 4 debugging symbols 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 debugging symbols for the Qt 3 compatibility library for Qt 4. Package: libqt4-script Description-md5: 21dde8fb68da1c89ce92b58c86699dbd Description-en: Qt 4 script 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 QtScript module provides classes for making Qt applications scriptable. Package: libqt4-script-dbg Description-md5: 4fe268671423816b84a8ae12bcc16c4b Description-en: Qt 4 script library debugging symbols 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 debugging symbols for the Qt 4 Script library. Package: libqt4-scripttools Description-md5: 1a073bf09594d891464d930a909dabb8 Description-en: Qt 4 script tools 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 QtScriptTools module provides additional components for applications that use Qt Script. . This package contains the Qt Script debugger, a tool for debugging script execution in Qt applications that use Qt Script. Package: libqt4-sql Description-md5: 033030271b2b4c189900e5d6d936a912 Description-en: Qt 4 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. . If you wish to use the SQL module for development, you should install the libqt4-dev package. Package: libqt4-sql-mysql Description-md5: 58f1fcabfcd1ca19e285b19cd2b5fbda Description-en: Qt 4 MySQL database driver This package contains the MySQL plugin for Qt 4. . Install it if you intend to use or write Qt programs that are to access a MySQL DB. Package: libqt4-sql-sqlite Description-md5: d5fe42c3dad79ce432f99e9fb7dc8784 Description-en: Qt 4 SQLite 3 database driver This package contains the SQLite 3 plugin for Qt 4. . Install it if you intend to use or write Qt programs that are to access an SQLite 3 DB. Package: libqt4-svg Description-md5: f49f6fcd0ca383b8479379b260b0962f Description-en: Qt 4 SVG 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 QtSvg module provides classes for displaying the contents of SVG files. . Scalable Vector Graphics (SVG) is a language for describing two-dimensional graphics and graphical applications in XML. Package: libqt4-test Description-md5: f7a3b5b5082c11117b4d14ad7630bb01 Description-en: Qt 4 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: libqt4-webkit-dbg Description-md5: eb6f0cce6774adbc05136f7b0ed3de8f Description-en: transitional package for Qt 4 WebKit debugging symbols Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This is a dummy transitional package and can be safely removed after libqtwebkit4-dbg is installed. Package: libqt4-xml Description-md5: ca9976f27351a30ee73f9ce4324d257b Description-en: Qt 4 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: libqt4-xmlpatterns Description-md5: 2cb542abf850564476c503d1b1dad985 Description-en: Qt 4 XML patterns module Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . QtXmlPatterns is a XQuery and XPath engine for XML and custom data models. Package: libqt4-xmlpatterns-dbg Description-md5: 5ff329580982f75247bbb5b0fd24d68b Description-en: Qt 4 XML patterns library debugging symbols 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 debugging symbols for the Qt 4 XML patterns library. 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: libqt5core5 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: 52340791fbb80dbdbf8364331519e703 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. . If you wish to use the SQL module for development, you should install the qtbase5-dev package. Package: libqt5sql5-mysql Description-md5: ef00502b07fd416665becb7a946fa058 Description-en: Qt 5 MySQL database driver This package contains the MySQL plugin for Qt 5. . Install it if you intend to use or write Qt programs that are to access a MySQL DB. Package: 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: libqtcore4 Description-md5: 7cee1ea8aba376d920c9f7e8e7021f9c Description-en: Qt 4 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: libqtgui4 Description-md5: d6671d2f0c9c77c689ebd0483f37a882 Description-en: Qt 4 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: libraw-dev Description-md5: c5d75da67a9fd77fe2f4c9ff9bcc51c0 Description-en: raw image decoder library (development files) LibRaw is a library for reading RAW files obtained from digital photo cameras (CRW/CR2, NEF, RAF, DNG, and others). . This package contains the static library and header files. Package: libraw-doc Description-md5: 40ee49077e6079579c20f569ac791566 Description-en: raw image decoder library (documentation) LibRaw is a library for reading RAW files obtained from digital photo cameras (CRW/CR2, NEF, RAF, DNG, and others). . This package contains documentation files. Package: libraw5 Description-md5: 436cf471e5e66b160c9d836328eeba54 Description-en: raw image decoder library LibRaw is a library for reading RAW files obtained from digital photo cameras (CRW/CR2, NEF, RAF, DNG, and others). . This package contains the shared library. Package: libruby1.8 Description-md5: 2f5d4d6df73a4cfebb8c805abca4ad07 Description-en: Libraries necessary to run Ruby 1.8 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, necessary to run Ruby 1.8. Package: libruby1.8-dbg Description-md5: de482e970401cf7197e3a53c77351306 Description-en: Debugging symbols for Ruby 1.8 Contains debugging symbols for libruby1.8. . This package is provided primarily to provide a backtrace with names in a debugger, this makes it somewhat easier to interpret core dumps. Most people will not need this package. Package: libruby1.9.1 Description-md5: 311ad9570aaaa1e7d8a40da9af0fd26d Description-en: Libraries necessary to run Ruby 1.9.1 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-1.9.1' library, necessary to run Ruby 1.9. (API version 1.9.1) Package: libruby1.9.1-dbg Description-md5: 51575fc8b43a3947fe9f91f839afdfca Description-en: Debugging symbols for Ruby 1.9.1 Contains debugging symbols for libruby1.9.1. . This package is provided primarily to provide a backtrace with names in a debugger, this makes it somewhat easier to interpret core dumps. Most people will not need this package. Package: libsane-hpaio Description-md5: 92c4a3fd7ae078d5728e498c0e73a640 Description-en: HP SANE backend for multi-function peripherals This package contains the SANE backend libraries for use with HP Multi-function peripherals. . Users of hplip are advised to install the hplip{-gui} packages for command line and GUI tools associated with HPLIP. . This package is useful for a minimal footprint headless scanning solution. Package: libsasl2-2 Description-md5: a7ddf7773f9a8e980e10ce8749cb2db0 Description-en: Cyrus SASL - authentication abstraction library This is the Cyrus SASL API implementation, version 2.1. . SASL is the Simple Authentication and Security Layer, a method for adding authentication support to connection-based protocols. To use SASL, a protocol includes a command for identifying and authenticating a user to a server and for optionally negotiating protection of subsequent protocol interactions. If its use is negotiated, a security layer is inserted between the protocol and the connection. See RFC 2222 for more information. . Any of: ANONYMOUS, CRAM-MD5, DIGEST-MD5, GSSAPI (MIT or Heimdal Kerberos 5), NTLM, OTP, PLAIN, or LOGIN can be used. If you intend to use this package on a server that provides SASL authentication, then you must install some of the libsasl2-modules* packages. Package: libsasl2-dev Description-md5: d7f32bc5a3915152e13a4ce1d8983dbc Description-en: Cyrus SASL - development files for authentication abstraction library This is the Cyrus SASL API implementation, version 2. See package libsasl2-2 and RFC 2222 for more information. . This package includes development files for compiling programs with SASL support. It is needed for development purposes only. Package: libsasl2-modules Description-md5: da76219b54f65f70b0087c7723cb0ad6 Description-en: Cyrus SASL - pluggable authentication modules This is the Cyrus SASL API implementation, version 2.1. See package libsasl2-2 and RFC 2222 for more information. . This package provides the following SASL modules: LOGIN, PLAIN, ANONYMOUS, NTLM, CRAM-MD5, and DIGEST-MD5 (with DES support). Package: libsasl2-modules-gssapi-heimdal Description-md5: 0897adbbfbdac08aea71f426460e48d0 Description-en: Pluggable Authentication Modules for SASL (GSSAPI) This is the Cyrus SASL API implementation, version 2.1. See package libsasl2-2 and RFC 2222 for more information. . This package provides the GSSAPI plugin, compiled with the Heimdal Kerberos 5 library. Package: libsasl2-modules-gssapi-mit Description-md5: b1eb80e47fbc2a5ec747847f924fba48 Description-en: Cyrus SASL - pluggable authentication modules (GSSAPI) This is the Cyrus SASL API implementation, version 2.1. See package libsasl2-2 and RFC 2222 for more information. . This package provides the GSSAPI plugin, compiled with the MIT Kerberos 5 library. Package: libsasl2-modules-sql Description-md5: 1d3931918dd7a4d68b405fdd4c3c75e0 Description-en: Cyrus SASL - pluggable authentication modules (SQL) This is the Cyrus SASL API implementation, version 2.1. See package libsasl2-2 and RFC 2222 for more information. . This package provides the SQL plugin, which supports MySQL, PostgreSQL and SQLite. Package: libservlet3.0-java Description-md5: 53f7075916141a8eb225df97286c9451 Description-en: Servlet 3.0 and JSP 2.2 Java API classes Apache Tomcat implements the Java Servlet and the JavaServer Pages (JSP) specifications from Sun Microsystems, 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.0-java-doc Description-md5: 105d3349377c356c2f157766657d4639 Description-en: Servlet 3.0 and JSP 2.2 Java API documentation Apache Tomcat implements the Java Servlet and the JavaServer Pages (JSP) specifications from Sun Microsystems, 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: 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: libsolid4 Description-md5: 8c2c3226e5dda352478cce6495d83808 Description-en: Solid Library for KDE Platform Solid is a device integration framework. It provides a way of querying and interacting with hardware independently of the underlying operating system. . This package is part of the KDE Development Platform libraries module. Package: 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: libssl-dev Description-md5: 3f77df7ec43dcb3f3b73c312168c730e Description-en: SSL development libraries, header files and documentation libssl and libcrypto development libraries, header files and manpages. . It is part of the OpenSSL implementation of SSL. Package: libssl-doc Description-md5: 59333bc869a0fa9208d500d5cabc20fd Description-en: SSL development documentation documentation libssl and libcrypto manpages and demo files. . It is part of the OpenSSL implementation of SSL. Package: libssl1.0.0 Description-md5: 2e9416e72fb31714d9b26021a3ee7e85 Description-en: SSL shared libraries libssl and libcrypto shared libraries needed by programs like apache-ssl, telnet-ssl and openssh. . It is part of the OpenSSL implementation of SSL. Package: libssl1.0.0-dbg Description-md5: fedfa89ced3aa67317f9dac7ba5308da Description-en: Symbol tables for libssl and libcrypto This package is part of the OpenSSL implementation of SSL. Package: libsvn-dev Description-md5: d7ba285f3a44ff8995f08ac293b28fe7 Description-en: Development files for Apache Subversion libraries This package contains the symlinks, headers, and object files needed to compile and link programs which use libsvn1, the Apache Subversion libraries. This package is needed only in order to compile software that uses libsvn1. Package: libsvn-doc Description-md5: 8d748bf81b749540b1f83fe4f991a0e6 Description-en: Developer documentation for libsvn This package contains development (API) documentation for libsvn1, the Apache Subversion libraries. See the 'libsvn1' package for more information. Package: libsvn-perl Description-md5: aa3fb72865b42c59ad1e6eae171929c3 Description-en: Perl bindings for Apache Subversion This is a set of Perl interfaces to libsvn, the Apache Subversion libraries. It is useful if you want to, for example, write a Perl script that manipulates a Subversion repository or working copy. See the 'subversion' package for more information. Package: libsvn1 Description-md5: e815569b5d20540901c51f341d283767 Description-en: Shared libraries used by Apache Subversion This package includes shared libraries to manipulate Apache Subversion (svn) repositories and working copies. See the 'subversion' package for more information. Package: libswscale-dev Description-md5: edcc124cb02dafb94c43a541fb77930a Description-en: Development files for libswscale Libav is a complete, cross-platform solution to decode, encode, record, convert and stream audio and video. . This is the video scaling library from Libav. . This package contains the header files and static libraries needed to compile applications or shared objects that use libswscale. Package: libswscale2 Description-md5: f82c97141b203436bbbde1eed00e5472 Description-en: Libav video scaling library Libav is a complete, cross-platform solution to decode, encode, record, convert and stream audio and video. . This is the video software scaling library from Libav. Package: libsystemd-daemon-dev Description-md5: 15fdb9eeef9f47e6b4ff92785bbb9d88 Description-en: systemd utility library - development files The sd-daemon library provides a reference implementation of various APIs for new-style daemons, as implemented by the systemd init system. . This package contains the development files Package: libsystemd-daemon0 Description-md5: 56515555df42a10999b8edaaa40373ce Description-en: systemd utility library The sd-daemon library provides a reference implementation of various APIs for new-style daemons, as implemented by the systemd init system. Package: libsystemd-id128-0 Description-md5: f1e829bb4ba3cea00c4172d21882434f Description-en: systemd 128 bit ID utility library The libsystemd-id128 library provides utility functions for generating 128 bit IDs. Package: libsystemd-id128-dev Description-md5: a0489c042528c7c04fd2a6520c578975 Description-en: systemd 128 bit ID utility library - development files The libsystemd-id128 library provides utility functions for generating 128 bit IDs. . This package contains the development files Package: libsystemd-journal-dev Description-md5: e80c34da97e3cfda38731839be115201 Description-en: systemd journal utility library - development files The libsystemd-journal library provides an interface for the systemd journal service. . This package contains the development files Package: libsystemd-journal0 Description-md5: 954612493a4438c396bb24b45a566df6 Description-en: systemd journal utility library The libsystemd-journal library provides an interface for the systemd journal service. Package: libsystemd-login-dev Description-md5: 134f5d47241710892d4b4dbcc9f39609 Description-en: systemd login utility library - development files The libsystemd-login library provides an interface for the systemd-logind service which is used to track user sessions and seats. . This package contains the development files Package: libsystemd-login0 Description-md5: 2a0d17f149cad5d96dc1de7cde14133b Description-en: systemd login utility library The libsystemd-login library provides an interface for the systemd-logind service which is used to track user sessions and seats. Package: libthreadweaver4 Description-md5: e0f3ffffa7401f49a422fac613b125fe Description-en: ThreadWeaver Library for the KDE Platform ThreadWeaver is a helper for multithreaded programming. It uses a job-based interface to queue tasks and execute them in an efficient way. You simply divide the workload into jobs, state the dependencies between the jobs and ThreadWeaver will work out the most efficient way of dividing the work between threads within a set of resource limits. . This package is part of the KDE Development Platform libraries module. Package: libtiff-doc Description-md5: 418b6b38755ca1f970cc3282a8afc939 Description-en: TIFF manipulation and conversion documentation libtiff is a library providing support for the Tag Image File Format (TIFF), a widely used format for storing image data. This package contains documentation. Package: libtiff-tools Description-md5: f333fccce3ca049190b80f117d3faa92 Description-en: TIFF manipulation and conversion tools libtiff is a library providing support for the Tag Image File Format (TIFF), a widely used format for storing image data. This package includes tools for converting TIFF images to and from other formats and tools for doing simple manipulations of TIFF images. See also libtiff-opengl. Package: libtiff5 Description-md5: bdf182da5cc17db1c9eb4ccb03647efc Description-en: Tag Image File Format (TIFF) library libtiff is a library providing support for the Tag Image File Format (TIFF), a widely used format for storing image data. This package includes the shared library. Package: libtiff5-alt-dev Description-md5: f8bd909b2722035ca5228536eb37749a Description-en: Tag Image File Format library (TIFF), alternative development files This package is a temporary package designed to make it possible for packages to use features in libtiff5, such as bigtiff, while still having indirect dependencies on libtiff4-dev. This package will go away after the release of wheezy. You should only use it if you have a requirement to have both libtiff5-dev files and libtiff4-dev files installed on your system at the same time. See README.Debian for additional information. Package: libtiff5-dev Description-md5: 9da8bcdaa4c04ca6ee4ae233236c1927 Description-en: Tag Image File Format library (TIFF), development files libtiff is a library providing support for the Tag Image File Format (TIFF), a widely used format for storing image data. This package includes the development files, static library, and header files. Package: libtiffxx5 Description-md5: 3947dc613cbd7efbe601b6c89e20c44f Description-en: Tag Image File Format (TIFF) library -- C++ interface libtiff is a library providing support for the Tag Image File Format (TIFF), a widely used format for storing image data. This package includes the shared library for the experimental C++ interfaces. Package: libtomcat7-java Description-md5: 7a2563c1a7c79379004bc6464d285af0 Description-en: Servlet and JSP engine -- core libraries Apache Tomcat implements the Java Servlet and the JavaServer Pages (JSP) specifications from Sun Microsystems, 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: 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: 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: 5f02416fd3220b9d10c0d33b4cab8a63 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. . This package contains the debugging symbols. 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: 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: libx11-6 Description-md5: d75c895abf6eca234f7480813aaa95ec Description-en: X11 client-side library This package provides a client interface to the X Window System, otherwise known as 'Xlib'. It provides a complete API for the basic functions of the window system. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libX11 Package: libx11-6-dbg Description-md5: aba9421d3cbaf726029435b7f064a21f Description-en: X11 client-side library (debug package) This package provides a client interface to the X Window System, otherwise known as 'Xlib'. It provides a complete API for the basic functions of the window system. . This package contains the debug versions of the library found in libx11-6. Non-developers likely have little use for this package. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libX11 Package: libx11-data Description-md5: 6c325636dc71729675cb0107afb6ecf0 Description-en: X11 client-side library This package provides the locale data files for libx11. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libX11 Package: libx11-dev Description-md5: d15ee011f0b76dcc1f36f3a309df4a93 Description-en: X11 client-side library (development headers) This package provides a client interface to the X Window System, otherwise known as 'Xlib'. It provides a complete API for the basic functions of the window system. . This package contains the development headers for the library found in libx11-6. Non-developers likely have little use for this package. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libX11 Package: libx11-doc Description-md5: b3f98cb9df5727061e55dc69bf459fb2 Description-en: X11 client-side library (development documentation) This package provides a client interface to the X Window System, otherwise known as 'Xlib'. It provides a complete API for the basic functions of the window system. . This package contains supplemental documentation for the library found in libx11-6. Non-developers likely have little use for this package. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libX11 Package: libx11-xcb-dev Description-md5: ee46e7a5a5a4162c9e382ed7112759eb Description-en: Xlib/XCB interface library (development headers) libX11-xcb provides functions needed by clients which take advantage of Xlib/XCB to mix calls to both Xlib and XCB over the same X connection. . This package contains the development headers for the library found in libx11-xcb1. Non-developers likely have little use for this package. . More information about X.Org can be found at: . More information about XCB can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libX11 Package: libx11-xcb1 Description-md5: 8904e1c2cc3cadffdce355234a23f6c3 Description-en: Xlib/XCB interface library libX11-xcb provides functions needed by clients which take advantage of Xlib/XCB to mix calls to both Xlib and XCB over the same X connection. . More information about X.Org can be found at: . More information about XCB can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libX11 Package: libx11-xcb1-dbg Description-md5: e1bdd7a7a9d36bb39443201e274af2ba Description-en: Xlib/XCB interface library (debug package) libX11-xcb provides functions needed by clients which take advantage of Xlib/XCB to mix calls to both Xlib and XCB over the same X connection. . This package contains the debug versions of the library found in libx11-xcb1. Non-developers likely have little use for this package. . More information about X.Org can be found at: . More information about XCB can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libX11 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: libxatracker1 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: libxatracker1-dbg Description-md5: fe0902eeca3a0d7aa29c9e1bb6de29c2 Description-en: X acceleration library -- debugging symbols 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 contains the debugging symbols for the xatracker library. Package: libxcb-composite0 Description-md5: ca6c0d9f4192a4dde52dc2f30e6369fd Description-en: X C Binding, composite extension This package contains the library files needed to run software using libxcb-composite, the composite extension for the X C Binding. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Package: libxcb-composite0-dbg Description-md5: b359eaaff5811752227860a01a0eff11 Description-en: X C Binding, composite extension, debugging symbols This package contains the debugging symbols associated with libxcb-composite, the composite extension for the X C Binding. gdb will automatically use these symbols when debugging libxcb-composite. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Package: libxcb-composite0-dev Description-md5: 00cb00ef9dc567135da248f123b87ed8 Description-en: X C Binding, composite extension, development files This package contains the header and library files needed to build software using libxcb-composite, the composite extension for the X C Binding. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Package: libxcb-damage0 Description-md5: f28e63129125663e1b4c5ea313ae297c Description-en: X C Binding, damage extension This package contains the library files needed to run software using libxcb-damage, the damage extension for the X C Binding. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Package: libxcb-damage0-dbg Description-md5: 705ae1cbc549f61356c7018105aa2aa3 Description-en: X C Binding, damage extension, debugging symbols This package contains the debugging symbols associated with libxcb-damage, the damage extension for the X C Binding. gdb will automatically use these symbols when debugging libxcb-damage. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Package: libxcb-damage0-dev Description-md5: 5f289d21c087ffdfbbb63eb2f6d88403 Description-en: X C Binding, damage extension, development files This package contains the header and library files needed to build software using libxcb-damage, the damage extension for the X C Binding. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Package: libxcb-doc Description-md5: b97e9d64bda009574d40e0d8fa415c72 Description-en: X C Binding, development documentation This package contains the development documentation for libxcb, the X C Binding. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Package: libxcb-dpms0 Description-md5: 4fde6e6df699f9548c8b8e6d5aa613f6 Description-en: X C Binding, dpms extension This package contains the library files needed to run software using libxcb-dpms, the dpms extension for the X C Binding. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Package: libxcb-dpms0-dbg Description-md5: a092e8c293c685f76014821df4efe0cf Description-en: X C Binding, dpms extension, debugging symbols This package contains the debugging symbols associated with libxcb-dpms, the dpms extension for the X C Binding. gdb will automatically use these symbols when debugging libxcb-dpms. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Package: libxcb-dpms0-dev Description-md5: 35fb1c0c538b8e0d45ff1eac3ff582b6 Description-en: X C Binding, dpms extension, development files This package contains the header and library files needed to build software using libxcb-dpms, the dpms extension for the X C Binding. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Package: libxcb-dri2-0 Description-md5: 7b21058ae591306ca66f2da8f8c45aab Description-en: X C Binding, dri2 extension This package contains the library files needed to run software using libxcb-dri2, the dri2 extension for the X C Binding. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Package: libxcb-dri2-0-dbg Description-md5: 2a7c3d4f8fdd6b9967d633b8bf31bd1e Description-en: X C Binding, dri2 extension, debugging symbols This package contains the debugging symbols associated with libxcb-dri2, the dri2 extension for the X C Binding. gdb will automatically use these symbols when debugging libxcb-dri2. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Package: libxcb-dri2-0-dev Description-md5: aa14a85bcea2f923ff44e959546b453b Description-en: X C Binding, dri2 extension, development files This package contains the header and library files needed to build software using libxcb-dri2, the dri2 extension for the X C Binding. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Package: libxcb-glx0 Description-md5: 3169b2c3295bfe9c0729ea9f922b2d4a Description-en: X C Binding, glx extension This package contains the library files needed to run software using libxcb-glx, the glx extension for the X C Binding. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Package: libxcb-glx0-dbg Description-md5: 88e14ab54c8833ae93ed358036e6ce2d Description-en: X C Binding, glx extension, debugging symbols This package contains the debugging symbols associated with libxcb-glx, the glx extension for the X C Binding. gdb will automatically use these symbols when debugging libxcb-glx. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Package: libxcb-glx0-dev Description-md5: 8975e77fba16c6ff127815b1b670a06e Description-en: X C Binding, glx extension, development files This package contains the header and library files needed to build software using libxcb-glx, the glx extension for the X C Binding. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Package: libxcb-randr0 Description-md5: adb389382ef0d8f0e2a3de70afef6284 Description-en: X C Binding, randr extension This package contains the library files needed to run software using libxcb-randr, the randr extension for the X C Binding. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Package: libxcb-randr0-dbg Description-md5: cc73bcf99f8b39c789a7fdb6110dba3b Description-en: X C Binding, randr extension, debugging symbols This package contains the debugging symbols associated with libxcb-randr, the randr extension for the X C Binding. gdb will automatically use these symbols when debugging libxcb-randr. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Package: libxcb-randr0-dev Description-md5: 735c3a5ffbdf9ace5c373fa9bf38ed5d Description-en: X C Binding, randr extension, development files This package contains the header and library files needed to build software using libxcb-randr, the randr extension for the X C Binding. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Package: libxcb-record0 Description-md5: e5ccbdc38847f1aebd02f7d94bbbc0e8 Description-en: X C Binding, record extension This package contains the library files needed to run software using libxcb-record, the record extension for the X C Binding. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Package: libxcb-record0-dbg Description-md5: 771b9085fed968a2de06a8a11926b1d3 Description-en: X C Binding, record extension, debugging symbols This package contains the debugging symbols associated with libxcb-record, the record extension for the X C Binding. gdb will automatically use these symbols when debugging libxcb-record. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Package: libxcb-record0-dev Description-md5: d338f3303260833eb2daa5c12752e042 Description-en: X C Binding, record extension, development files This package contains the header and library files needed to build software using libxcb-record, the record extension for the X C Binding. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Package: libxcb-render0 Description-md5: c5db612729adbe8a95b5f304a1c0e60b Description-en: X C Binding, render extension This package contains the library files needed to run software using libxcb-render, the render extension for the X C Binding. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Package: libxcb-render0-dbg Description-md5: 36ebeac45e89811d06e7f24d44f6be59 Description-en: X C Binding, render extension, debugging symbols This package contains the debugging symbols associated with libxcb-render, the render extension for the X C Binding. gdb will automatically use these symbols when debugging libxcb-render. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Package: libxcb-render0-dev Description-md5: 350c71a11fce197bfdd81f2173c8c47b Description-en: X C Binding, render extension, development files This package contains the header and library files needed to build software using libxcb-render, the render extension for the X C Binding. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Package: libxcb-res0 Description-md5: c2c5e369cff7cefe91babaa7de5630ba Description-en: X C Binding, res extension This package contains the library files needed to run software using libxcb-res, the res extension for the X C Binding. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Package: libxcb-res0-dbg Description-md5: 0eed2d7633f52fda6c2e75ca7242f6cb Description-en: X C Binding, res extension, debugging symbols This package contains the debugging symbols associated with libxcb-res, the res extension for the X C Binding. gdb will automatically use these symbols when debugging libxcb-res. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Package: libxcb-res0-dev Description-md5: b8990ae7ad0bbd27401ec98cc1c75776 Description-en: X C Binding, res extension, development files This package contains the header and library files needed to build software using libxcb-res, the res extension for the X C Binding. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Package: libxcb-screensaver0 Description-md5: d620ae3f5335aff882ca4074641853c3 Description-en: X C Binding, screensaver extension This package contains the library files needed to run software using libxcb-screensaver, the screensaver extension for the X C Binding. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Package: libxcb-screensaver0-dbg Description-md5: 921ca4039529ea1d97b45ce8f6cc4df7 Description-en: X C Binding, screensaver extension, debugging symbols This package contains the debugging symbols associated with libxcb-screensaver, the screensaver extension for the X C Binding. gdb will automatically use these symbols when debugging libxcb-screensaver. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Package: libxcb-screensaver0-dev Description-md5: 83a3b0eb371cf2409490ba29edcb3eaa Description-en: X C Binding, screensaver extension, development files This package contains the header and library files needed to build software using libxcb-screensaver, the screensaver extension for the X C Binding. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Package: libxcb-shape0 Description-md5: 4f8fcf227f71242b2923bb3614ad97a2 Description-en: X C Binding, shape extension This package contains the library files needed to run software using libxcb-shape, the shape extension for the X C Binding. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Package: libxcb-shape0-dbg Description-md5: 2bbaba9c3928285e392ca9a954dc56d6 Description-en: X C Binding, shape extension, debugging symbols This package contains the debugging symbols associated with libxcb-shape, the shape extension for the X C Binding. gdb will automatically use these symbols when debugging libxcb-shape. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Package: libxcb-shape0-dev Description-md5: b59fd5bacbd9b3280320ec83bb3f452c Description-en: X C Binding, shape extension, development files This package contains the header and library files needed to build software using libxcb-shape, the shape extension for the X C Binding. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Package: libxcb-shm0 Description-md5: efe15210cc4fe778d9092348500e1a77 Description-en: X C Binding, shm extension This package contains the library files needed to run software using libxcb-shm, the shm extension for the X C Binding. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Package: libxcb-shm0-dbg Description-md5: f71bc8576f45cd770b02ab53a847a6a7 Description-en: X C Binding, shm extension, debugging symbols This package contains the debugging symbols associated with libxcb-shm, the shm extension for the X C Binding. gdb will automatically use these symbols when debugging libxcb-shm. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Package: libxcb-shm0-dev Description-md5: 6f179a331f00f73798b8c2cabed1a88f Description-en: X C Binding, shm extension, development files This package contains the header and library files needed to build software using libxcb-shm, the shm extension for the X C Binding. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Package: libxcb-sync0 Description-md5: d5360e0f01127bfda17c79337e504a3f Description-en: X C Binding, sync extension This package contains the library files needed to run software using libxcb-sync, the sync extension for the X C Binding. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Package: libxcb-sync0-dbg Description-md5: fc218a63827502a91fa643f91882ade2 Description-en: X C Binding, sync extension, debugging symbols This package contains the debugging symbols associated with libxcb-sync, the sync extension for the X C Binding. gdb will automatically use these symbols when debugging libxcb-sync. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Package: libxcb-sync0-dev Description-md5: 1e0ff61d663c39e76f3de4c84c3f7899 Description-en: X C Binding, sync extension, development files This package contains the header and library files needed to build software using libxcb-sync, the sync extension for the X C Binding. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Package: libxcb-xevie0 Description-md5: 469dcd0e1fb7dbda702236d0b097391c Description-en: X C Binding, xevie extension This package contains the library files needed to run software using libxcb-xevie, the xevie extension for the X C Binding. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Package: libxcb-xevie0-dbg Description-md5: 47d3dad21e9d2a7f4af4d6a52c5954fe Description-en: X C Binding, xevie extension, debugging symbols This package contains the debugging symbols associated with libxcb-xevie, the xevie extension for the X C Binding. gdb will automatically use these symbols when debugging libxcb-xevie. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Package: libxcb-xevie0-dev Description-md5: 3275fd3f69f389bdaca0d960d049bc81 Description-en: X C Binding, xevie extension, development files This package contains the header and library files needed to build software using libxcb-xevie, the xevie extension for the X C Binding. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Package: libxcb-xf86dri0 Description-md5: f6b61b1dd5cbcdd3b35b95162a6d84e0 Description-en: X C Binding, xf86dri extension This package contains the library files needed to run software using libxcb-xf86dri, the xf86dri extension for the X C Binding. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Package: libxcb-xf86dri0-dbg Description-md5: 00fc41c278b355ffea2a57869210ff97 Description-en: X C Binding, xf86dri extension, debugging symbols This package contains the debugging symbols associated with libxcb-xf86dri, the xf86dri extension for the X C Binding. gdb will automatically use these symbols when debugging libxcb-xf86dri. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Package: libxcb-xf86dri0-dev Description-md5: 2d530540e9eef50abce24dce665eaee7 Description-en: X C Binding, xf86dri extension, development files This package contains the header and library files needed to build software using libxcb-xf86dri, the xf86dri extension for the X C Binding. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Package: libxcb-xfixes0 Description-md5: 94f24b982ab532c251f90293506a8fed Description-en: X C Binding, xfixes extension This package contains the library files needed to run software using libxcb-xfixes, the xfixes extension for the X C Binding. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Package: libxcb-xfixes0-dbg Description-md5: 1c610e48b2246c8698142637e645e127 Description-en: X C Binding, xfixes extension, debugging symbols This package contains the debugging symbols associated with libxcb-xfixes, the xfixes extension for the X C Binding. gdb will automatically use these symbols when debugging libxcb-xfixes. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Package: libxcb-xfixes0-dev Description-md5: 18efd390c63351b408b2ffb0163f2cf5 Description-en: X C Binding, xfixes extension, development files This package contains the header and library files needed to build software using libxcb-xfixes, the xfixes extension for the X C Binding. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Package: libxcb-xinerama0 Description-md5: f2a52133eab163b52a83f8199011810e Description-en: X C Binding, xinerama extension This package contains the library files needed to run software using libxcb-xinerama, the xinerama extension for the X C Binding. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Package: libxcb-xinerama0-dbg Description-md5: 40b566f7166a53475bf725a0e667e31d Description-en: X C Binding, xinerama extension, debugging symbols This package contains the debugging symbols associated with libxcb-xinerama, the xinerama extension for the X C Binding. gdb will automatically use these symbols when debugging libxcb-xinerama. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Package: libxcb-xinerama0-dev Description-md5: a48583621fb78aeb3c0f4cc202892fd8 Description-en: X C Binding, xinerama extension, development files This package contains the header and library files needed to build software using libxcb-xinerama, the xinerama extension for the X C Binding. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Package: libxcb-xprint0 Description-md5: 3d3667ae9be36e5e1ff00f8d7eedfc8c Description-en: X C Binding, xprint extension This package contains the library files needed to run software using libxcb-xprint, the xprint extension for the X C Binding. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Package: libxcb-xprint0-dbg Description-md5: 5b3e86d4365fc6a0fcb170c2273bd805 Description-en: X C Binding, xprint extension, debugging symbols This package contains the debugging symbols associated with libxcb-xprint, the xprint extension for the X C Binding. gdb will automatically use these symbols when debugging libxcb-xprint. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Package: libxcb-xprint0-dev Description-md5: 78fb126b7a450751661627dc2abd8f05 Description-en: X C Binding, xprint extension, development files This package contains the header and library files needed to build software using libxcb-xprint, the xprint extension for the X C Binding. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Package: libxcb-xtest0 Description-md5: 12d78ef68913f742e8054ee9ba8eceac Description-en: X C Binding, xtest extension This package contains the library files needed to run software using libxcb-xtest, the xtest extension for the X C Binding. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Package: libxcb-xtest0-dbg Description-md5: 06ee13aa6daacecf5f215330abfe610c Description-en: X C Binding, xtest extension, debugging symbols This package contains the debugging symbols associated with libxcb-xtest, the xtest extension for the X C Binding. gdb will automatically use these symbols when debugging libxcb-xtest. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Package: libxcb-xtest0-dev Description-md5: fb44118f335dc050b5f88616743eda8e Description-en: X C Binding, xtest extension, development files This package contains the header and library files needed to build software using libxcb-xtest, the xtest extension for the X C Binding. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Package: libxcb-xv0 Description-md5: ed2134a19c1b37c3eec9621d2c3f1395 Description-en: X C Binding, xv extension This package contains the library files needed to run software using libxcb-xv, the xv extension for the X C Binding. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Package: libxcb-xv0-dbg Description-md5: c0933dcbfe80d301178a504629ad544f Description-en: X C Binding, xv extension, debugging symbols This package contains the debugging symbols associated with libxcb-xv, the xv extension for the X C Binding. gdb will automatically use these symbols when debugging libxcb-xv. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Package: libxcb-xv0-dev Description-md5: c45791601a14485adf21a51b301cc152 Description-en: X C Binding, xv extension, development files This package contains the header and library files needed to build software using libxcb-xv, the xv extension for the X C Binding. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Package: libxcb-xvmc0 Description-md5: 722aaaca48e4d073cb75a56a36af7a4b Description-en: X C Binding, xvmc extension This package contains the library files needed to run software using libxcb-xvmc, the xvmc extension for the X C Binding. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Package: libxcb-xvmc0-dbg Description-md5: 574e88e7599eb6bb278ae2615e40981b Description-en: X C Binding, xvmc extension, debugging symbols This package contains the debugging symbols associated with libxcb-xvmc, the xvmc extension for the X C Binding. gdb will automatically use these symbols when debugging libxcb-xvmc. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Package: libxcb-xvmc0-dev Description-md5: e12e77e95ad1c28e751ed3b79abe2c81 Description-en: X C Binding, xvmc extension, development files This package contains the header and library files needed to build software using libxcb-xvmc, the xvmc extension for the X C Binding. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Package: libxcb1 Description-md5: 93568dcb3007e5182147ac40c36650aa Description-en: X C Binding This package contains the library files needed to run software using libxcb, the X C Binding. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Package: libxcb1-dbg Description-md5: 2867bc02a870fc2e2c3454cb501b813a Description-en: X C Binding, debugging symbols This package contains the debugging symbols associated with libxcb, the X C Binding. gdb will automatically use these symbols when debugging libxcb. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Package: libxcb1-dev Description-md5: d028a849d89f18ec7440c6d77483cbe1 Description-en: X C Binding, development files This package contains the header and library files needed to build software using libxcb, the X C Binding. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Package: libxcursor-dev Description-md5: 6d945f0733e812c326a50fb6989e8cde Description-en: X cursor management library (development files) Header files and a static version of the X cursor management library are provided by this package. . See the libxcursor1 package for further information. Package: libxcursor1 Description-md5: 7c341e5f21e9bb3cee6338076e0f3458 Description-en: X cursor management library Xcursor is a simple library designed to help locate and load cursors for the X Window System. Cursors can be loaded from files or memory and can exist in several sizes; the library automatically picks the best size. When using images loaded from files, Xcursor prefers to use the Render extension's CreateCursor request for rendering cursors. Where the Render extension is not supported, Xcursor maps the cursor image to a standard X cursor and uses the core X protocol CreateCursor request. Package: libxcursor1-dbg Description-md5: 0a2e02d2365b4344848180495e4e79b5 Description-en: X cursor management library (unstripped) This package provides an unstripped shared object with debugging symbols, useful to provide a backtrace with symbol names in a debugger; this facilitates interpretation of core dumps, and aids in finding logic errors in programs using this library (or the library itself). The library is installed in /usr/lib/debug and can be used by placing that directory in the LD_LIBRARY_PATH environment variable when the code to be debugged is executed. Non-programmers will likely have little use for this package. . Non-programmers will likely have little use for this package. See the libxcursor1 package for further information. Package: libxdot4 Description-md5: 5bb95dff142ccbf7ab2946dc3a7a4dc1 Description-en: rich set of graph drawing tools - xdot library Graphviz is a set of graph drawing tools. See the description of the graphviz package for a full description. . This package contains the xdot library. Package: libxen-4.2 Description-md5: cd7ad869e7a3a001fd3c7b337111e06f Description-en: Public libs for Xen This package contains the shared libraries for Xen. Package: libxen-dev Description-md5: 16aef021d38a9f4fed58c122c9b3e1cf Description-en: Public headers and libs for Xen This package contains the public headers and static libraries for Xen. Package: libxen-ocaml Description-md5: c9c37edde6c8bfae0ec1ac70e828dbac Description-en: OCaml libraries for controlling Xen This package contains the runtime libraries required for the ocaml bindings to the Xen control libraries. Package: libxen-ocaml-dev Description-md5: 9c87ca7440bf9a1fcef15be5c5ae0a2d Description-en: OCaml libraries for controlling Xen (devel package) This package contains the ocaml findlib packages for compiling applications that are designed to control the Xen hypervisor. Package: libxenstore3.0 Description-md5: c2462dfd8088a311ca74072df39a0705 Description-en: Xenstore communications library for Xen This package contains the public libxenstore. Package: libxext-dev Description-md5: 9d497aabe7a8734879a278b8413e69c6 Description-en: X11 miscellaneous extensions library (development headers) libXext provides an X Window System client interface to several extensions to the X protocol. . The supported protocol extensions are: - DOUBLE-BUFFER (DBE), the Double Buffer extension; - DPMS, the VESA Display Power Management System extension; - Extended-Visual-Information (EVI), an extension for gathering extra information about the X server's visuals; - LBX, the Low Bandwidth X extension; - MIT-SHM, the MIT X client/server shared memory extension; - MIT-SUNDRY-NONSTANDARD, a miscellaneous extension by MIT; - Multi-Buffering, the multi-buffering and stereo display extension; - SECURITY, the X security extension; - SHAPE, the non-rectangular shaped window extension; - SYNC, the X synchronization extension; - TOG-CUP, the Open Group's Colormap Utilization extension; - XC-APPGROUP, the X Consortium's Application Group extension; - XC-MISC, the X Consortium's resource ID querying extension; - XTEST, the X test extension (this is one of two client-side implementations; the other is in the libXtst library, provided by the libxtst6 package); . libXext also provides a small set of utility functions to aid authors of client APIs for X protocol extensions. . This package contains the development headers for the library found in libxext6. Non-developers likely have little use for this package. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXext Package: libxext-doc Description-md5: 0600a78601f1d6561cda356efeda64d5 Description-en: X11 miscellaneous extensions library (documentation) libXext provides an X Window System client interface to several extensions to the X protocol. . The supported protocol extensions are: - DOUBLE-BUFFER (DBE), the Double Buffer extension; - DPMS, the VESA Display Power Management System extension; - Extended-Visual-Information (EVI), an extension for gathering extra information about the X server's visuals; - LBX, the Low Bandwidth X extension; - MIT-SHM, the MIT X client/server shared memory extension; - MIT-SUNDRY-NONSTANDARD, a miscellaneous extension by MIT; - Multi-Buffering, the multi-buffering and stereo display extension; - SECURITY, the X security extension; - SHAPE, the non-rectangular shaped window extension; - SYNC, the X synchronization extension; - TOG-CUP, the Open Group's Colormap Utilization extension; - XC-APPGROUP, the X Consortium's Application Group extension; - XC-MISC, the X Consortium's resource ID querying extension; - XTEST, the X test extension (this is one of two client-side implementations; the other is in the libXtst library, provided by the libxtst6 package); . libXext also provides a small set of utility functions to aid authors of client APIs for X protocol extensions. . This package contains the documentation for the included protocol extension libraries. Non-developers likely have little use for this package. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXext Package: libxext6 Description-md5: 5c72cf7a13b0990666898813406a2a89 Description-en: X11 miscellaneous extension library libXext provides an X Window System client interface to several extensions to the X protocol. . The supported protocol extensions are: - DOUBLE-BUFFER (DBE), the Double Buffer extension; - DPMS, the VESA Display Power Management System extension; - Extended-Visual-Information (EVI), an extension for gathering extra information about the X server's visuals; - LBX, the Low Bandwidth X extension; - MIT-SHM, the MIT X client/server shared memory extension; - MIT-SUNDRY-NONSTANDARD, a miscellaneous extension by MIT; - Multi-Buffering, the multi-buffering and stereo display extension; - SECURITY, the X security extension; - SHAPE, the non-rectangular shaped window extension; - SYNC, the X synchronization extension; - TOG-CUP, the Open Group's Colormap Utilization extension; - XC-APPGROUP, the X Consortium's Application Group extension; - XC-MISC, the X Consortium's resource ID querying extension; - XTEST, the X test extension (this is one of two client-side implementations; the other is in the libXtst library, provided by the libxtst6 package); . libXext also provides a small set of utility functions to aid authors of client APIs for X protocol extensions. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXext Package: libxext6-dbg Description-md5: a9d12f89d8fa4962191a46fc5214d873 Description-en: X11 miscellaneous extensions library (debug package) libXext provides an X Window System client interface to several extensions to the X protocol. . The supported protocol extensions are: - DOUBLE-BUFFER (DBE), the Double Buffer extension; - DPMS, the VESA Display Power Management System extension; - Extended-Visual-Information (EVI), an extension for gathering extra information about the X server's visuals; - LBX, the Low Bandwidth X extension; - MIT-SHM, the MIT X client/server shared memory extension; - MIT-SUNDRY-NONSTANDARD, a miscellaneous extension by MIT; - Multi-Buffering, the multi-buffering and stereo display extension; - SECURITY, the X security extension; - SHAPE, the non-rectangular shaped window extension; - SYNC, the X synchronization extension; - TOG-CUP, the Open Group's Colormap Utilization extension; - XC-APPGROUP, the X Consortium's Application Group extension; - XC-MISC, the X Consortium's resource ID querying extension; - XTEST, the X test extension (this is one of two client-side implementations; the other is in the libXtst library, provided by the libxtst6 package); . libXext also provides a small set of utility functions to aid authors of client APIs for X protocol extensions. . This package contains the debug versions of the library found in libxext6. Non-developers likely have little use for this package. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXext Package: libxfixes-dev Description-md5: 534fb9330ebefdcdd616826883b3e8d6 Description-en: X11 miscellaneous 'fixes' extension library (development headers) libXfixes provides an X Window System client interface to the 'XFIXES' extension to the X protocol. . It provides support for Region types, and some cursor functions. . This package contains the development headers for the library found in libxfixes3. Non-developers likely have little use for this package. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXfixes Package: libxfixes3 Description-md5: 0fa5919ef08f61382fb2c6bf965194ba Description-en: X11 miscellaneous 'fixes' extension library libXfixes provides an X Window System client interface to the 'XFIXES' extension to the X protocol. . It provides support for Region types, and some cursor functions. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXfixes Package: libxfixes3-dbg Description-md5: c012f9063b8e9d1a8dfa269f154dec48 Description-en: X11 miscellaneous 'fixes' extension library (debug package) libXfixes provides an X Window System client interface to the 'XFIXES' extension to the X protocol. . It provides support for Region types, and some cursor functions. . This package contains the debug versions of the library found in libxfixes3. Non-developers likely have little use for this package. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXfixes Package: libxfont-dev Description-md5: db66cbe62abb9446c54b7226358abd1b Description-en: X11 font rasterisation library (development headers) libXfont provides various services for X servers, most notably font selection and rasterisation (through external libraries). . This package contains the development headers for the library found in libxfont1. Non-developers likely have little use for this package. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXfont Package: libxfont1 Description-md5: ca038f18775c3087691897eb5fffb072 Description-en: X11 font rasterisation library libXfont provides various services for X servers, most notably font selection and rasterisation (through external libraries). . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXfont Package: libxfont1-dbg Description-md5: 34df9ccab12e020cc409b387bcf4d60a Description-en: X11 font rasterisation library (debug package) libXfont provides various services for X servers, most notably font selection and rasterisation (through external libraries). . This package contains the debug versions of the library found in libxfont1. Non-developers likely have little use for this package. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXfont Package: libxi-dev Description-md5: 39bbbc7e9f5655daca53080ffdf25bc7 Description-en: X11 Input extension library (development headers) libXi provides an X Window System client interface to the XINPUT extension to the X protocol. . The Input extension allows setup and configuration of multiple input devices, and will soon allow hotplugging of input devices; to be added and removed on the fly. . This package contains the development headers for the library found in libxi6. Non-developers likely have little use for this package. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXi Package: libxi6 Description-md5: ba006f0e6e88bcc1dded33a4ac1bacfd Description-en: X11 Input extension library libXi provides an X Window System client interface to the XINPUT extension to the X protocol. . The Input extension allows setup and configuration of multiple input devices, and will soon allow hotplugging of input devices; to be added and removed on the fly. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXi Package: libxi6-dbg Description-md5: 857507268b7762f8b0c6a0614de2dde3 Description-en: X11 Input extension library (debug package) libXi provides an X Window System client interface to the XINPUT extension to the X protocol. . The Input extension allows setup and configuration of multiple input devices, and will soon allow hotplugging of input devices; to be added and removed on the fly. . This package contains the debug versions of the library found in libxi6. Non-developers likely have little use for this package. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXi Package: libxinerama-dev Description-md5: 2efd4db97130bfd4a9ddc036f4e668d9 Description-en: X11 Xinerama extension library (development headers) libXinerama provides an X Window System client interface to the XINERAMA extension to the X protocol. . The Xinerama (also known as panoramiX) extension allows for multiple screens attached to a single display to be treated as belonging together, and to give desktop applications a better idea of the monitor layout. . This package contains the development headers for the library found in libxinerama1. Non-developers likely have little use for this package. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXinerama Package: libxinerama1 Description-md5: 8af4527c5c1d4c9cfadc619f456cc56d Description-en: X11 Xinerama extension library libXinerama provides an X Window System client interface to the XINERAMA extension to the X protocol. . The Xinerama (also known as panoramiX) extension allows for multiple screens attached to a single display to be treated as belonging together, and to give desktop applications a better idea of the monitor layout. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXinerama Package: libxinerama1-dbg Description-md5: 3efda02ddc20dc08432699587550c3db Description-en: X11 Xinerama extension library (debug package) libXinerama provides an X Window System client interface to the XINERAMA extension to the X protocol. . The Xinerama (also known as panoramiX) extension allows for multiple screens attached to a single display to be treated as belonging together, and to give desktop applications a better idea of the monitor layout. . This package contains the debug versions of the library found in libxinerama1. Non-developers likely have little use for this package. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXinerama 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: libxp-dev Description-md5: 7b946dfa99967f31503fdf6163d82429 Description-en: X Printing Extension (Xprint) client library (development files) libXp provides public APIs to allow client applications to render to non-display devices, making use of the X Print Service. . This package provides a static library and C header files. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXp Package: libxp6 Description-md5: 606ddf2ba3808cac5f4c9f729b530e3c Description-en: X Printing Extension (Xprint) client library libXp provides public APIs to allow client applications to render to non-display devices, making use of the X Print Service. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXp Package: libxp6-dbg Description-md5: ce28d085688ab1f89e9fa011f8e022fc Description-en: X Printing Extension (Xprint) client library (unstripped) libXp provides public APIs to allow client applications to render to non-display devices, making use of the X Print Service. . This package provides an unstripped shared object with debugging symbols, useful to provide a backtrace with symbol names in a debugger; this facilitates interpretation of core dumps, and aids in finding logic errors in programs using this library (or the library itself). The library is installed in /usr/lib/debug and can be used by placing that directory in the LD_LIBRARY_PATH environment variable when the code to be debugged is executed. Non-programmers will likely have little use for this package. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXp Package: libxrandr-dev Description-md5: 444725c9e942434744988c5291f2f2f3 Description-en: X11 RandR extension library (development headers) libXrandr provides an X Window System client interface to the RandR extension to the X protocol. . The RandR extension allows for run-time configuration of display attributes such as resolution, rotation, and reflection. . This package contains the development headers for the library found in libxrandr2. Non-developers likely have little use for this package. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXrandr Package: libxrandr2 Description-md5: 4f5e90c11ffce760113c5e601f3f4449 Description-en: X11 RandR extension library libXrandr provides an X Window System client interface to the RandR extension to the X protocol. . The RandR extension allows for run-time configuration of display attributes such as resolution, rotation, and reflection. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXrandr Package: libxrandr2-dbg Description-md5: e0f7c9763ea9b670967b0e6ed35acd8f Description-en: X11 RandR extension library (debug package) libXrandr provides an X Window System client interface to the RandR extension to the X protocol. . The RandR extension allows for run-time configuration of display attributes such as resolution, rotation, and reflection. . This package contains the debug versions of the library found in libxrandr2. Non-developers likely have little use for this package. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXrandr Package: libxrender-dev Description-md5: 90cef1620b30f07a5c21955d91855734 Description-en: X Rendering Extension client library (development files) The X Rendering Extension (Render) introduces digital image composition as the foundation of a new rendering model within the X Window System. Rendering geometric figures is accomplished by client-side tessellation into either triangles or trapezoids. Text is drawn by loading glyphs into the server and rendering sets of them. The Xrender library exposes this extension to X clients. . This package provides a static library and C header files. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXrender Package: libxrender1 Description-md5: 1529276fe319e97fa1c4f85128ed50b8 Description-en: X Rendering Extension client library The X Rendering Extension (Render) introduces digital image composition as the foundation of a new rendering model within the X Window System. Rendering geometric figures is accomplished by client-side tessellation into either triangles or trapezoids. Text is drawn by loading glyphs into the server and rendering sets of them. The Xrender library exposes this extension to X clients. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXrender Package: libxrender1-dbg Description-md5: 826b72926150a03d65486e6527811ff8 Description-en: X Rendering Extension client library (unstripped) The X Rendering Extension (Render) introduces digital image composition as the foundation of a new rendering model within the X Window System. Rendering geometric figures is accomplished by client-side tessellation into either triangles or trapezoids. Text is drawn by loading glyphs into the server and rendering sets of them. The Xrender library exposes this extension to X clients. . This package provides an unstripped shared object with debugging symbols, useful to provide a backtrace with symbol names in a debugger; this facilitates interpretation of core dumps, and aids in finding logic errors in programs using this library (or the library itself). The library is installed in /usr/lib/debug and can be used by placing that directory in the LD_LIBRARY_PATH environment variable when the code to be debugged is executed. Non-programmers will likely have little use for this package. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXrender Package: libxres-dev Description-md5: 70ec3c2d202b5b75e237d25e6d833401 Description-en: X11 Resource extension library (development headers) libXRes provides an X Window System client interface to the Resource extension to the X protocol. . The Resource extension allows for X clients to see and monitor the X resource usage of various clients (pixmaps, et al). . This package contains the development headers for the library found in libxres1. Non-developers likely have little use for this package. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXRes Package: libxres1 Description-md5: d9399de89592de94c1d00cfcb2c850b3 Description-en: X11 Resource extension library libXRes provides an X Window System client interface to the Resource extension to the X protocol. . The Resource extension allows for X clients to see and monitor the X resource usage of various clients (pixmaps, et al). . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXRes Package: libxres1-dbg Description-md5: 65dd45290b60147f90a3ada760535036 Description-en: X11 Resource extension library (debug package) libXRes provides an X Window System client interface to the Resource extension to the X protocol. . The Resource extension allows for X clients to see and monitor the X resource usage of various clients (pixmaps, et al). . This package contains the debug versions of the library found in libxres1. Non-developers likely have little use for this package. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXRes Package: libxt-dev Description-md5: 4672adcea184032fd66fe6c6e5ca9f00 Description-en: X11 toolkit intrinsics library (development headers) libXt provides the X Toolkit Intrinsics, an abstract widget library upon which other toolkits are based. Xt is the basis for many toolkits, including the Athena widgets (Xaw), and LessTif (a Motif implementation). . This package contains the development headers for the library found in libxt6. Non-developers likely have little use for this package. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXt Package: libxt-doc Description-md5: 2c883d3c620cda68cbaae054db634f97 Description-en: X11 toolkit intrinsics library (documentation) libXt provides the X Toolkit Intrinsics, an abstract widget library upon which other toolkits are based. Xt is the basis for many toolkits, including the Athena widgets (Xaw), and LessTif (a Motif implementation). . This package contains the X Toolkit Intrinsics C API documentation. Package: libxt6 Description-md5: c3abc4b8f3ebe1d7b7494d4013fd7976 Description-en: X11 toolkit intrinsics library libXt provides the X Toolkit Intrinsics, an abstract widget library upon which other toolkits are based. Xt is the basis for many toolkits, including the Athena widgets (Xaw), and LessTif (a Motif implementation). . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXt Package: libxt6-dbg Description-md5: 6f1684f08fb3fbea27569764cab49561 Description-en: X11 toolkit intrinsics library (debug package) libXt provides the X Toolkit Intrinsics, an abstract widget library upon which other toolkits are based. Xt is the basis for many toolkits, including the Athena widgets (Xaw), and LessTif (a Motif implementation). . This package contains the debug versions of the library found in libxt6. Non-developers likely have little use for this package. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXt Package: libxtst-dev Description-md5: ae1bea16337ee830ba8837b716b07dc8 Description-en: X11 Record extension library (development headers) libXtst provides an X Window System client interface to the Record extension to the X protocol. . The Record extension allows X clients to synthesise input events, which is useful for automated testing. . This package contains the development headers for the library found in libxtst6. Non-developers likely have little use for this package. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXtst Package: libxtst-doc Description-md5: b97f1bef51c3722fd297b447a2775ae6 Description-en: X11 Record extension library (documentation) libXtst provides an X Window System client interface to the Record extension to the X protocol. . The Record extension allows X clients to synthesise input events, which is useful for automated testing. . This package contains the API documentation for the X Record and XTEST extension libraries. Non-developers likely have little use for this package. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXtst Package: libxtst6 Description-md5: a21047d5f3eab970798b4c22c0163132 Description-en: X11 Testing -- Record extension library libXtst provides an X Window System client interface to the Record extension to the X protocol. . The Record extension allows X clients to synthesise input events, which is useful for automated testing. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXtst Package: libxtst6-dbg Description-md5: a94f094d9401e079de1a5be3957d9f64 Description-en: X11 Record extension library (debug package) libXtst provides an X Window System client interface to the Record extension to the X protocol. . The Record extension allows X clients to synthesise input events, which is useful for automated testing. . This package contains the debug versions of the library found in libxtst6. Non-developers likely have little use for this package. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXtst Package: libxv-dev Description-md5: 4a8b09db5604319bdef123b54c9be53f Description-en: X11 Video extension library (development headers) libXv provides an X Window System client interface to the XVideo extension to the X protocol. . The XVideo extension allows for accelerated drawing of videos. Hardware adaptors are exposed to clients, which may draw in a number of colourspaces, including YUV. . This package contains the development headers for the library found in libxv1. Non-developers likely have little use for this package. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXv Package: libxv1 Description-md5: cbda0d10d66b049955c1a3034acbf025 Description-en: X11 Video extension library libXv provides an X Window System client interface to the XVideo extension to the X protocol. . The XVideo extension allows for accelerated drawing of videos. Hardware adaptors are exposed to clients, which may draw in a number of colourspaces, including YUV. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXv Package: libxv1-dbg Description-md5: 8922040df70061a4d2161ad4dfa8c8e6 Description-en: X11 Video extension library (debug package) libXv provides an X Window System client interface to the XVideo extension to the X protocol. . The XVideo extension allows for accelerated drawing of videos. Hardware adaptors are exposed to clients, which may draw in a number of colourspaces, including YUV. . This package contains the debug versions of the library found in libxv1. Non-developers likely have little use for this package. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXv Package: libxvmc-dev Description-md5: d277adb1bcda026e26e3a11d72c9245d Description-en: X11 Video extension library (development headers) libXvMC provides an X Window System client interface to the XVideo-MotionCompensation extension to the X protocol. . The XVideo-MotionCompensation extension allows for further accelerated drawing of videos. Video data may be sent at earlier stages of the decoding pipeline than raw YUV data. At the moment, driver support for XvMC is poor to non-existent. . This package contains the development headers for the library found in libxvmc1. Non-developers likely have little use for this package. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXvMC Package: libxvmc1 Description-md5: 7746d5687dd79b2189f90e7206d6db90 Description-en: X11 Video extension library libXvMC provides an X Window System client interface to the XVideo-MotionCompensation extension to the X protocol. . The XVideo-MotionCompensation extension allows for further accelerated drawing of videos. Video data may be sent at earlier stages of the decoding pipeline than raw YUV data. At the moment, driver support for XvMC is poor to non-existent. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXvMC Package: libxvmc1-dbg Description-md5: a144654b529015153d66ee0bc51fe57f Description-en: X11 Video extension library (debug package) libXvMC provides an X Window System client interface to the XVideo-MotionCompensation extension to the X protocol. . The XVideo-MotionCompensation extension allows for further accelerated drawing of videos. Video data may be sent at earlier stages of the decoding pipeline than raw YUV data. At the moment, driver support for XvMC is poor to non-existent. . This package contains the debug versions of the library found in libxvmc1. Non-developers likely have little use for this package. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXvMC Package: libxxf86dga-dev Description-md5: e02dc131e7ff39b6aafdad14aa6d7780 Description-en: X11 Direct Graphics Access extension library (development headers) libXxf86dga provides the XFree86-DGA extension, which allows direct graphics access to a framebuffer-like region, and also allows relative mouse reporting, et al. It is mainly used by games and emulators for games. . This package contains the development headers for the library found in libxxf86dga1. Non-developers likely have little use for this package. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXxf86dga Package: libxxf86dga1 Description-md5: 3b4c06b89aa50ec8ff9dfdeca065cd4a Description-en: X11 Direct Graphics Access extension library libXxf86dga provides the XFree86-DGA extension, which allows direct graphics access to a framebuffer-like region, and also allows relative mouse reporting, et al. It is mainly used by games and emulators for games. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXxf86dga Package: libxxf86dga1-dbg Description-md5: c3ae464978269f65057391632499fe73 Description-en: X11 Direct Graphics Access extension library (debug package) libXxf86dga provides the XFree86-DGA extension, which allows direct graphics access to a framebuffer-like region, and also allows relative mouse reporting, et al. It is mainly used by games and emulators for games. . This package contains the debug versions of the library found in libxxf86dga1. Non-developers likely have little use for this package. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXxf86dga Package: libxxf86vm-dev Description-md5: f248dc7c5a7842ef87d8528ab4f9bb7b Description-en: X11 XFree86 video mode extension library (development headers) libXxf86vm provides an interface to the XFree86-VidModeExtension extension, which allows client applications to get and set video mode timings in extensive detail. It is used by the xvidtune program in particular. . This package contains the development headers for the library found in libxxf86vm1. Non-developers likely have little use for this package. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXxf86vm Package: libxxf86vm1 Description-md5: b174fdb3bc0f1361c3d5865a48ffdd70 Description-en: X11 XFree86 video mode extension library libXxf86vm provides an interface to the XFree86-VidModeExtension extension, which allows client applications to get and set video mode timings in extensive detail. It is used by the xvidtune program in particular. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXxf86vm Package: libxxf86vm1-dbg Description-md5: c96802621cfbd8042ea5b726670991cc Description-en: X11 XFree86 video mode extension library (debug package) libXxf86vm provides an interface to the XFree86-VidModeExtension extension, which allows client applications to get and set video mode timings in extensive detail. It is used by the xvidtune program in particular. . This package contains the debug versions of the library found in libxxf86vm1. Non-developers likely have little use for this package. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXxf86vm 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 Description-md5: e1f3af50c53d3b40815e9810a03f60ee Description-en: Generic complete Linux kernel. This package will always depend on the latest generic complete Linux kernel available. Package: linux-crashdump Description-md5: 786b3d1e77e0097cb2c8f2ab16f83875 Description-en: Linux kernel crashdump setup for the latest generic kernel This package installs all the needed infrstracture 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: ce791e5696c1c1aa38d33d35dcd5430d Description-en: Linux kernel specific documentation for version 3.8.0 This package provides the various documents in the 3.8.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-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-headers-3.8.0-19 Description-md5: 326090d8b0e03a9dc9422c2bcc30ca76 Description-en: Header files related to Linux kernel version 3.8.0 This package provides kernel header files for version 3.8.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.8.0-19/debian.README.gz for details Package: linux-headers-3.8.0-19-generic Description-md5: a30bb2e0322772add642fdbce010e94f Description-en: Linux kernel headers for version 3.8.0 on 64 bit x86 SMP This package provides kernel header files for version 3.8.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.8.0-19/debian.README.gz for details. Package: linux-headers-3.8.0-21 Description-md5: acb3d8dca41143457d97caec1483f180 Description-en: Header files related to Linux kernel version 3.8.0 This package provides kernel header files for version 3.8.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.8.0-21/debian.README.gz for details Package: linux-headers-3.8.0-21-generic Description-md5: 1b783bbd4d4be1a98b1b84ce2946359a Description-en: Linux kernel headers for version 3.8.0 on 64 bit x86 SMP This package provides kernel header files for version 3.8.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.8.0-21/debian.README.gz for details. Package: linux-headers-3.8.0-22 Description-md5: 62a546ba35cf6c626e23ed73cbb5b8f4 Description-en: Header files related to Linux kernel version 3.8.0 This package provides kernel header files for version 3.8.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.8.0-22/debian.README.gz for details Package: linux-headers-3.8.0-22-generic Description-md5: 1728885f692f3d636e9b499a31a869a9 Description-en: Linux kernel headers for version 3.8.0 on 64 bit x86 SMP This package provides kernel header files for version 3.8.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.8.0-22/debian.README.gz for details. Package: linux-headers-3.8.0-23 Description-md5: 4dbb4e2db582115b7ba96ed677c8a2cd Description-en: Header files related to Linux kernel version 3.8.0 This package provides kernel header files for version 3.8.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.8.0-23/debian.README.gz for details Package: linux-headers-3.8.0-23-generic Description-md5: 5cd0d0980adbb9610b8c6b68841244c7 Description-en: Linux kernel headers for version 3.8.0 on 64 bit x86 SMP This package provides kernel header files for version 3.8.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.8.0-23/debian.README.gz for details. Package: linux-headers-3.8.0-27 Description-md5: 5d06a309c000c94a1d1014bf852d6363 Description-en: Header files related to Linux kernel version 3.8.0 This package provides kernel header files for version 3.8.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.8.0-27/debian.README.gz for details Package: linux-headers-3.8.0-27-generic Description-md5: 519c43a520b917452e78fba878a5be7f Description-en: Linux kernel headers for version 3.8.0 on 64 bit x86 SMP This package provides kernel header files for version 3.8.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.8.0-27/debian.README.gz for details. Package: linux-headers-3.8.0-29 Description-md5: c14c6aec898c01e4b0845e6418d92ddf Description-en: Header files related to Linux kernel version 3.8.0 This package provides kernel header files for version 3.8.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.8.0-29/debian.README.gz for details Package: linux-headers-3.8.0-29-generic Description-md5: 215ea74c166bd0b87bf1405ac6b0798c Description-en: Linux kernel headers for version 3.8.0 on 64 bit x86 SMP This package provides kernel header files for version 3.8.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.8.0-29/debian.README.gz for details. Package: linux-headers-3.8.0-30 Description-md5: 1884675d5aaba5b04c8fdb56041379fe Description-en: Header files related to Linux kernel version 3.8.0 This package provides kernel header files for version 3.8.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.8.0-30/debian.README.gz for details Package: linux-headers-3.8.0-30-generic Description-md5: 47365c731574b0d31961269a9b1b152e Description-en: Linux kernel headers for version 3.8.0 on 64 bit x86 SMP This package provides kernel header files for version 3.8.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.8.0-30/debian.README.gz for details. Package: linux-headers-3.8.0-31 Description-md5: b73f9a8b880b186ffd6c9a6d35859a9c Description-en: Header files related to Linux kernel version 3.8.0 This package provides kernel header files for version 3.8.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.8.0-31/debian.README.gz for details Package: linux-headers-3.8.0-31-generic Description-md5: 7629de49c3872e3d956a9a223213b0a5 Description-en: Linux kernel headers for version 3.8.0 on 64 bit x86 SMP This package provides kernel header files for version 3.8.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.8.0-31/debian.README.gz for details. Package: linux-headers-3.8.0-32 Description-md5: 12a827c4195ed38a4e2bfa56929e5643 Description-en: Header files related to Linux kernel version 3.8.0 This package provides kernel header files for version 3.8.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.8.0-32/debian.README.gz for details Package: linux-headers-3.8.0-32-generic Description-md5: 974ebca95c9b32993612b6e0308330d1 Description-en: Linux kernel headers for version 3.8.0 on 64 bit x86 SMP This package provides kernel header files for version 3.8.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.8.0-32/debian.README.gz for details. Package: linux-headers-3.8.0-33 Description-md5: 630f5b9db42d923e60c214496308e670 Description-en: Header files related to Linux kernel version 3.8.0 This package provides kernel header files for version 3.8.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.8.0-33/debian.README.gz for details Package: linux-headers-3.8.0-33-generic Description-md5: b5e94364d45785298b62d9a48896c497 Description-en: Linux kernel headers for version 3.8.0 on 64 bit x86 SMP This package provides kernel header files for version 3.8.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.8.0-33/debian.README.gz for details. Package: linux-headers-3.8.0-34 Description-md5: dd7b4c15243710bd16c1b0c12b2a9faf Description-en: Header files related to Linux kernel version 3.8.0 This package provides kernel header files for version 3.8.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.8.0-34/debian.README.gz for details Package: linux-headers-3.8.0-34-generic Description-md5: 899e4af63e02801678e28c164bec9a62 Description-en: Linux kernel headers for version 3.8.0 on 64 bit x86 SMP This package provides kernel header files for version 3.8.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.8.0-34/debian.README.gz for details. Package: linux-headers-3.8.0-35 Description-md5: 78452f16be902e4474662784b78d0c3d Description-en: Header files related to Linux kernel version 3.8.0 This package provides kernel header files for version 3.8.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.8.0-35/debian.README.gz for details Package: linux-headers-3.8.0-35-generic Description-md5: 3f66cdea22d172b6de586dd7738a5b2e Description-en: Linux kernel headers for version 3.8.0 on 64 bit x86 SMP This package provides kernel header files for version 3.8.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.8.0-35/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-server Description-md5: 9f8e13d3c6398c379efb34108d986a01 Description-en: Transitional package. This package will always depend on linux-headers-generic. Package: linux-headers-virtual Description-md5: 9f8e13d3c6398c379efb34108d986a01 Description-en: Transitional package. This package will always depend on linux-headers-generic. Package: linux-image Description-md5: 4b85eb2dcba23bfb3b8a88b27af1d539 Description-en: Generic Linux kernel image. This package will always depend on the latest generic Linux kernel image and headers. Package: linux-image-3.8.0-19-generic Description-md5: 8fdb63eed7d5ffa69b80014b40501775 Description-en: Linux kernel image for version 3.8.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 3.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-3.8.0-21-generic Description-md5: 8fdb63eed7d5ffa69b80014b40501775 Description-en: Linux kernel image for version 3.8.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 3.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-3.8.0-22-generic Description-md5: 8fdb63eed7d5ffa69b80014b40501775 Description-en: Linux kernel image for version 3.8.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 3.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-3.8.0-23-generic Description-md5: 8fdb63eed7d5ffa69b80014b40501775 Description-en: Linux kernel image for version 3.8.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 3.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-3.8.0-27-generic Description-md5: 8fdb63eed7d5ffa69b80014b40501775 Description-en: Linux kernel image for version 3.8.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 3.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-3.8.0-29-generic Description-md5: 8fdb63eed7d5ffa69b80014b40501775 Description-en: Linux kernel image for version 3.8.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 3.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-3.8.0-30-generic Description-md5: 8fdb63eed7d5ffa69b80014b40501775 Description-en: Linux kernel image for version 3.8.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 3.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-3.8.0-31-generic Description-md5: 8fdb63eed7d5ffa69b80014b40501775 Description-en: Linux kernel image for version 3.8.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 3.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-3.8.0-32-generic Description-md5: 8fdb63eed7d5ffa69b80014b40501775 Description-en: Linux kernel image for version 3.8.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 3.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-3.8.0-33-generic Description-md5: 8fdb63eed7d5ffa69b80014b40501775 Description-en: Linux kernel image for version 3.8.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 3.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-3.8.0-34-generic Description-md5: 8fdb63eed7d5ffa69b80014b40501775 Description-en: Linux kernel image for version 3.8.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 3.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-3.8.0-35-generic Description-md5: 8fdb63eed7d5ffa69b80014b40501775 Description-en: Linux kernel image for version 3.8.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 3.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-3.8.0-19-generic Description-md5: 8fdb63eed7d5ffa69b80014b40501775 Description-en: Linux kernel image for version 3.8.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 3.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-3.8.0-21-generic Description-md5: 8fdb63eed7d5ffa69b80014b40501775 Description-en: Linux kernel image for version 3.8.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 3.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-3.8.0-22-generic Description-md5: 8fdb63eed7d5ffa69b80014b40501775 Description-en: Linux kernel image for version 3.8.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 3.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-3.8.0-23-generic Description-md5: 8fdb63eed7d5ffa69b80014b40501775 Description-en: Linux kernel image for version 3.8.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 3.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-3.8.0-27-generic Description-md5: 8fdb63eed7d5ffa69b80014b40501775 Description-en: Linux kernel image for version 3.8.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 3.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-3.8.0-29-generic Description-md5: 8fdb63eed7d5ffa69b80014b40501775 Description-en: Linux kernel image for version 3.8.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 3.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-3.8.0-30-generic Description-md5: 8fdb63eed7d5ffa69b80014b40501775 Description-en: Linux kernel image for version 3.8.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 3.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-3.8.0-31-generic Description-md5: 8fdb63eed7d5ffa69b80014b40501775 Description-en: Linux kernel image for version 3.8.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 3.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-3.8.0-32-generic Description-md5: 8fdb63eed7d5ffa69b80014b40501775 Description-en: Linux kernel image for version 3.8.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 3.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-3.8.0-33-generic Description-md5: 8fdb63eed7d5ffa69b80014b40501775 Description-en: Linux kernel image for version 3.8.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 3.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-3.8.0-34-generic Description-md5: 8fdb63eed7d5ffa69b80014b40501775 Description-en: Linux kernel image for version 3.8.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 3.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-3.8.0-35-generic Description-md5: 8fdb63eed7d5ffa69b80014b40501775 Description-en: Linux kernel image for version 3.8.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 3.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-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-server Description-md5: eb988093c0758268582edcd962efe052 Description-en: Transitional package. This package will always depend on linux-image-generic. 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-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-server Description-md5: b239583bb598a7b339303e3f0513dc63 Description-en: Transitional package. This package will always depend on linux-generic. 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-image-3.8.0-19-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-3.8.0-21-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-3.8.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-3.8.0-23-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-3.8.0-27-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-3.8.0-29-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-3.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-3.8.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-3.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-3.8.0-33-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-3.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-3.8.0-35-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-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-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-3.8.0 Description-md5: 2cc47389e6a08869c43cb079a77067d0 Description-en: Linux kernel source for version 3.8.0 with Ubuntu patches This package provides the source code for the Linux kernel version 3.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 Description-md5: ea15db5fd6e3e3cff13446d5e28af7c8 Description-en: Linux kernel versioned Tools This package will always depend on the latest Linux kernel versioned tools available. The Ubuntu patches have been applied. Package: linux-tools-3.8.0-19 Description-md5: 9c4d8916a7502c27db86951ae7a8e447 Description-en: Linux kernel version specific tools for version 3.8.0-19 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.8.0-19 on 64 bit x86. Package: linux-tools-3.8.0-21 Description-md5: ce73a007ab9e781325e3f0fecc9c339a Description-en: Linux kernel version specific tools for version 3.8.0-21 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.8.0-21 on 64 bit x86. Package: linux-tools-3.8.0-22 Description-md5: 3219106f9365b64de981b554d2bfa5d7 Description-en: Linux kernel version specific tools for version 3.8.0-22 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.8.0-22 on 64 bit x86. Package: linux-tools-3.8.0-23 Description-md5: 718f21df21c274c9b04a4ef78b5fdbc2 Description-en: Linux kernel version specific tools for version 3.8.0-23 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.8.0-23 on 64 bit x86. Package: linux-tools-3.8.0-27 Description-md5: 3add0ef460bcd3820112810a58eefc48 Description-en: Linux kernel version specific tools for version 3.8.0-27 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.8.0-27 on 64 bit x86. Package: linux-tools-3.8.0-29 Description-md5: de38048966fe712bbcef4d45971a26a8 Description-en: Linux kernel version specific tools for version 3.8.0-29 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.8.0-29 on 64 bit x86. Package: linux-tools-3.8.0-30 Description-md5: c2f4ffceb444bec3cae4b54673e5c6e1 Description-en: Linux kernel version specific tools for version 3.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 3.8.0-30 on 64 bit x86. Package: linux-tools-3.8.0-31 Description-md5: 52db0d7017623e1ae1c46c62e778c804 Description-en: Linux kernel version specific tools for version 3.8.0-31 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.8.0-31 on 64 bit x86. Package: linux-tools-3.8.0-32 Description-md5: 9c738e9338ae0b9bc11fc80508042e4b Description-en: Linux kernel version specific tools for version 3.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 3.8.0-32 on 64 bit x86. Package: linux-tools-3.8.0-33 Description-md5: 1be2ea06198535cd1f109d6fed8a62b2 Description-en: Linux kernel version specific tools for version 3.8.0-33 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.8.0-33 on 64 bit x86. Package: linux-tools-3.8.0-34 Description-md5: e43137af84d58a970145236b6dcc90c1 Description-en: Linux kernel version specific tools for version 3.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 3.8.0-34 on 64 bit x86. Package: linux-tools-3.8.0-35 Description-md5: 8cce806d3dd169b7f0bc729abd6b2ff2 Description-en: Linux kernel version specific tools for version 3.8.0-35 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.8.0-35 on 64 bit x86. Package: linux-tools-common Description-md5: 82cdbfd960c61ce6ed3a2bc1966d589d Description-en: Linux kernel version specific tools for version 3.8.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-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: maas Description-md5: 61bb9135ef18acaff6eb8c13e1efc46a Description-en: Ubuntu MAAS Server Ubuntu MAAS Server is the successor to Orchestra. It offers a nice UI to provision your Ubuntu servers. Each physical server (“node”) will be commissioned automatically on first boot. During the commissioning process administrators are able to configure hardware settings manually before an automated smoke test and burn-in test are done. Once commissioned, a node can be deployed on demand by name, or allocated to a queue for dynamic allocation to services being deployed on this MAAS. . This package is a metapackage which installs a complete MAAS service on a single machine. Package: maas-cli Description-md5: 814b9f5858d62e085e69aea0f840e274 Description-en: Ubuntu MAAS Client Tool Ubuntu MAAS Server is the successor to Orchestra. It offers a nice UI to provision your Ubuntu servers. Each physical server (“node”) will be commissioned automatically on first boot. During the commissioning process administrators are able to configure hardware settings manually before an automated smoke test and burn-in test are done. Once commissioned, a node can be deployed on demand by name, or allocated to a queue for dynamic allocation to services being deployed on this MAAS. . This package contains the client command line tool. Package: maas-cluster-controller Description-md5: c10b2ea1c3afc31c6a18490951702ac4 Description-en: Ubuntu MAAS Cluster Controller Ubuntu MAAS Server is the successor to Orchestra. It offers a nice UI to provision your Ubuntu servers. Each physical server (“node”) will be commissioned automatically on first boot. During the commissioning process administrators are able to configure hardware settings manually before an automated smoke test and burn-in test are done. Once commissioned, a node can be deployed on demand by name, or allocated to a queue for dynamic allocation to services being deployed on this MAAS. . This package contains the cluster controller, which is responsible for controlling remote DHCP/TFTP instances on their own subnets. Package: maas-common Description-md5: 0f08f38d6abc6023bae9225f98d0d50c Description-en: Ubuntu MAAS Server Ubuntu MAAS Server is the successor to Orchestra. It offers a nice UI to provision your Ubuntu servers. Each physical server (“node”) will be commissioned automatically on first boot. During the commissioning process administrators are able to configure hardware settings manually before an automated smoke test and burn-in test are done. Once commissioned, a node can be deployed on demand by name, or allocated to a queue for dynamic allocation to services being deployed on this MAAS. . This package contains common files Package: maas-region-controller Description-md5: af957353fce4c07ff6cc2df04c26a3e3 Description-en: Ubuntu MAAS Server Ubuntu MAAS Server is the successor to Orchestra. It offers a nice UI to provision your Ubuntu servers. Each physical server (“node”) will be commissioned automatically on first boot. During the commissioning process administrators are able to configure hardware settings manually before an automated smoke test and burn-in test are done. Once commissioned, a node can be deployed on demand by name, or allocated to a queue for dynamic allocation to services being deployed on this MAAS. . This package installs the region controller services: the web UI and the database. Package: memcached Description-md5: c96e946324d6d6114d0daad2388780d3 Description-en: A 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: 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: mysql-client Description-md5: c1035c33de63147bb387637ae5083656 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.5), as determined by the MySQL maintainers. Install this package if in doubt about which MySQL version you want, as this is the one we consider to be in the best shape. Package: mysql-client-5.5 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.5 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: e519a9c4f87658afbd1d077af63f9269 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.5), 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.5 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.5 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: nas-doc Description-md5: 5035a42cdf8861c8e7a34271ccc1d608 Description-en: Network Audio System - extra documentation The Network Audio System (NAS) was developed by NCD for playing, recording, and manipulating audio data over a network. Like the X Window System, it uses the client/server model to separate applications from the specific drivers that control audio input and output devices. . This package contains the extra documentation provided with the NAS source, including PostScript copies of papers describing its design. 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: 4ede856ba4b4b8796676686d84f6183b Description-en: OpenStack Compute - compute node 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-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-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-objectstore Description-md5: 25cb037ff1b6bb2f705647605954cac3 Description-en: OpenStack Compute - object store 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 contains a very simple S3-like object store. For production use, you should use OpenStack Storage, aka. Swift. 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: openjdk-7-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-7-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-7-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-7-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-7-jre Description-md5: 914d96407295e5ec532d2032973e96af 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-7-jre-headless Description-md5: c5ec89b1a6bac9cd86f6e61756d18fb9 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-7-jre-lib Description-md5: 5e36cdf418f1eb04decf91f23dca47ee Description-en: OpenJDK Java runtime (architecture independent libraries) OpenJDK Java runtime, using Hotspot JIT. The packages are built using the IcedTea build support and patches from the IcedTea project. . This is a transitional package. You can safely remove it. Package: openjdk-7-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: openssl Description-md5: 977022bc5545601176b69704acc5df9b Description-en: Secure Socket Layer (SSL) binary and related cryptographic tools This package contains the openssl binary and related tools. . It is part of the OpenSSL implementation of SSL. . You need it to perform certain cryptographic actions like: - Creation of RSA, DH and DSA key parameters; - Creation of X.509 certificates, CSRs and CRLs; - Calculation of message digests; - Encryption and decryption with ciphers; - SSL/TLS client and server tests; - Handling of S/MIME signed or encrypted mail. Package: openstack-dashboard Description-md5: cfa8179aec54fb294480d24dfa12c4c6 Description-en: django web interface to 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: e49ce566cdb2a03745470f21d945576d 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: perlmagick Description-md5: 09a1c38959e1dfda7d721a6f035bc283 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. Package: php-pear Description-md5: fb29e10c43affc8e5f5fa8be5cd7a87b Description-en: PEAR - PHP Extension and Application Repository This package contains the base PEAR classes for PHP, as well as the PEAR installer. Many PEAR classes are already packaged for Debian, and can be easily identified by names beginning with "php-", such as php-db and php-auth. Note: to build and install precompiled PECL extensions, you will need one of the php development packages installed. . 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: php5 Description-md5: 2af39c852a986c9d371da68ad88cdc6e Description-en: server-side, HTML-embedded scripting language (metapackage) This package is a metapackage that, when installed, guarantees that you have at least one of the four server-side versions of the PHP5 interpreter installed. Removing this package won't remove PHP5 from your system, however it may remove other packages that depend on this one. . 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: php5-cgi Description-md5: 58786ebfa00e184899546aa54ea9a0cf Description-en: server-side, HTML-embedded scripting language (CGI binary) This package provides the /usr/lib/cgi-bin/php5 CGI interpreter built for use in Apache 2 with mod_actions, or any other CGI httpd that supports a similar mechanism. Note that MOST Apache users probably want the libapache2-mod-php5 package. The following extensions are built in: bcmath bz2 calendar Core ctype date dba dom ereg exif fileinfo filter ftp gettext hash iconv json libxml mbstring mhash openssl pcntl pcre Phar posix Reflection session shmop SimpleXML soap sockets SPL standard sysvmsg sysvsem sysvshm tokenizer wddx xml xmlreader xmlwriter zip 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: php5-cli Description-md5: 8b8732a88c809a0ed9042ae5bfc0efb9 Description-en: command-line interpreter for the php5 scripting language This package provides the /usr/bin/php5 command interpreter, useful for testing PHP scripts from a shell or performing general shell scripting tasks. The following extensions are built in: bcmath bz2 calendar Core ctype date dba dom ereg exif fileinfo filter ftp gettext hash iconv json libxml mbstring mhash openssl pcntl pcre Phar posix readline Reflection session shmop SimpleXML soap sockets SPL standard sysvmsg sysvsem sysvshm tokenizer wddx xml xmlreader xmlwriter zip 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: php5-common Description-md5: 949c39604ee9b19ceaf6491574a70811 Description-en: Common files for packages built from the php5 source This package contains the documentation and example files relevant to all the other packages built from the php5 source. . 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: php5-curl Description-md5: b9650938a7c70d884c950952073ec28e Description-en: CURL module for php5 CURL is a library for getting files from FTP, GOPHER, HTTP server. . 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: php5-dbg Description-md5: 9c846a487d56db69555b9a0b6f23316b Description-en: Debug symbols for PHP5 This package provides the debug symbols for PHP5 needed for properly debugging errors in PHP5 with gdb. . 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: php5-dev Description-md5: f679c9165e9f710f208143f95427a8c4 Description-en: Files for PHP5 module development This package provides the files from the PHP5 source needed for compiling additional modules. . 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: php5-gd Description-md5: 8589696941eddf5936d927aa77051a52 Description-en: GD module for php5 This package provides a module for handling graphics directly from PHP scripts. It supports the PNG, JPEG, XPM formats as well as Freetype/ttf fonts. . 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: php5-gmp Description-md5: 098c157a536726435e541b2e7e6b4842 Description-en: GMP module for php5 This package provides a module for arbitrary precision arithmetic via the GNU Multiple Precision (GMP) Arithmetic Library. . 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: php5-ldap Description-md5: 7a129352cbfe9a2162ee43d4c9040421 Description-en: LDAP module for php5 This package provides a module for LDAP functions in PHP scripts. . 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: php5-mysql Description-md5: afca88d575e544314d64eead5093c24f Description-en: MySQL module for php5 This package provides modules for MySQL database connections directly from PHP scripts. It includes the generic "mysql" module which can be used to connect to all versions of MySQL, an improved "mysqli" module for MySQL version 4.1 or later, and the pdo_mysql module for use with the PHP Data Object extension. . 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: php5-odbc Description-md5: bc0c148ebd27735418306b0207388a32 Description-en: ODBC module for php5 This package provides a module for database access through ODBC drivers. It uses the unixODBC library as an ODBC provider. It also contains the pdo_odbc module, for use with the PHP Data Object extension. . 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: php5-pgsql Description-md5: 25edec9b992444a2c1634b9545b31326 Description-en: PostgreSQL module for php5 This package provides a module for PostgreSQL database connections directly from PHP scripts. It also includes the pdo_pgsql module for use with the PHP Data Object extension. . 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: php5-pspell Description-md5: 920445b3fae73cbd3fc8bdca6c8a5b57 Description-en: pspell module for php5 This package provides a module for pspell functions in PHP scripts. . 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: php5-recode Description-md5: 3c620a285d39cb761f43554f09fe43bb Description-en: recode module for php5 This package provides a module for recode - character set recoding. . 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: php5-snmp Description-md5: a6138315953520c05a90dc9ae2b17cd6 Description-en: SNMP module for php5 This package provides a module for SNMP functions in PHP scripts. . 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: php5-sqlite Description-md5: 9f069c06a620edaef808bb366117fc0e Description-en: SQLite module for php5 This package provides a module allowing you to use the SQLite self-contained database engine from within your PHP scripts, eliminating the need for a full SQL server installation like MySQL or PostgreSQL. It also includes the pdo_sqlite module, for use with the PHP Data Object extension. . 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: php5-tidy Description-md5: f8668317f13f19a2ba384b4467355b14 Description-en: tidy module for php5 This package provides a module for tidy functions in PHP scripts. . Tidy is an extension based on Libtidy (http://tidy.sf.net/) and allows a PHP developer to clean, repair, and traverse HTML, XHTML, and XML documents -- including ones with embedded scripting languages such as PHP or ASP within them using OO constructs. . 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: php5-xmlrpc Description-md5: 680850cbfd91309fdc1f668d316688fb Description-en: XML-RPC module for php5 This package provides a module for XML-RPC functions in PHP scripts. . 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: php5-xsl Description-md5: c1111ccc98d65b3dc65dd1e88f4b7d9b Description-en: XSL module for php5 This package provides a module for XSL using the libxslt XSL parser. . 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: policykit-1 Description-md5: 233f6ea057dc90084c0e92b57d21a7a8 Description-en: framework for managing administrative policies and privileges PolicyKit is an application-level toolkit for defining and handling the policy that allows unprivileged processes to speak to privileged processes. . It is a framework for centralizing the decision making process with respect to granting access to privileged operations for unprivileged (desktop) applications. Package: policykit-1-doc Description-md5: 4f476c937cdfc4c2d7a4b81404d7a637 Description-en: documentation for PolicyKit-1 PolicyKit is a toolkit for defining and handling the policy that allows unprivileged processes to speak to privileged processes. . This package contains the API documentation of PolicyKit. Package: printer-driver-hpcups Description-md5: f0d901d77cf3b6cbd910072d6a2c9cd4 Description-en: HP Linux Printing and Imaging - CUPS Raster driver (hpcups) This package contains a CUPS-Raster-based printer driver which adds support for most inkjet printers and some LaserJet printers manufactured by HP. It does not provide PPDs for the fax functionality of HP's multi-function devices. . Users of the CUPS printing system are advised to also install the hplip package, and use the hp CUPS backend to send data to the printer. HPLIP supports USB, networked and parallel-port devices, and enables extended hpcups functionality such as border-less printing. Selecting any hpcups ppd in CUPS will use hpcups automatically. . No physical PPDs are shipped with this driver. PPDs are dynamically generated via a CUPS DDK .drv file. . This package can be installed to provide a minimal headless printer solution using CUPS. Package: printer-driver-hpijs Description-md5: 834ddd3c67a566646f58f154d88d82ce Description-en: HP Linux Printing and Imaging - gs IJS driver (hpijs) This package contains an IJS printer driver for Ghostscript, which adds support for most inkjet printers and some LaserJet printers manufactured by HP. It is also required for HPLIP fax support. . The Debian package of hpijs includes the so-called rss patch, to use pure black ink instead of composite black in printers that don't do color map conversion in firmware. . HPIJS can take advantage of Ghostscript IJS KRGB support when available, to enhance black printing on printers that do color map conversion in firmware and are thus not affected by the old rss patch. . Users of the CUPS printing system are advised to also install the hplip package, and use the hp CUPS backend to send data to the printer. HPLIP supports USB, networked and parallel-port devices, and enables extended HPIJS functionality such as border-less printing. Selecting any hpijs ppd in CUPS will use hpijs automatically. . HPIJS is meant to be used through the foomatic system (see the foomatic-filters package). Package: printer-driver-postscript-hp Description-md5: 9af9f89f1dcd726c5278f35497db804b Description-en: HP Printers PostScript Descriptions This package contains the compressed PPDs for the PostScript HP Printers. Package: puppet Description-md5: 1dc71ec043c0ade030b8a9e18410f9ef Description-en: Centralized configuration management - agent startup and compatibility scripts This package contains the startup script and compatbility scripts for the puppet agent, which is the process responsible for configuring the local node. . Puppet lets you centrally manage every important aspect of your system using a cross-platform specification language that manages all the separate elements normally aggregated in different files, like users, cron jobs, and hosts, along with obviously discrete elements like packages, services, and files. . Puppet's simple declarative specification language provides powerful classing abilities for drawing out the similarities between hosts while allowing them to be as specific as necessary, and it handles dependency and prerequisite relationships between objects clearly and explicitly. Package: puppet-common Description-md5: 8da729eb017e286e5d58a9b725d6d6e0 Description-en: Centralized configuration management Puppet lets you centrally manage every important aspect of your system using a cross-platform specification language that manages all the separate elements normally aggregated in different files, like users, cron jobs, and hosts, along with obviously discrete elements like packages, services, and files. . Puppet's simple declarative specification language provides powerful classing abilities for drawing out the similarities between hosts while allowing them to be as specific as necessary, and it handles dependency and prerequisite relationships between objects clearly and explicitly. . This package contains the puppet software and documentation. For the startup scripts needed to run the puppet agent and master, see the "puppet" and "puppetmaster" packages, respectively. Package: puppetmaster Description-md5: ec2957c54d173b1e55135df9e2c43a3b Description-en: Centralized configuration management - master startup and compatibility scripts This package contains the startup and compatibility scripts for the puppet master, which is the server hosting manifests and files for the puppet nodes. . Puppet lets you centrally manage every important aspect of your system using a cross-platform specification language that manages all the separate elements normally aggregated in different files, like users, cron jobs, and hosts, along with obviously discrete elements like packages, services, and files. . Puppet's simple declarative specification language provides powerful classing abilities for drawing out the similarities between hosts while allowing them to be as specific as necessary, and it handles dependency and prerequisite relationships between objects clearly and explicitly. Package: puppetmaster-common Description-md5: 8e697b41d71ef7baffdb79e12a12ce20 Description-en: Puppet master common scripts This package contains common scripts for the puppet master, which is the server hosting manifests and files for the puppet nodes. . Puppet lets you centrally manage every important aspect of your system using a cross-platform specification language that manages all the separate elements normally aggregated in different files, like users, cron jobs, and hosts, along with obviously discrete elements like packages, services, and files. . Puppet's simple declarative specification language provides powerful classing abilities for drawing out the similarities between hosts while allowing them to be as specific as necessary, and it handles dependency and prerequisite relationships between objects clearly and explicitly. Package: python-apport Description-md5: 23518535b15759d78d26010a6b43517a Description-en: Python library for Apport crash report handling This Python package provides high-level functions for creating and handling apport crash reports: . * Query available and new reports. * Add OS, packaging, and process runtime information to a report. * Various frontend utility functions. * Python hook to generate crash reports when Python scripts fail. Package: python-bson Description-md5: 24c9d1f8de40c146a0ea5c924447b746 Description-en: Python implementation of BSON for MongoDB BSON Python module contains all of the Binary JSON encoding and decoding logic for MongoDB. Package: python-bson-ext Description-md5: 24b483279d6d0f416623936f52653bcc Description-en: C-coded extension to the python-bson package BSON Python module contains all of the Binary JSON encoding and decoding logic for MongoDB. This package contains an extension written in C for higher performance. Package: python-cinder Description-md5: 306e549f267870a6b2c0790521663c58 Description-en: Cinder Python libraries 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 Python library for Cinder. Package: python-django Description-md5: efe2f6ec2ae89851c710c280956fa785 Description-en: High-level Python web development framework Django is a high-level web application framework that loosely follows the model-view-controller design pattern. . Python's equivalent to Ruby on Rails, Django lets you build complex data-driven websites quickly and easily - Django focuses on automating as much as possible and adhering to the "Don't Repeat Yourself" (DRY) principle. . Django additionally emphasizes reusability and "pluggability" of components; many generic third-party "applications" are available to enhance projects or to simply to reduce development time even further. . Notable features include: * An object-relational mapper (ORM) * Automatic admin interface * Elegant URL dispatcher * Form serialization and validation system * Templating system * Lightweight, standalone web server for development and testing * Internationalization support * Testing framework and client Package: python-django-doc Description-md5: 257e8ca2132ad054b44d0dd521e727f5 Description-en: High-level Python web development framework (documentation) Django is a high-level web application framework that loosely follows the model-view-controller design pattern. . Python's equivalent to Ruby on Rails, Django lets you build complex data-driven websites quickly and easily - Django focuses on automating as much as possible and adhering to the "Don't Repeat Yourself" (DRY) principle. . Django additionally emphasizes reusability and "pluggability" of components; many generic third-party "applications" are available to enhance projects or to simply to reduce development time even further. . This package contains the HTML documentation and example projects. Package: python-django-horizon Description-md5: e01c22c2a2b4bac5ec92884004d96488 Description-en: Django module providing web based interaction with OpenStack The Django-Nova project is a Django module that is used to provide web based interactions with the OpenStack Nova cloud controller. Package: python-django-maas Description-md5: 87625774b1d9493b5a765a3b5549c5de Description-en: Ubuntu MAAS Server - (django files) Ubuntu MAAS Server is the successor to Orchestra. It offers a nice UI to provision your Ubuntu servers. Each physical server (“node”) will be commissioned automatically on first boot. During the commissioning process administrators are able to configure hardware settings manually before an automated smoke test and burn-in test are done. Once commissioned, a node can be deployed on demand by name, or allocated to a queue for dynamic allocation to services being deployed on this MAAS. . This package contains the Django files. Package: python-django-openstack Description-md5: b1f83867f4d64a68b0a2983e14c6b418 Description-en: dummy transitonal package from python-django-openstack to python-django-horizon This transitional package from the python-django-openstack to the python-django-horizon package. Once this package and its dependencies are installed you can remove it. Package: python-glance Description-md5: ec0b5e83302f9dde6c1f98f25a8f33c7 Description-en: OpenStack Image Registry and Delivery Service - Python library The Glance project provides an image registration and discovery service and an image delivery service. These services are used in conjunction by Nova to deliver images from object stores, such as OpenStack's Swift service, to Nova's compute nodes. . This package contains the Python libraries. Package: python-glance-doc Description-md5: bad2142db8d3e8aad00122582264f750 Description-en: OpenStack Image Registry and Delivery Service - Documentation The Glance project provides an image registration and discovery service (Parallax) and an image delivery service (Teller). These services are used in conjunction by Nova to deliver images from object stores, such as OpenStack's Swift service, to Nova's compute nodes. . This package contains the documentation. Package: python-glanceclient Description-md5: 6524fca402a7c8e87541a5b1ca477e17 Description-en: Client library for Openstack glance server. This is a client for the Glance which uses the OpenStack Image API. There's a Python API (the ``glanceclient`` module), and a command-line script (``glance``). Package: python-gridfs Description-md5: 9f81017354ca04e7ee67c50fa96675e1 Description-en: Python implementation of GridFS for MongoDB GridFS is a storage specification for large objects in MongoDB. The Python gridfs module is an implementation based on the pymongo module. It provides a file-like interface. Package: python-httplib2 Description-md5: 098dea719923e25f61c28f474109dc1f Description-en: comprehensive HTTP client library written for Python httplib2.py supports many features left out of other HTTP libraries. * HTTP and HTTPS * Keep-Alive * Authentication * Caching * All Methods * Redirects * Compression * Lost update support * Unit Tested . This package provides module for python2 series. Package: python-keystone Description-md5: 164bf6a04887bccf5d178b0e54933ecb Description-en: OpenStack identity service - Python library 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 Python libraries. Package: python-keystoneclient Description-md5: fc8c4ddbda8382e94bee34832a059345 Description-en: Client library for OpenStack Identity API This is a client for the OpenStack Identity API. There's a Python API (the ``keystoneclient`` module), and a command-line script (``keystone``). Package: python-libvirt Description-md5: 1ea09e4ec81e360f28623d96cfd449ff Description-en: libvirt Python bindings 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 Python bindings for the libvirt library Package: python-libxml2 Description-md5: e4228b117ba4c3ff09fba829bd0ef07d Description-en: Python bindings 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 the files needed to use the GNOME XML library in Python programs. Package: python-libxml2-dbg Description-md5: 5d69439c02c8c4c06241f93466f5a75a Description-en: Python bindings for the GNOME XML library (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 contains the files needed to use the GNOME XML library in Python programs for use with the Python debug interpreter. Package: python-maas-client Description-md5: 20735e9fca3a578f82aae12168c594a7 Description-en: Ubuntu MAAS API Client - (python files) Ubuntu MAAS Server is the successor to Orchestra. It offers a nice UI to provision your Ubuntu servers. Each physical server (“node”) will be commissioned automatically on first boot. During the commissioning process administrators are able to configure hardware settings manually before an automated smoke test and burn-in test are done. Once commissioned, a node can be deployed on demand by name, or allocated to a queue for dynamic allocation to services being deployed on this MAAS. . This package contains the client API Python modules. Package: python-maas-provisioningserver Description-md5: 4f5c7749b5a2c54ca28e3e8e5170dd4e Description-en: Ubuntu MAAS Server Ubuntu MAAS Server is the successor to Orchestra. It offers a nice UI to provision your Ubuntu servers. Each physical server (“node”) will be commissioned automatically on first boot. During the commissioning process administrators are able to configure hardware settings manually before an automated smoke test and burn-in test are done. Once commissioned, a node can be deployed on demand by name, or allocated to a queue for dynamic allocation to services being deployed on this MAAS. . This package contains the provisioning server libraries. Package: python-nova Description-md5: 9e7471c108af7843da4a920afe750d19 Description-en: OpenStack Compute Python libraries 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 core Python parts of Nova. Package: python-openssl Description-md5: 34bf94e85b02caf329c537f92208752f Description-en: Python 2 wrapper around the OpenSSL library High-level wrapper around a subset of the OpenSSL library, includes . * SSL.Connection objects, wrapping the methods of Python's portable sockets * Callbacks written in Python * Extensive error-handling mechanism, mirroring OpenSSL's error codes . A lot of the object methods do nothing more than calling a corresponding function in the OpenSSL library. Package: python-openssl-dbg Description-md5: 42b65693799877c98e71e8195faa5e96 Description-en: Python 2 wrapper around the OpenSSL library (debug extension) High-level wrapper around a subset of the OpenSSL library, includes . * SSL.Connection objects, wrapping the methods of Python's portable sockets * Callbacks written in Python * Extensive error-handling mechanism, mirroring OpenSSL's error codes . A lot of the object methods do nothing more than calling a corresponding function in the OpenSSL library. . This package contains the debug extension for python-openssl. Package: python-openssl-doc Description-md5: ac670bb910ef23fb997f7e3c57ca5305 Description-en: Python wrapper around the OpenSSL library (documentation package) High-level wrapper around a subset of the OpenSSL library, includes . * SSL.Connection objects, wrapping the methods of Python's portable sockets * Callbacks written in Python * Extensive error-handling mechanism, mirroring OpenSSL's error codes . A lot of the object methods do nothing more than calling a corresponding function in the OpenSSL library. . This package contains documentation for python-openssl. Package: python-problem-report Description-md5: 06dbdefca60b63fb6c44c8daf9a9cc5f Description-en: Python library to handle problem reports This Python library provides an interface for creating, modifying, and accessing standardized problem reports for program and kernel crashes and packaging bugs. . These problem reports use standard Debian control format syntax (RFC822). Package: python-pymongo Description-md5: 0b1ed7838a37434fed39e622e41112f4 Description-en: Python interface to the MongoDB document-oriented database MongoDB is a high-performance, open source, schema-free document-oriented data store. Pymongo provides an interface to easily access it from Python. Consider installing the python-pymongo-ext C extension to improve performance. Package: python-pymongo-doc Description-md5: fbd62f485ddf85b5deaef066e9d02ec6 Description-en: Python interface to the MongoDB document-oriented database (documentation) MongoDB is a high-performance, open source, schema-free document-oriented data store. Pymongo provides an interface to easily access it from Python. . This package contains the HTML documentation. Package: python-pymongo-ext Description-md5: 136aead8416b732e3ca0303bea791e72 Description-en: C-coded extension to the python-pymongo package Pymongo provides an interface to easily access MongoDB from Python. This package contains an extension written in C for higher performance. Package: python-subversion Description-md5: 30d5802891a40f1c510adc5fe5a34238 Description-en: Python bindings for Apache Subversion This is a set of Python interfaces to libsvn, the Apache Subversion libraries. It is useful if you want to, for example, write a Python script that manipulates a Subversion repository or working copy. See the 'subversion' package for more information. Package: python-subversion-dbg Description-md5: f20ef14947423d47b5d91de9d62bf3a7 Description-en: Python bindings for Subversion (debug extension) This is a set of Python interfaces to libsvn, the Subversion libraries. It is useful if you want to, for example, write a Python script that manipulates a Subversion repository or working copy. See the 'subversion' package for more information. . This package contains the extension built for the python debug interpreter. Package: python-suds Description-md5: e1ac45cd8cf31cf7b34831e1d71530be Description-en: Lightweight SOAP client for Python The suds project is a Python soap web services client lib. Suds leverages Python meta programming to provide an intuitive API for consuming web services. Objectification of types defined in the WSDL is provided without class generation. Programmers rarely need to read the WSDL since services and WSDL based objects can be easily inspected. Supports pluggable soap bindings. Package: python-swift Description-md5: de070055ceecd087c69ec8d278884c43 Description-en: distributed virtual object store - Python libraries OpenStack Object Storage (code-named Swift) is open source software for creating redundant, scalable object storage using clusters of standardized servers to store petabytes of accessible data. It is not a file system or real-time data storage system, but rather a long-term storage system for a more permanent type of static data that can be retrieved, leveraged, and then updated if necessary. Primary examples of data that best fit this type of storage model are virtual machine images, photo storage, email storage and backup archiving. Having no central "brain" or master point of control provides greater scalability, redundancy and permanence. . Objects are written to multiple hardware devices in the data center, with the OpenStack software responsible for ensuring data replication and integrity across the cluster. Storage clusters can scale horizontally by adding new nodes. Should a node fail, OpenStack works to replicate its content from other active nodes. Because OpenStack uses software logic to ensure data replication and distribution across different devices, inexpensive commodity hard drives and servers can be used in lieu of more expensive equipment. . This package provides the Python libraries that actually implement everything. Package: python2.7 Description-md5: b4b986e830d3d4fa83a5b41ca4976146 Description-en: Interactive high-level object-oriented language (version 2.7) Version 2.7 of the high-level, interactive object oriented language, includes an extensive class library with lots of goodies for network programming, system administration, sounds and graphics. Package: python2.7-dbg Description-md5: 3220dd61a40cd6c408ecc3fbbcb8ef1f Description-en: Debug Build of the Python Interpreter (version 2.7) The package holds two things: . - A Python interpreter configured with --pydebug. Dynamically loaded modules are searched as _d.so first. Third party extensions need a separate build to be used by this interpreter. - Debug information for standard python interpreter and extensions. . See the README.debug for more information. Package: python2.7-dev Description-md5: 0f13a410a5bbc68affef1492eee5d8e2 Description-en: Header files and a static library for Python (v2.7) Header files, a static library and development tools for building Python (v2.7) modules, extending the Python interpreter or embedding Python (v2.7) in applications. . Maintainers of Python packages should read README.maintainers. Package: python2.7-doc Description-md5: 427bb0bb2c7ff8d97e3a833c92820507 Description-en: Documentation for the high-level object-oriented language Python (v2.7) These is the official set of documentation for the interactive high-level object-oriented language Python (v2.7). All documents are provided in HTML format. The package consists of ten documents: . * What's New in Python2.7 * Tutorial * Python Library Reference * Macintosh Module Reference * Python Language Reference * Extending and Embedding Python * Python/C API Reference * Installing Python Modules * Documenting Python * Distributing Python Modules Package: python2.7-examples Description-md5: 4f24bb2b1825659042443224cf985199 Description-en: Examples for the Python language (v2.7) Examples, Demos and Tools for Python (v2.7). These are files included in the upstream Python distribution (v2.7). Package: python2.7-minimal Description-md5: 4e3d580f5374e0e392e97c8e6fedf594 Description-en: Minimal subset of the Python language (version 2.7) This package contains the interpreter and some essential modules. It can be used in the boot process for some basic tasks. See /usr/share/doc/python2.7-minimal/README.Debian for a list of the modules contained in this package. Package: python3-apport Description-md5: 90fc3702a69ad06599a95a46ceb5778a Description-en: Python 3 library for Apport crash report handling This Python package provides high-level functions for creating and handling apport crash reports: . * Query available and new reports. * Add OS, packaging, and process runtime information to a report. * Various frontend utility functions. * Python hook to generate crash reports when Python scripts fail. Package: python3-httplib2 Description-md5: 43b4287928c3dbd3553ba0279a8b162d Description-en: comprehensive HTTP client library written for Python3 httplib2.py supports many features left out of other HTTP libraries. * HTTP and HTTPS * Keep-Alive * Authentication * Caching * All Methods * Redirects * Compression * Lost update support * Unit Tested . This package provides module for python3 series. Package: python3-openssl Description-md5: d42552511383aa2a691d5994e533fb0c Description-en: Python 3 wrapper around the OpenSSL library High-level wrapper around a subset of the OpenSSL library, includes . * SSL.Connection objects, wrapping the methods of Python's portable sockets * Callbacks written in Python * Extensive error-handling mechanism, mirroring OpenSSL's error codes . A lot of the object methods do nothing more than calling a corresponding function in the OpenSSL library. . This package contains the Python 3 version of pyopenssl. Package: python3-openssl-dbg Description-md5: 74d30286345f4f6d1e73e3737b37837e Description-en: Python 3 wrapper around the OpenSSL library (debug extension) High-level wrapper around a subset of the OpenSSL library, includes . * SSL.Connection objects, wrapping the methods of Python's portable sockets * Callbacks written in Python * Extensive error-handling mechanism, mirroring OpenSSL's error codes . A lot of the object methods do nothing more than calling a corresponding function in the OpenSSL library. . This package contains the debug extension for python3-openssl. Package: python3-problem-report Description-md5: 9c38d91ac205b1680832021377d9156d Description-en: Python 3 library to handle problem reports This Python library provides an interface for creating, modifying, and accessing standardized problem reports for program and kernel crashes and packaging bugs. . These problem reports use standard Debian control format syntax (RFC822). Package: python3-software-properties Description-md5: 2404b69e069f73169a1d424cb63f1d53 Description-en: manage the repositories that you install software from This software provides an abstraction of the used apt repositories. It allows you to easily manage your distribution and independent software vendor software sources. Package: python3.3 Description-md5: 0177262f32ddcf35528646ae247b8a57 Description-en: Interactive high-level object-oriented language (version 3.3) Version 3.3 of the high-level, interactive object oriented language, includes an extensive class library with lots of goodies for network programming, system administration, sounds and graphics. Package: python3.3-dbg Description-md5: 3f5ccf51233a72e9920e6933858ce33e Description-en: Debug Build of the Python Interpreter (version 3.3) The package holds two things: . - A Python interpreter configured with --pydebug. Dynamically loaded modules are searched as _d.so first. Third party extensions need a separate build to be used by this interpreter. - Debug information for standard python interpreter and extensions. . See the README.debug for more information. Package: python3.3-dev Description-md5: c0ed12ef8aaf6bcb18ac2074f5487d17 Description-en: Header files and a static library for Python (v3.3) Header files, a static library and development tools for building Python (v3.3) modules, extending the Python interpreter or embedding Python (v3.3) in applications. . Maintainers of Python packages should read README.maintainers. Package: python3.3-doc Description-md5: 1c5f93bb159770de25ff400f5d851dc2 Description-en: Documentation for the high-level object-oriented language Python (v3.3) These is the official set of documentation for the interactive high-level object-oriented language Python (v3.3). All documents are provided in HTML format. The package consists of ten documents: . * What's New in Python3.3 * Tutorial * Python Library Reference * Macintosh Module Reference * Python Language Reference * Extending and Embedding Python * Python/C API Reference * Installing Python Modules * Documenting Python * Distributing Python Modules Package: python3.3-examples Description-md5: 47348d11732a1f26bdd561fc1c509b82 Description-en: Examples for the Python language (v3.3) Examples, Demos and Tools for Python (v3.3). These are files included in the upstream Python distribution (v3.3). Package: python3.3-minimal Description-md5: 6233066c148b19f678deee22a6a2e61d Description-en: Minimal subset of the Python language (version 3.3) This package contains the interpreter and some essential modules. It can be used in the boot process for some basic tasks. See /usr/share/doc/python3.3-minimal/README.Debian for a list of the modules contained in this package. Package: qdbus Description-md5: fae23ff3db2d0866fa317f588c249ee5 Description-en: Qt 4 D-Bus tool Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package contains qdbus, a command-line tool interface to D-Bus that uses the QtDBus library. Package: qt4-bin-dbg Description-md5: 30d00ec1a95d529311faf7e9c80834b8 Description-en: Qt 4 binaries debugging symbols 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 debugging symbols for the Qt 4 binaries. Package: qt4-default Description-md5: c60bdd7e52ab55284edffcbf153a5ae6 Description-en: Qt 4 development defaults package Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package sets Qt 4 to be the default Qt version to be used when using development binaries like qmake. It provides a default configuration for qtchooser, but does not prevent alternative Qt installations from being used. Package: qt4-demos Description-md5: 52e28f0cb6d84d109e8fe6949d554c02 Description-en: Qt 4 examples and demos Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package contains Qt 4 examples and demos. Package: qt4-demos-dbg Description-md5: 991afe4aa3b4dd3ec2b9dca0d716372c Description-en: Qt 4 examples and demos debugging symbols 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 debugging symbols for the Qt 4 examples and demos. Package: qt4-designer Description-md5: cdfd30f0ec154b8bdc30b8b14be6b2d4 Description-en: graphical designer for Qt 4 applications Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . Qt Designer is a tool for designing and building graphical user interfaces (GUIs) from Qt components. Package: qt4-dev-tools Description-md5: 5011b416d52e1154bf49b8ee22432d56 Description-en: Qt 4 development tools 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 tools used to assist in Qt 4 development, including: - assistant-qt4 -- Qt Assistant - lconvert -- Convert and filter translation data files - linguist-qt4 -- Qt Linguist - pixeltool -- Pixel Tool - qcollectiongenerator -- Qt Collection Generator - qdbusviewer -- D-Bus Viewer - qhelpconverter -- Help Conversion Wizard - qhelpgenerator -- Qt Compressed Help Generator - qmlplugindump -- QML Plugin Dump application - qvfb -- Virtual Framebuffer Package: qt4-doc Description-md5: 231940cacecaefd769b509e5dae9fb47 Description-en: Qt 4 API documentation Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package contains the complete Qt 4 API documentation (new help format). . The documentation is provided in the new help format and manpage format; the new help format version can be viewed in conjunction with the Qt Assistant found in the qt4-dev-tools package. Package: qt4-linguist-tools Description-md5: c9688050e40c3df53ad52c2ad06a0d4e Description-en: Qt 4 Linguist tools 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 lupdate and lrelease. lupdate is a command line tool that finds the translatable strings in the specified source, header and Qt Designer interface files, and produces or updates .ts translation files. lrelease is a command line tool that produces QM files out of TS files. Package: qt4-qmake Description-md5: ed1ae2f01863267495111ab804bd07ad Description-en: Qt 4 qmake Makefile generator tool Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package contains Qt 4 qmake (qmake-qt4), a tool that helps simplify the build process for development project across different platforms. qmake automates the generation of Makefiles so that only a few lines of information are needed to create each Makefile. qmake can be used for any software project, whether it is written using Qt or not. . Qt 4 qmake requires a platform and compiler description file which contains many default values used to generate appropriate Makefiles. . This package contains also these platform specifications. Package: qt5-qmake Description-md5: d22e820ccda7e109fc6cf2c171df093e Description-en: Qt 5 qmake Makefile generator tool Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package contains the Qt 5 qmake, a tool that helps simplify the build process for development project across different platforms. qmake automates the generation of Makefiles so that only a few lines of information are needed to create each Makefile. qmake can be used for any software project, whether it is written using Qt or not. . Qt 5 qmake requires a platform and compiler description file which contains many default values used to generate appropriate Makefiles. . This package contains also these platform specifications. Package: qtbase5-dbg Description-md5: 42e6cf0251f2bfd39ea757ae603628da Description-en: Qt 5 base library debugging symbols 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 debugging symbols for the Qt 5 base libraries. Package: qtbase5-dev Description-md5: b1a4d90909152c53a52db6116d1f19f9 Description-en: Qt 5 base development files Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package contains the header development files used for building Qt 5 applications. Package: qtbase5-dev-tools Description-md5: f2e4521485ce2cc91a951d05072b9b8b Description-en: Qt 5 base development programs Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package contains the development programs used for building Qt 5 applications, such as moc, qdbuscpp2xml, qdbusxml2cpp, qdoc, rcc, syncqt and uic. Package: qtbase5-dev-tools-dbg Description-md5: 0b720abc654b3c7154b6c63ad55692cf Description-en: Qt 5 base binaries debugging symbols 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 debugging symbols for the Qt 5 binaries. Package: qtbase5-examples Description-md5: ac043eae380c0dcd4bce5d40a835f3e4 Description-en: Qt 5 base examples Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package contains Qt base 5 examples. Package: qtbase5-examples-dbg Description-md5: 51fa5946dc6a9287aa19bbece071fbcb Description-en: Qt 5 base examples debugging symbols 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 debugging symbols for the Qt 5 examples. Package: qtbase5-private-dev Description-md5: b388fd86350adaeeb21580f32ba12fcc Description-en: Qt 5 base private development files Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package contains the private header development files for building some Qt 5 applications like Qt Creator QML Designer plugin. . Use at your own risk. Package: rtkit Description-md5: 49d87b72431bed9d646487053d48658d Description-en: Realtime Policy and Watchdog Daemon RealtimeKit is a D-Bus system service that changes the scheduling policy of user processes/threads to SCHED_RR (i.e. realtime scheduling mode) on request. It is intended to be used as a secure mechanism to allow real-time scheduling to be used by normal user processes. Package: ruby1.8 Description-md5: cbc9f752f927d3142d295011d81f88fc Description-en: Interpreter of object-oriented scripting language Ruby 1.8 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 provides version 1.8 series of Ruby. . On Debian, Ruby 1.8 is provided as separate packages. You can get full Ruby 1.8 distribution by installing following packages. . ruby1.8 ruby1.8-dev ri1.8 ruby1.8-examples libtcltk-ruby1.8 Package: ruby1.8-dev Description-md5: d50680834c728bf1cfb025fc5d1b40c1 Description-en: Header files for compiling extension modules for the Ruby 1.8 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 contains the header files and the mkmf library, necessary to make extension library for Ruby 1.8. Package: ruby1.8-examples Description-md5: aae2269a8f6e1c54a5eb29b21495e7cb Description-en: Examples for Ruby 1.8 This package provides example programs about Ruby 1.8. . 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. Package: ruby1.9.1 Description-md5: 5a3bebf22800260bf542248151806d7c Description-en: Interpreter of object-oriented scripting language Ruby 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. . In the name of this package, `1.9.1' indicates the Ruby library compatibility version. This package currently provides the `1.9.3' branch of Ruby, which is compatible with the `1.9.1' branch. Package: ruby1.9.1-dev Description-md5: fe8ab5416b13f294f4b46835c51da0b1 Description-en: Header files for compiling extension modules for the Ruby 1.9.1 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 contains the header files and the mkmf library, necessary to make extension library for Ruby 1.9.1. It is also required to build many gems. Package: ruby1.9.1-examples Description-md5: f8048bc94c205859758877fee5353b32 Description-en: Examples for Ruby 1.9 This package provides example programs about Ruby 1.9.1. . 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. Package: samba Description-md5: 0122ac62ef5f4ae21eb2e195eb45ad1d Description-en: SMB/CIFS file, print, and login server for Unix 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. Samba can also function as an NT4-style domain controller, and can integrate with both NT4 domains and Active Directory realms as a member server. . This package provides the components necessary to use Samba as a stand-alone file and print server. For use in an NT4 domain or Active Directory realm, you will also need the winbind package. . This package is not required for connecting to existing SMB/CIFS servers (see smbclient) or for mounting remote filesystems (see cifs-utils). Package: samba-common Description-md5: bb9bb586632bab46e877934a67c4eb63 Description-en: common files used by both the Samba server and client 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 contains common files used by both Samba 3 and Samba 4. Package: samba-common-bin Description-md5: f6d2f3a0378208af8c75ede3922e3b9b Description-en: common files used by both the Samba server and client 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 contains files and programs needed by Samba when used as either a client or a server. Package: samba-dbg Description-md5: f3ad98b58579564228dc9b95ecaca46a Description-en: Samba debugging symbols 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 debugging information for the software in the Samba suite. Install it to get a better backtrace in the event of a crash. Package: samba-doc Description-md5: a0929c1210df3dd912c15b8d3bdab5ff Description-en: Samba documentation 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 contains all the non-PDF documentation for the Samba suite. See also samba-doc-pdf. Package: samba-doc-pdf Description-md5: 9a7a9193c0d5ef2aafebcf80d7b2d356 Description-en: Samba documentation in PDF format 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 contains all the PDF documentation for the Samba suite. Package: sasl2-bin Description-md5: fa33321a828f08fecd44db10c0f59feb Description-en: Cyrus SASL - administration programs for SASL users database This is the Cyrus SASL API implementation, version 2.1. See package libsasl2-2 and RFC 2222 for more information. . This package contains administration programs for the SASL users database and common binary files for plugin modules. Package: smbclient Description-md5: 476018eed30b7f1e76b02afe22aaf008 Description-en: command-line SMB/CIFS clients for Unix 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 contains command-line utilities for accessing Microsoft Windows and Samba servers, including smbclient, smbtar, and smbspool. Utilities for mounting shares locally are found in the package cifs-utils. Package: software-properties-common Description-md5: d19f432480048ad00ac5c2bfd116cd00 Description-en: manage the repositories that you install software from (common) This software provides an abstraction of the used apt repositories. It allows you to easily manage your distribution and independent software vendor software sources. . This package contains the common files for software-properties like the D-Bus backend. Package: software-properties-gtk Description-md5: 1912baba2086cd851f5a53b65d6c9eea Description-en: manage the repositories that you install software from (gtk) This software provides an abstraction of the used apt repositories. It allows you to easily manage your distribution and independent software vendor software sources. . This package contains a GTK+ based graphical interface. Package: subversion Description-md5: 9fa4bc531e7ceb09fda8950bea636958 Description-en: Advanced version control system Apache Subversion, also known as svn, is a centralised version control system. Version control systems allow many individuals (who may be distributed geographically) to collaborate on a set of files (source code, websites, etc). Subversion began with a CVS paradigm and supports all the major features of CVS, but has evolved to support many features that CVS users often wish they had. . This package includes the Subversion client (svn), repository administration tools (svnadmin, svnlook) and a network server (svnserve). Package: subversion-tools Description-md5: 002bb86e31ed8d34194857631040da61 Description-en: Assorted tools related to Apache Subversion This package includes miscellaneous tools for use with Apache Subversion clients and servers: * svn-backup-dumps: Incremental dumpfile-based backup script * svn-bisect: Bisect revisions to find a regression * svn-clean: Remove unversioned files from a working copy * svn-fast-backup: rsync-based backup script for FSFS repositories * svn-hot-backup: Backup script, primarily for BDB repositories * svn_apply_autoprops: Apply property settings from .subversion/config file to an existing repository * svn_load_dirs: Sophisticated replacement for 'svn import' * svnwrap: Set umask to 002 before calling svn or svnserve * several example hook scripts: commit-access-control, commit-email, log-police, mailer, svnperms, verify-po . NOTE that some of these scripts are unsupported by upstream, and may change radically or disappear in future releases. Some of these scripts require packages on the Recommends list. Package: swift-account Description-md5: 809bc8c5c556488caaf22ddd2273fd22 Description-en: distributed virtual object store - account server OpenStack Object Storage (code-named Swift) is open source software for creating redundant, scalable object storage using clusters of standardized servers to store petabytes of accessible data. It is not a file system or real-time data storage system, but rather a long-term storage system for a more permanent type of static data that can be retrieved, leveraged, and then updated if necessary. Primary examples of data that best fit this type of storage model are virtual machine images, photo storage, email storage and backup archiving. Having no central "brain" or master point of control provides greater scalability, redundancy and permanence. . Objects are written to multiple hardware devices in the data center, with the OpenStack software responsible for ensuring data replication and integrity across the cluster. Storage clusters can scale horizontally by adding new nodes. Should a node fail, OpenStack works to replicate its content from other active nodes. Because OpenStack uses software logic to ensure data replication and distribution across different devices, inexpensive commodity hard drives and servers can be used in lieu of more expensive equipment. . This package provides the swift account server. Package: swift-container Description-md5: f8277674f07a294ae8e420393c5fd350 Description-en: distributed virtual object store - container server OpenStack Object Storage (code-named Swift) is open source software for creating redundant, scalable object storage using clusters of standardized servers to store petabytes of accessible data. It is not a file system or real-time data storage system, but rather a long-term storage system for a more permanent type of static data that can be retrieved, leveraged, and then updated if necessary. Primary examples of data that best fit this type of storage model are virtual machine images, photo storage, email storage and backup archiving. Having no central "brain" or master point of control provides greater scalability, redundancy and permanence. . Objects are written to multiple hardware devices in the data center, with the OpenStack software responsible for ensuring data replication and integrity across the cluster. Storage clusters can scale horizontally by adding new nodes. Should a node fail, OpenStack works to replicate its content from other active nodes. Because OpenStack uses software logic to ensure data replication and distribution across different devices, inexpensive commodity hard drives and servers can be used in lieu of more expensive equipment. . This package provides the swift container server. Package: swift-doc Description-md5: f6e5b3e01afabbb95c5d13d2088c78b4 Description-en: distributed virtual object store - documentation OpenStack Object Storage (code-named Swift) is open source software for creating redundant, scalable object storage using clusters of standardized servers to store petabytes of accessible data. It is not a file system or real-time data storage system, but rather a long-term storage system for a more permanent type of static data that can be retrieved, leveraged, and then updated if necessary. Primary examples of data that best fit this type of storage model are virtual machine images, photo storage, email storage and backup archiving. Having no central "brain" or master point of control provides greater scalability, redundancy and permanence. . Objects are written to multiple hardware devices in the data center, with the OpenStack software responsible for ensuring data replication and integrity across the cluster. Storage clusters can scale horizontally by adding new nodes. Should a node fail, OpenStack works to replicate its content from other active nodes. Because OpenStack uses software logic to ensure data replication and distribution across different devices, inexpensive commodity hard drives and servers can be used in lieu of more expensive equipment. . This package provides the Sphinx generated documentation for Swift. Package: swift-object Description-md5: 9c7491cb7a75e1ec163d08f6da52b8a7 Description-en: distributed virtual object store - object server OpenStack Object Storage (code-named Swift) is open source software for creating redundant, scalable object storage using clusters of standardized servers to store petabytes of accessible data. It is not a file system or real-time data storage system, but rather a long-term storage system for a more permanent type of static data that can be retrieved, leveraged, and then updated if necessary. Primary examples of data that best fit this type of storage model are virtual machine images, photo storage, email storage and backup archiving. Having no central "brain" or master point of control provides greater scalability, redundancy and permanence. . Objects are written to multiple hardware devices in the data center, with the OpenStack software responsible for ensuring data replication and integrity across the cluster. Storage clusters can scale horizontally by adding new nodes. Should a node fail, OpenStack works to replicate its content from other active nodes. Because OpenStack uses software logic to ensure data replication and distribution across different devices, inexpensive commodity hard drives and servers can be used in lieu of more expensive equipment. . This package provides the swift object server. Package: swift-proxy Description-md5: 484efcd1f3cbf484a2fed44dcec3d88f Description-en: distributed virtual object store - proxy server OpenStack Object Storage (code-named Swift) is open source software for creating redundant, scalable object storage using clusters of standardized servers to store petabytes of accessible data. It is not a file system or real-time data storage system, but rather a long-term storage system for a more permanent type of static data that can be retrieved, leveraged, and then updated if necessary. Primary examples of data that best fit this type of storage model are virtual machine images, photo storage, email storage and backup archiving. Having no central "brain" or master point of control provides greater scalability, redundancy and permanence. . Objects are written to multiple hardware devices in the data center, with the OpenStack software responsible for ensuring data replication and integrity across the cluster. Storage clusters can scale horizontally by adding new nodes. Should a node fail, OpenStack works to replicate its content from other active nodes. Because OpenStack uses software logic to ensure data replication and distribution across different devices, inexpensive commodity hard drives and servers can be used in lieu of more expensive equipment. . This package provides a proxy server on which clients can connect to store object into Swift. Package: systemd-services Description-md5: 2b01627856e6c435a0ff31af7419b02e Description-en: systemd runtime services This package contains the logind and D-BUS services (localed, hostname, timedated) from systemd. Package: telepathy-gabble Description-md5: be6f33acbe432be29ffa09bddecfab4f Description-en: Jabber/XMPP connection manager Gabble is a Jabber/XMPP connection manager for the Telepathy framework, currently supporting single user chats, multi user chats and voice/video calls. Install this package to use Telepathy instant messaging clients with Jabber/XMPP servers, including Google Talk and Facebook Chat. Package: telepathy-gabble-dbg Description-md5: 15214d62bfe4f47223761ccb5c83f3dd Description-en: Jabber/XMPP connection manager (debug symbols) Gabble is a Jabber/XMPP connection manager for the Telepathy framework. This package contains debug symbols necessary to debug crashes in Gabble. Package: telepathy-idle Description-md5: 81765bfce6d13cf4efec368f0325217a Description-en: IRC connection manager for Telepathy A full-featured IRC connection manager for the Telepathy project. Package: thunderbird Description-md5: 68ed1001b79d708ad48956a0c129114d Description-en: Email, RSS and newsgroup client with integrated spam filter Thunderbird is a full-featured email, RSS and newsgroup client that makes emailing safer, faster and easier than ever before. It supports different mail accounts (POP, IMAP, Gmail), has a simple mail account setup wizard, one- click address book, tabbed interface, an integrated learning spam filter, advanced search and indexing capabilities, and offers easy organization of mails with tagging and virtual folders. It also features unrivalled extensibility. Package: thunderbird-dbg Description-md5: 7ce9b689254d265f0d4bac6602f7a80f Description-en: Email, RSS and newsgroup client - debug symbols Thunderbird is a full-featured email, RSS and newsgroup client that makes emailing safer, faster and easier than ever before. It supports different mail accounts (POP, IMAP, Gmail), has a simple mail account setup wizard, one- click address book, tabbed interface, an integrated learning spam filter, advanced search and indexing capabilities, and offers easy organization of mails with tagging and virtual folders. It also features unrivalled extensibility. . This package contains the debugging symbols for Thunderbird Package: thunderbird-dev Description-md5: 564ab343c2a2437ef25d94273b1364c1 Description-en: Email, RSS and newsgroup client - development files Thunderbird is a full-featured email, RSS and newsgroup client that makes emailing safer, faster and easier than ever before. It supports different mail accounts (POP, IMAP, Gmail), has a simple mail account setup wizard, one- click address book, tabbed interface, an integrated learning spam filter, advanced search and indexing capabilities, and offers easy organization of mails with tagging and virtual folders. It also features unrivalled extensibility. . This package contains the headers and SDK for building plugins and extensions with Thunderbird Package: thunderbird-globalmenu Description-md5: fd9f1e7c342cabe4de92af51203c160c Description-en: Email, RSS and newsgroup client (transitional package) This is a transitional package to ensure that upgrades work correctly. It can be safely removed Package: thunderbird-gnome-support Description-md5: c6d750d99833a5a122c5bdc00727ccaa Description-en: Email, RSS and newsgroup client - GNOME support Thunderbird is a full-featured email, RSS and newsgroup client that makes emailing safer, faster and easier than ever before. It supports different mail accounts (POP, IMAP, Gmail), has a simple mail account setup wizard, one- click address book, tabbed interface, an integrated learning spam filter, advanced search and indexing capabilities, and offers easy organization of mails with tagging and virtual folders. It also features unrivalled extensibility. . This package depends on the GNOME libraries which allow Thunderbird to take advantage of technologies such as GConf, GIO and libnotify Package: thunderbird-gnome-support-dbg Description-md5: 8fa21aaf02af881ccc7c33f8559e6531 Description-en: Email, RSS and newsgroup client - transitional package This is a transitional package to ensure that upgrades work correctly. It can be safely removed Package: thunderbird-locale-af Description-md5: ea537565996c4e6bdc82ab0905f0cc41 Description-en: Transitional package for unavailable language This language is unavailable for the current version of Thunderbird . This is an empty transitional package to ensure a clean upgrade process. You can safely remove this package after installation. Package: thunderbird-locale-ar Description-md5: d96ba05b4c6d792e4d18138bbe13c392 Description-en: Arabic language pack for Thunderbird This package contains Arabic translations and search plugins for Thunderbird Package: thunderbird-locale-ast Description-md5: 92f2ba3ec6c41ae12a73493e796843ef Description-en: Asturian language pack for Thunderbird This package contains Asturian translations and search plugins for Thunderbird Package: thunderbird-locale-be Description-md5: 8756cfe43a521c52482335cca067362b Description-en: Belarusian language pack for Thunderbird This package contains Belarusian translations and search plugins for Thunderbird Package: thunderbird-locale-bg Description-md5: 3e822e5a8f71fa6f62fc77651434d4ca Description-en: Bulgarian language pack for Thunderbird This package contains Bulgarian translations and search plugins for Thunderbird Package: thunderbird-locale-bn Description-md5: 0bf8b67f425d98dd586086e87a5b8652 Description-en: Bengali language pack for Thunderbird This package contains Bengali translations and search plugins for Thunderbird Package: thunderbird-locale-bn-bd Description-md5: 0c16945c4912b109ad1b9a29c3548a82 Description-en: Transitional Bengali language pack for Thunderbird This is a transitional package to ensure that upgrades work correctly. It can be safely removed Package: thunderbird-locale-br Description-md5: 2194e389142c81481fa76aea7d4ab293 Description-en: Breton language pack for Thunderbird This package contains Breton translations and search plugins for Thunderbird Package: thunderbird-locale-ca Description-md5: 9006308ddf098014382109f3256de904 Description-en: Catalan; Valencian language pack for Thunderbird This package contains Catalan; Valencian translations and search plugins for Thunderbird Package: thunderbird-locale-cs Description-md5: e198ec1b38b4ba8d21c5ae2dd707b886 Description-en: Czech language pack for Thunderbird This package contains Czech translations and search plugins for Thunderbird Package: thunderbird-locale-da Description-md5: bb23b7f1451e9101c6235d786e38632a Description-en: Danish language pack for Thunderbird This package contains Danish translations and search plugins for Thunderbird Package: thunderbird-locale-de Description-md5: f1c4ac98e42d37c8f95db725d4288fa1 Description-en: German language pack for Thunderbird This package contains German translations and search plugins for Thunderbird Package: thunderbird-locale-el Description-md5: c4f1bc5322928b4103bc8085cd013d7c Description-en: Greek language pack for Thunderbird This package contains Greek translations and search plugins for Thunderbird Package: thunderbird-locale-en Description-md5: 7997849dd0bc6d27079f5d5768aba1a0 Description-en: English language pack for Thunderbird This package contains English translations and search plugins for Thunderbird Package: thunderbird-locale-en-gb Description-md5: 8b798a69e82f8ec9cbb2e264601a14fb Description-en: Transitional English language pack for Thunderbird This is a transitional package to ensure that upgrades work correctly. It can be safely removed Package: thunderbird-locale-en-us Description-md5: 8b798a69e82f8ec9cbb2e264601a14fb Description-en: Transitional English language pack for Thunderbird This is a transitional package to ensure that upgrades work correctly. It can be safely removed Package: thunderbird-locale-es Description-md5: ab065a0e196a1b25a631117f0de3a536 Description-en: Spanish; Castilian language pack for Thunderbird This package contains Spanish; Castilian translations and search plugins for Thunderbird Package: thunderbird-locale-es-ar Description-md5: 869be0de01bca3f9f7bda73441e37a8d Description-en: Transitional Spanish language pack for Thunderbird This is a transitional package to ensure that upgrades work correctly. It can be safely removed Package: thunderbird-locale-es-es Description-md5: 869be0de01bca3f9f7bda73441e37a8d Description-en: Transitional Spanish language pack for Thunderbird This is a transitional package to ensure that upgrades work correctly. It can be safely removed Package: thunderbird-locale-et Description-md5: 2b6b91b02a69b25fea719c79eebba322 Description-en: Estonian language pack for Thunderbird This package contains Estonian translations and search plugins for Thunderbird Package: thunderbird-locale-eu Description-md5: 51f658816bee1ac3d847f34fcfdf4715 Description-en: Basque language pack for Thunderbird This package contains Basque translations and search plugins for Thunderbird Package: thunderbird-locale-fi Description-md5: d743f35cb2d00c0ac0c74faffc80c429 Description-en: Finnish language pack for Thunderbird This package contains Finnish translations and search plugins for Thunderbird Package: thunderbird-locale-fr Description-md5: 5db38e54534997cea7feaf6bc2c20b8f Description-en: French language pack for Thunderbird This package contains French translations and search plugins for Thunderbird Package: thunderbird-locale-fy Description-md5: 9a3ffaa5a603e7a65baffad8847604e0 Description-en: Western Frisian language pack for Thunderbird This package contains Western Frisian translations and search plugins for Thunderbird Package: thunderbird-locale-fy-nl Description-md5: 23b74cfcdfb3628d4066cc962572e125 Description-en: Transitional Western Frisian language pack for Thunderbird This is a transitional package to ensure that upgrades work correctly. It can be safely removed Package: thunderbird-locale-ga Description-md5: e0d162b3129190a72af5f015ea0da420 Description-en: Irish language pack for Thunderbird This package contains Irish translations and search plugins for Thunderbird Package: thunderbird-locale-ga-ie Description-md5: 8fe591c24be723b831c5e4f9b5e007ba Description-en: Transitional Irish language pack for Thunderbird This is a transitional package to ensure that upgrades work correctly. It can be safely removed Package: thunderbird-locale-gd Description-md5: 6b59819c452353ff33df8a3be2c3e44d Description-en: Gaelic; Scottish Gaelic language pack for Thunderbird This package contains Gaelic; Scottish Gaelic translations and search plugins for Thunderbird Package: thunderbird-locale-gl Description-md5: 026fea6c9c8a4a96d94ffb2e1bae174c Description-en: Galician language pack for Thunderbird This package contains Galician translations and search plugins for Thunderbird Package: thunderbird-locale-he Description-md5: c8ed17478d53bb50cbaa8eb4cb0e8b82 Description-en: Hebrew language pack for Thunderbird This package contains Hebrew translations and search plugins for Thunderbird Package: thunderbird-locale-hr Description-md5: 5c80407d37a30ddb4abbbb4dd98e774c Description-en: Croatian language pack for Thunderbird This package contains Croatian translations and search plugins for Thunderbird Package: thunderbird-locale-hu Description-md5: 26678637379ab77ab5fffe5f5e37f780 Description-en: Hungarian language pack for Thunderbird This package contains Hungarian translations and search plugins for Thunderbird Package: thunderbird-locale-hy Description-md5: 05d72dd80a860558e11187eccde80f8f Description-en: Armenian language pack for Thunderbird This package contains Armenian translations and search plugins for Thunderbird Package: thunderbird-locale-id Description-md5: a52ad96e5ee31add246fa95d4f17195e Description-en: Indonesian language pack for Thunderbird This package contains Indonesian translations and search plugins for Thunderbird Package: thunderbird-locale-is Description-md5: 65ee5905905a537c9ddb5361dddad2f1 Description-en: Icelandic language pack for Thunderbird This package contains Icelandic translations and search plugins for Thunderbird Package: thunderbird-locale-it Description-md5: 6f1c6153ae6ef20c28214fb6a47e2e2e Description-en: Italian language pack for Thunderbird This package contains Italian translations and search plugins for Thunderbird Package: thunderbird-locale-ja Description-md5: 05672037e38088a01fc61323aaea5f68 Description-en: Japanese language pack for Thunderbird This package contains Japanese translations and search plugins for Thunderbird Package: thunderbird-locale-ka Description-md5: ea537565996c4e6bdc82ab0905f0cc41 Description-en: Transitional package for unavailable language This language is unavailable for the current version of Thunderbird . This is an empty transitional package to ensure a clean upgrade process. You can safely remove this package after installation. Package: thunderbird-locale-ko Description-md5: 05bbef35aca99bece02f588c8a5075ad Description-en: Korean language pack for Thunderbird This package contains Korean translations and search plugins for Thunderbird Package: thunderbird-locale-lt Description-md5: d61674e56f26ac9b99db185babee7546 Description-en: Lithuanian language pack for Thunderbird This package contains Lithuanian translations and search plugins for Thunderbird Package: thunderbird-locale-mk Description-md5: ea537565996c4e6bdc82ab0905f0cc41 Description-en: Transitional package for unavailable language This language is unavailable for the current version of Thunderbird . This is an empty transitional package to ensure a clean upgrade process. You can safely remove this package after installation. Package: thunderbird-locale-nb Description-md5: 998f9bca7c066364e2d15ae6be3582d5 Description-en: Bokmål, Norwegian; Norwegian Bokmål language pack for Thunderbird This package contains Bokmål, Norwegian; Norwegian Bokmål translations and search plugins for Thunderbird Package: thunderbird-locale-nb-no Description-md5: 07372224f7f0b015610d5e3f1ac02f57 Description-en: Transitional Norwegian language pack for Thunderbird This is a transitional package to ensure that upgrades work correctly. It can be safely removed Package: thunderbird-locale-nl Description-md5: 38b6c5b7280a72183935b75b6ea9c7d0 Description-en: Dutch; Flemish language pack for Thunderbird This package contains Dutch; Flemish translations and search plugins for Thunderbird Package: thunderbird-locale-nn Description-md5: 7ecbfd7db64a82a92733abd49e768933 Description-en: Norwegian Nynorsk; Nynorsk, Norwegian language pack for Thunderbird This package contains Norwegian Nynorsk; Nynorsk, Norwegian translations and search plugins for Thunderbird Package: thunderbird-locale-nn-no Description-md5: 07372224f7f0b015610d5e3f1ac02f57 Description-en: Transitional Norwegian language pack for Thunderbird This is a transitional package to ensure that upgrades work correctly. It can be safely removed Package: thunderbird-locale-pa Description-md5: aa580bb579804ee591e35edbbcd80dd5 Description-en: Panjabi; Punjabi language pack for Thunderbird This package contains Panjabi; Punjabi translations and search plugins for Thunderbird Package: thunderbird-locale-pa-in Description-md5: 4f99cd6218380edd7d419f7754843622 Description-en: Transitional Punjabi language pack for Thunderbird This is a transitional package to ensure that upgrades work correctly. It can be safely removed Package: thunderbird-locale-pl Description-md5: 777da132688522a52205b5a6710bcbb7 Description-en: Polish language pack for Thunderbird This package contains Polish translations and search plugins for Thunderbird Package: thunderbird-locale-pt Description-md5: 0f8fb3826c29ae6bf3c3ad16d863b999 Description-en: Portuguese language pack for Thunderbird This package contains Portuguese translations and search plugins for Thunderbird Package: thunderbird-locale-pt-br Description-md5: 063e3e81e79a8a10b5ce2b5d56714bfe Description-en: Transitional Portugese language pack for Thunderbird This is a transitional package to ensure that upgrades work correctly. It can be safely removed Package: thunderbird-locale-pt-pt Description-md5: 063e3e81e79a8a10b5ce2b5d56714bfe Description-en: Transitional Portugese language pack for Thunderbird This is a transitional package to ensure that upgrades work correctly. It can be safely removed Package: thunderbird-locale-rm Description-md5: f2a8824b85c8ee2df8aadd456d6c4fc7 Description-en: Romansh language pack for Thunderbird This package contains Romansh translations and search plugins for Thunderbird Package: thunderbird-locale-ro Description-md5: 601aaa5358b7fd9504dbc00b274ce9a1 Description-en: Romanian language pack for Thunderbird This package contains Romanian translations and search plugins for Thunderbird Package: thunderbird-locale-ru Description-md5: 3470b329081e3274f2b1fc7e8f4836e9 Description-en: Russian language pack for Thunderbird This package contains Russian translations and search plugins for Thunderbird Package: thunderbird-locale-si Description-md5: a4cd27280668af50e718cc1dde325010 Description-en: Sinhala; Sinhalese language pack for Thunderbird This package contains Sinhala; Sinhalese translations and search plugins for Thunderbird Package: thunderbird-locale-sk Description-md5: 58fb9ea30d8ddc2d169728c65570981b Description-en: Slovak language pack for Thunderbird This package contains Slovak translations and search plugins for Thunderbird Package: thunderbird-locale-sl Description-md5: daf76ecbb038c82b1a007e0b97441b83 Description-en: Slovenian language pack for Thunderbird This package contains Slovenian translations and search plugins for Thunderbird Package: thunderbird-locale-sq Description-md5: aabacf80f66ab70ed6865d5c62e6feb4 Description-en: Albanian language pack for Thunderbird This package contains Albanian translations and search plugins for Thunderbird Package: thunderbird-locale-sr Description-md5: 4903f7be134fb1cd72c302ad46ab3471 Description-en: Serbian language pack for Thunderbird This package contains Serbian translations and search plugins for Thunderbird Package: thunderbird-locale-sv Description-md5: 8a2405d1e465215d08f22ca0d7b53025 Description-en: Swedish language pack for Thunderbird This package contains Swedish translations and search plugins for Thunderbird Package: thunderbird-locale-sv-se Description-md5: f013f0346741e935e8ea6e28d12bc5e1 Description-en: Transitional Swedish language pack for Thunderbird This is a transitional package to ensure that upgrades work correctly. It can be safely removed Package: thunderbird-locale-ta Description-md5: 1b6aec33cedf10be3259b193e9b12265 Description-en: Tamil language pack for Thunderbird This package contains Tamil translations and search plugins for Thunderbird Package: thunderbird-locale-ta-lk Description-md5: 1a0bc948aeb218ec6560b280e4af0dd4 Description-en: Transitional Tamil language pack for Thunderbird This is a transitional package to ensure that upgrades work correctly. It can be safely removed Package: thunderbird-locale-tr Description-md5: 96f7b80d2e94b507e60f8bc5a8a0fd27 Description-en: Turkish language pack for Thunderbird This package contains Turkish translations and search plugins for Thunderbird Package: thunderbird-locale-uk Description-md5: 10eb02a1ee9b6883db9375d4708aafa1 Description-en: Ukrainian language pack for Thunderbird This package contains Ukrainian translations and search plugins for Thunderbird Package: thunderbird-locale-vi Description-md5: b7b5ecb4b2349b8ee7446da8c0ee8912 Description-en: Vietnamese language pack for Thunderbird This package contains Vietnamese translations and search plugins for Thunderbird Package: thunderbird-locale-zh-cn Description-md5: 3a9fcde509c5d2504fb3f5bcdc7f4b7a Description-en: Transitional Simplified Chinese language pack for Thunderbird This is a transitional package to ensure that upgrades work correctly. It can be safely removed Package: thunderbird-locale-zh-hans Description-md5: 3638e8cfbb0bae8e88cb4e7f01b7eabe Description-en: Simplified Chinese language pack for Thunderbird This package contains Simplified Chinese translations and search plugins for Thunderbird Package: thunderbird-locale-zh-hant Description-md5: 364c5ad13dbb779048738785b9adcaf0 Description-en: Traditional Chinese language pack for Thunderbird This package contains Traditional Chinese translations and search plugins for Thunderbird Package: thunderbird-locale-zh-tw Description-md5: 153d368d7ff06df3219842e1b9490761 Description-en: Transitional Traditional Chinese language pack for Thunderbird This is a transitional package to ensure that upgrades work correctly. It can be safely removed Package: tomcat7 Description-md5: 71d2a54f759941814ab4cf7873094b26 Description-en: Servlet and JSP engine Apache Tomcat implements the Java Servlet and the JavaServer Pages (JSP) specifications from Sun Microsystems, and provides a "pure Java" HTTP web server environment for Java code to run. . This package contains only the startup scripts for the system-wide daemon. No documentation or web applications are included here, please install the tomcat7-docs and tomcat7-examples packages if you want them. Install the authbind package if you need to use Tomcat on ports 1-1023. Install tomcat7-user instead of this package if you don't want Tomcat to start as a service. Package: tomcat7-admin Description-md5: 07b3738a38d2448ee2c0b77d4dbd745d Description-en: Servlet and JSP engine -- admin web applications Apache Tomcat implements the Java Servlet and the JavaServer Pages (JSP) specifications from Sun Microsystems, and provides a "pure Java" HTTP web server environment for Java code to run. . This package contains the administrative web interfaces. Package: tomcat7-common Description-md5: f1b8817985b6e745bfe6216aa2086c4b Description-en: Servlet and JSP engine -- common files Apache Tomcat implements the Java Servlet and the JavaServer Pages (JSP) specifications from Sun Microsystems, and provides a "pure Java" HTTP web server environment for Java code to run. . This package contains common files needed by the tomcat7 and tomcat7-user packages (Tomcat 6 scripts and libraries). Package: tomcat7-docs Description-md5: 523c216160e93c3df0c2e38305883e9c Description-en: Servlet and JSP engine -- documentation Apache Tomcat implements the Java Servlet and the JavaServer Pages (JSP) specifications from Sun Microsystems, and provides a "pure Java" HTTP web server environment for Java code to run. . This package contains the online documentation web application. Package: tomcat7-examples Description-md5: 3fd8302e7ffe454afd9ba42730f7a01a Description-en: Servlet and JSP engine -- example web applications Apache Tomcat implements the Java Servlet and the JavaServer Pages (JSP) specifications from Sun Microsystems, and provides a "pure Java" HTTP web server environment for Java code to run. . This package contains the default Tomcat example webapps. Package: txt2man Description-md5: 58e0f38e7db0afabc7e8e5a7926bd386 Description-en: Converts flat ASCII text to man page format It is a shell script using gnu awk, that should run on any Unix-like system. The syntax of the ASCII text is very straightforward and looks very much like the output of the man(1) program. Package: ubuntu-system-service Description-md5: 8cf38bb8f33a85cc1effac46d40ae28f Description-en: Dbus service to set various system-wide configurations This package implements system wide proxy settings. Package: usb-creator-common Description-md5: 2069ab334146d9561ed7a9b97122dbbc Description-en: create a startup disk using a CD or disc image (common files) Startup Disk Creator converts a USB key or SD card into a volume from which you can start up and run Ubuntu. You can also store files and settings in any space left over. . The program also works for Debian, or any other Debian-based OS for which you have a CD or .iso image. . This package contains backend engine and common data files used by frontends. Package: usb-creator-gtk Description-md5: 74bf09ff42f47fb48f3aaf55c1943254 Description-en: create a startup disk using a CD or disc image (for GNOME) Startup Disk Creator converts a USB key or SD card into a volume from which you can start up and run Ubuntu. You can also store files and settings in any space left over. . The program also works for Debian, or any other Debian-based OS for which you have a CD or .iso image. . This package contains the GTK+ client frontend. Package: vino Description-md5: a21f62d453ff4ea676a2699029dd5caa Description-en: VNC server for GNOME VNC is a protocol that allows remote display of a user's desktop. This package provides a VNC server that integrates with GNOME, allowing you to export your running desktop to another computer for remote use or diagnosis. Package: winbind Description-md5: ab3445ae3b9e5ec24a4f990f448f661a Description-en: Samba nameservice integration server 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. Samba can also function as an NT4-style domain controller, and can integrate with both NT4 domains and Active Directory realms as a member server. . This package provides winbindd, a daemon which integrates authentication and directory service (user/group lookup) mechanisms from a Windows domain on a Linux system. . Winbind based user/group lookups via /etc/nsswitch.conf can be enabled via the libnss-winbind package. Winbind based Windows domain authentication can be enabled via the libpam-winbind package. Package: xserver-common Description-md5: be03943b6955ee9fae7163ad516c772f Description-en: common files used by various X servers This package provides files necessary for all X.Org based X servers. Package: xserver-xorg-core Description-md5: e3826a765918b79dee4b90ec97f9302c Description-en: Xorg X server - core server The Xorg X server is an X server for several architectures and operating systems, which is derived from the XFree86 4.x series of X servers. . The Xorg server supports most modern graphics hardware from most vendors, and supersedes all XFree86 X servers. . More information about X.Org can be found at: . This package is built from the X.org xserver module. Package: xserver-xorg-core-dbg Description-md5: 748963cc445faabee033c53886a8a0cf Description-en: Xorg - the X.Org X server (debugging symbols) The Xorg X server is an X server for several architectures and operating systems, which is derived from the XFree86 4.x series of X servers. . The Xorg server supports most modern graphics hardware from most vendors, and supersedes all XFree86 X servers. . This package provides debugging symbols for the Xorg X server and associated modules. Package: xserver-xorg-dev Description-md5: 241552d78aca8911808aea0707649843 Description-en: Xorg X server - development files This package provides development files for the X.Org ('Xorg') X server. This is not quite the same as the DDK (Driver Development Kit) from the XFree86 4.x and X.Org 6.7, 6.8 and 6.9 series of servers; it provides headers and a pkg-config file for drivers using autotools to build against. . Unless you are developing or building a driver, you probably want xserver-xorg and/or xserver-xorg-core instead. . More information about X.Org can be found at: . This package is built from the X.org xserver module. Package: xserver-xorg-video-openchrome Description-md5: 11d4a7275218ad33ccc6479463963d83 Description-en: X.Org X server -- VIA display driver OpenChrome is a project for the development of free and open-source drivers for the VIA UniChrome video chipsets. . Originally called the 'snapshot' release, since it was a snapshot of an experimental branch of the unichrome cvs code, this is a continued development of the open source unichrome driver (from http://unichrome.sf.net) which also incorporates support for the unichrome-pro chipsets. . Support for hardware acceleration (XvMC) for all chipsets has subsequently been ripped out of the unichrome.sf.net driver. Therefore your only option if you wish to make use of the acceleration features of your VIA chip with free and open-source drivers is to use this version of the driver. Package: xserver-xorg-video-openchrome-dbg Description-md5: ca202006e00e58695b2cdeb5d735905a Description-en: X.Org X server -- VIA display driver -- debugging symbols OpenChrome is a project for the development of free and open-source drivers for the VIA UniChrome video chipsets. . Originally called the 'snapshot' release, since it was a snapshot of an experimental branch of the unichrome cvs code, this is a continued development of the open source unichrome driver (from http://unichrome.sf.net) which also incorporates support for the unichrome-pro chipsets. . Support for hardware acceleration (XvMC) for all chipsets has subsequently been ripped out of the unichrome.sf.net driver. Therefore your only option if you wish to make use of the acceleration features of your VIA chip with free and open-source drivers is to use this version of the driver. . This package contains debugging symbols for OpenChrome driver. Package: xul-ext-ubufox Description-md5: d3a589833861a3e410e82d2a68586881 Description-en: Ubuntu-specific configuration defaults and apt support for Firefox Adds Ubuntu-specific modifications to Firefox. . Integrates the browser with Ubuntu to: * Enable searching for missing plugins from Ubuntu software catalog * Add the following options to the Help menu - Get help on-line - Help translating Firefox - Ubuntu Release Notes * Set homepage to Ubuntu Start Page * Display a restart notification after upgrading Firefox * Add ask.com to the search engines. . You can uninstall this if you prefer to use a pristine Firefox install. Package: xvfb Description-md5: ff95e4399e5ec034de6998347673eb73 Description-en: Virtual Framebuffer 'fake' X server Xvfb provides an X server that can run on machines with no display hardware and no physical input devices. It emulates a dumb framebuffer using virtual memory. The primary use of this server was intended to be server testing, but other novel uses for it have been found, including testing clients against unusual depths and screen configurations, doing batch processing with Xvfb as a background rendering engine, load testing, as an aid to porting the X server to a new platform, and providing an unobtrusive way to run applications that don't really need an X server but insist on having one anyway. . This package also contains a convenience script called xvfb-run which simplifies the automated execution of X clients in a virtual server environment. This convenience script requires the use of the xauth program. . More information about X.Org can be found at: . This package is built from the X.org xserver module. Package: libc6-armel Description-md5: 800ea6c42509f5c73eeae2976b2c8c3f Description-en: Embedded GNU C Library: ARM softfp shared libraries for armhf This package includes shared versions of the standard C library and the standard math library, as well as many others. This is the ARM softfp version of the library, meant for armhf systems. Package: libc6-dev-armel Description-md5: 76d9818951f77e06939155e6a7132a47 Description-en: Embedded GNU C Library: ARM softfp development libraries for armhf Contains the symlinks and object files needed to compile and link programs which use the standard C library. This is the ARM softfp version of the library, meant for armhf systems. Package: linux-headers-3.5.0-226 Description-md5: a7f38a4b21be7f4fa7e37ba3e0763558 Description-en: Header files related to Linux kernel version 3.5.0 This package provides kernel header files for version 3.5.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-226/debian.README.gz for details Package: linux-headers-3.5.0-226-omap4 Description-md5: adf6dd88ed405db208964744c905d9b0 Description-en: Linux kernel headers for version 3.5.0 on TI OMAP4-based systems This package provides kernel header files for version 3.5.0 on TI OMAP4-based systems. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-ti-omap4-headers-3.5.0-226/debian.README.gz for details. Package: linux-headers-3.5.0-229 Description-md5: b0c8e0fe000efe0b58a1bee461876248 Description-en: Header files related to Linux kernel version 3.5.0 This package provides kernel header files for version 3.5.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-229/debian.README.gz for details Package: linux-headers-3.5.0-229-omap4 Description-md5: 1d8b16f56f0f82698599daabd6183f96 Description-en: Linux kernel headers for version 3.5.0 on TI OMAP4-based systems This package provides kernel header files for version 3.5.0 on TI OMAP4-based systems. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-ti-omap4-headers-3.5.0-229/debian.README.gz for details. Package: linux-headers-3.5.0-231 Description-md5: f21224b4434074f84d5e594c82f1c11e Description-en: Header files related to Linux kernel version 3.5.0 This package provides kernel header files for version 3.5.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-231/debian.README.gz for details Package: linux-headers-3.5.0-231-omap4 Description-md5: 2dabbb80149c0d76c1aa89685dcb4e7d Description-en: Linux kernel headers for version 3.5.0 on TI OMAP4-based systems This package provides kernel header files for version 3.5.0 on TI OMAP4-based systems. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-ti-omap4-headers-3.5.0-231/debian.README.gz for details. Package: linux-headers-3.5.0-232 Description-md5: e4cb25b2055d5551781206b78704bc70 Description-en: Header files related to Linux kernel version 3.5.0 This package provides kernel header files for version 3.5.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-232/debian.README.gz for details Package: linux-headers-3.5.0-232-omap4 Description-md5: f36cb014d83863bfbed5193f883bd9c0 Description-en: Linux kernel headers for version 3.5.0 on TI OMAP4-based systems This package provides kernel header files for version 3.5.0 on TI OMAP4-based systems. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-ti-omap4-headers-3.5.0-232/debian.README.gz for details. Package: linux-headers-3.5.0-233 Description-md5: 4d6595ec7852349a8568091115973643 Description-en: Header files related to Linux kernel version 3.5.0 This package provides kernel header files for version 3.5.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-233/debian.README.gz for details Package: linux-headers-3.5.0-233-omap4 Description-md5: c5f91339d43cb7b71e79815e135c5323 Description-en: Linux kernel headers for version 3.5.0 on TI OMAP4-based systems This package provides kernel header files for version 3.5.0 on TI OMAP4-based systems. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-ti-omap4-headers-3.5.0-233/debian.README.gz for details. Package: linux-headers-3.5.0-234 Description-md5: 790e84d11390d5f561000dd1c94e4a4d Description-en: Header files related to Linux kernel version 3.5.0 This package provides kernel header files for version 3.5.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-234/debian.README.gz for details Package: linux-headers-3.5.0-234-omap4 Description-md5: 43514caa7080783ec87bcfdec1ddd67c Description-en: Linux kernel headers for version 3.5.0 on TI OMAP4-based systems This package provides kernel header files for version 3.5.0 on TI OMAP4-based systems. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-ti-omap4-headers-3.5.0-234/debian.README.gz for details. Package: linux-headers-3.5.0-235 Description-md5: 761042b2437d7b4644e91c9f6e3b9a79 Description-en: Header files related to Linux kernel version 3.5.0 This package provides kernel header files for version 3.5.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-235/debian.README.gz for details Package: linux-headers-3.5.0-235-omap4 Description-md5: 3ea2cb893f7aae03a78b54d0d5e3b435 Description-en: Linux kernel headers for version 3.5.0 on TI OMAP4-based systems This package provides kernel header files for version 3.5.0 on TI OMAP4-based systems. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-ti-omap4-headers-3.5.0-235/debian.README.gz for details. Package: linux-headers-3.5.0-236 Description-md5: b4dead575cba98d919d01e64c9fc221a Description-en: Header files related to Linux kernel version 3.5.0 This package provides kernel header files for version 3.5.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-236/debian.README.gz for details Package: linux-headers-3.5.0-236-omap4 Description-md5: 990a395ba1101208c88274489be71dc0 Description-en: Linux kernel headers for version 3.5.0 on TI OMAP4-based systems This package provides kernel header files for version 3.5.0 on TI OMAP4-based systems. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-ti-omap4-headers-3.5.0-236/debian.README.gz for details. Package: linux-headers-3.5.0-237 Description-md5: 1bb3b21a52d0edd6d56ba40dba6a622d Description-en: Header files related to Linux kernel version 3.5.0 This package provides kernel header files for version 3.5.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-237/debian.README.gz for details Package: linux-headers-3.5.0-237-omap4 Description-md5: 1d6f2898c50b26a5b1652a226423819e Description-en: Linux kernel headers for version 3.5.0 on TI OMAP4-based systems This package provides kernel header files for version 3.5.0 on TI OMAP4-based systems. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-ti-omap4-headers-3.5.0-237/debian.README.gz for details. Package: linux-headers-3.8.0-19-generic Description-md5: 76ed110a97bfc6092348e9db24276217 Description-en: Linux kernel headers for version 3.8.0 on ARM (hard float) SMP This package provides kernel header files for version 3.8.0 on ARM (hard float) SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.8.0-19/debian.README.gz for details. Package: linux-headers-3.8.0-21-generic Description-md5: 3034fa363a4fd535f5cfd3ad56155122 Description-en: Linux kernel headers for version 3.8.0 on ARM (hard float) SMP This package provides kernel header files for version 3.8.0 on ARM (hard float) SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.8.0-21/debian.README.gz for details. Package: linux-headers-3.8.0-22-generic Description-md5: ac7c415ad849ff662bd413f65420b7bf Description-en: Linux kernel headers for version 3.8.0 on ARM (hard float) SMP This package provides kernel header files for version 3.8.0 on ARM (hard float) SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.8.0-22/debian.README.gz for details. Package: linux-headers-3.8.0-23-generic Description-md5: f8283e6f7231475a8a3604e099ecd80e Description-en: Linux kernel headers for version 3.8.0 on ARM (hard float) SMP This package provides kernel header files for version 3.8.0 on ARM (hard float) SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.8.0-23/debian.README.gz for details. Package: linux-headers-3.8.0-27-generic Description-md5: f72fb4de15dbf4d023df888056419d26 Description-en: Linux kernel headers for version 3.8.0 on ARM (hard float) SMP This package provides kernel header files for version 3.8.0 on ARM (hard float) SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.8.0-27/debian.README.gz for details. Package: linux-headers-3.8.0-29-generic Description-md5: b42ce1fc5011d49e3e053398d5504cc9 Description-en: Linux kernel headers for version 3.8.0 on ARM (hard float) SMP This package provides kernel header files for version 3.8.0 on ARM (hard float) SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.8.0-29/debian.README.gz for details. Package: linux-headers-3.8.0-30-generic Description-md5: 44aa1a3265a7ed7d9b6c0d190ffe2705 Description-en: Linux kernel headers for version 3.8.0 on ARM (hard float) SMP This package provides kernel header files for version 3.8.0 on ARM (hard float) SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.8.0-30/debian.README.gz for details. Package: linux-headers-3.8.0-31-generic Description-md5: 7e18a22ce9e86e98445e2cf0bbf84dc2 Description-en: Linux kernel headers for version 3.8.0 on ARM (hard float) SMP This package provides kernel header files for version 3.8.0 on ARM (hard float) SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.8.0-31/debian.README.gz for details. Package: linux-headers-3.8.0-32-generic Description-md5: 926cad6c1fe3fdf8bd19fec1b731956e Description-en: Linux kernel headers for version 3.8.0 on ARM (hard float) SMP This package provides kernel header files for version 3.8.0 on ARM (hard float) SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.8.0-32/debian.README.gz for details. Package: linux-headers-3.8.0-33-generic Description-md5: 4f70bf2533cd8cf44e02f7fb7f659bdb Description-en: Linux kernel headers for version 3.8.0 on ARM (hard float) SMP This package provides kernel header files for version 3.8.0 on ARM (hard float) SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.8.0-33/debian.README.gz for details. Package: linux-headers-3.8.0-34-generic Description-md5: 88f097fd4a42c4ff4647d6fbe368faba Description-en: Linux kernel headers for version 3.8.0 on ARM (hard float) SMP This package provides kernel header files for version 3.8.0 on ARM (hard float) SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.8.0-34/debian.README.gz for details. Package: linux-headers-3.8.0-35-generic Description-md5: 9423238917eb0941b33f2a52d41d29ce Description-en: Linux kernel headers for version 3.8.0 on ARM (hard float) SMP This package provides kernel header files for version 3.8.0 on ARM (hard float) SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.8.0-35/debian.README.gz for details. Package: linux-headers-highbank Description-md5: 79b4095c175f4559a0ceec11c2392865 Description-en: Linux kernel headers for the armhf architecture. This is a transitional package for upgrade paths. You should be using linux-headers-generic. Package: linux-headers-omap Description-md5: 79b4095c175f4559a0ceec11c2392865 Description-en: Linux kernel headers for the armhf architecture. This is a transitional package for upgrade paths. You should be using linux-headers-generic. Package: linux-headers-omap4 Description-md5: 06bb4c5775843554c79d9b684cd7be62 Description-en: Linux kernel headers for the OMAP4 architecture. This package will always depend on the latest kernel headers available for ARM ti-omap4 systems. Package: linux-highbank Description-md5: 2bafa94132c23c74110879b3bbf5778c Description-en: Complete Linux kernel and headers for the armhf architecture. This is a transitional package for upgrade paths. You should be using linux-generic. Package: linux-image-3.5.0-226-omap4 Description-md5: b06e353659efd92d51fc6b964fda50e6 Description-en: Linux kernel image for version 3.5.0 on TI OMAP4-based systems This package contains the Linux kernel image for version 3.5.0 on TI OMAP4-based systems. . 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 TI OMAP4 processors. . Targeted towards boards such as Blazeboard, Pandaboard, etc. . You likely do not want to install this package directly. Instead, install the linux-omap4 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.5.0-229-omap4 Description-md5: b06e353659efd92d51fc6b964fda50e6 Description-en: Linux kernel image for version 3.5.0 on TI OMAP4-based systems This package contains the Linux kernel image for version 3.5.0 on TI OMAP4-based systems. . 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 TI OMAP4 processors. . Targeted towards boards such as Blazeboard, Pandaboard, etc. . You likely do not want to install this package directly. Instead, install the linux-omap4 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.5.0-231-omap4 Description-md5: b06e353659efd92d51fc6b964fda50e6 Description-en: Linux kernel image for version 3.5.0 on TI OMAP4-based systems This package contains the Linux kernel image for version 3.5.0 on TI OMAP4-based systems. . 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 TI OMAP4 processors. . Targeted towards boards such as Blazeboard, Pandaboard, etc. . You likely do not want to install this package directly. Instead, install the linux-omap4 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.5.0-232-omap4 Description-md5: b06e353659efd92d51fc6b964fda50e6 Description-en: Linux kernel image for version 3.5.0 on TI OMAP4-based systems This package contains the Linux kernel image for version 3.5.0 on TI OMAP4-based systems. . 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 TI OMAP4 processors. . Targeted towards boards such as Blazeboard, Pandaboard, etc. . You likely do not want to install this package directly. Instead, install the linux-omap4 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.5.0-233-omap4 Description-md5: b06e353659efd92d51fc6b964fda50e6 Description-en: Linux kernel image for version 3.5.0 on TI OMAP4-based systems This package contains the Linux kernel image for version 3.5.0 on TI OMAP4-based systems. . 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 TI OMAP4 processors. . Targeted towards boards such as Blazeboard, Pandaboard, etc. . You likely do not want to install this package directly. Instead, install the linux-omap4 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.5.0-234-omap4 Description-md5: b06e353659efd92d51fc6b964fda50e6 Description-en: Linux kernel image for version 3.5.0 on TI OMAP4-based systems This package contains the Linux kernel image for version 3.5.0 on TI OMAP4-based systems. . 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 TI OMAP4 processors. . Targeted towards boards such as Blazeboard, Pandaboard, etc. . You likely do not want to install this package directly. Instead, install the linux-omap4 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.5.0-235-omap4 Description-md5: b06e353659efd92d51fc6b964fda50e6 Description-en: Linux kernel image for version 3.5.0 on TI OMAP4-based systems This package contains the Linux kernel image for version 3.5.0 on TI OMAP4-based systems. . 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 TI OMAP4 processors. . Targeted towards boards such as Blazeboard, Pandaboard, etc. . You likely do not want to install this package directly. Instead, install the linux-omap4 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.5.0-236-omap4 Description-md5: b06e353659efd92d51fc6b964fda50e6 Description-en: Linux kernel image for version 3.5.0 on TI OMAP4-based systems This package contains the Linux kernel image for version 3.5.0 on TI OMAP4-based systems. . 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 TI OMAP4 processors. . Targeted towards boards such as Blazeboard, Pandaboard, etc. . You likely do not want to install this package directly. Instead, install the linux-omap4 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.5.0-237-omap4 Description-md5: b06e353659efd92d51fc6b964fda50e6 Description-en: Linux kernel image for version 3.5.0 on TI OMAP4-based systems This package contains the Linux kernel image for version 3.5.0 on TI OMAP4-based systems. . 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 TI OMAP4 processors. . Targeted towards boards such as Blazeboard, Pandaboard, etc. . You likely do not want to install this package directly. Instead, install the linux-omap4 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.8.0-19-generic Description-md5: df6127a9974ef3eb3f02fe9c3d5449ad Description-en: Linux kernel image for version 3.8.0 on ARM (hard float) SMP This package contains the Linux kernel image for version 3.8.0 on ARM (hard float) 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-3.8.0-21-generic Description-md5: df6127a9974ef3eb3f02fe9c3d5449ad Description-en: Linux kernel image for version 3.8.0 on ARM (hard float) SMP This package contains the Linux kernel image for version 3.8.0 on ARM (hard float) 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-3.8.0-22-generic Description-md5: df6127a9974ef3eb3f02fe9c3d5449ad Description-en: Linux kernel image for version 3.8.0 on ARM (hard float) SMP This package contains the Linux kernel image for version 3.8.0 on ARM (hard float) 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-3.8.0-23-generic Description-md5: df6127a9974ef3eb3f02fe9c3d5449ad Description-en: Linux kernel image for version 3.8.0 on ARM (hard float) SMP This package contains the Linux kernel image for version 3.8.0 on ARM (hard float) 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-3.8.0-27-generic Description-md5: df6127a9974ef3eb3f02fe9c3d5449ad Description-en: Linux kernel image for version 3.8.0 on ARM (hard float) SMP This package contains the Linux kernel image for version 3.8.0 on ARM (hard float) 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-3.8.0-29-generic Description-md5: df6127a9974ef3eb3f02fe9c3d5449ad Description-en: Linux kernel image for version 3.8.0 on ARM (hard float) SMP This package contains the Linux kernel image for version 3.8.0 on ARM (hard float) 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-3.8.0-30-generic Description-md5: df6127a9974ef3eb3f02fe9c3d5449ad Description-en: Linux kernel image for version 3.8.0 on ARM (hard float) SMP This package contains the Linux kernel image for version 3.8.0 on ARM (hard float) 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-3.8.0-31-generic Description-md5: df6127a9974ef3eb3f02fe9c3d5449ad Description-en: Linux kernel image for version 3.8.0 on ARM (hard float) SMP This package contains the Linux kernel image for version 3.8.0 on ARM (hard float) 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-3.8.0-32-generic Description-md5: df6127a9974ef3eb3f02fe9c3d5449ad Description-en: Linux kernel image for version 3.8.0 on ARM (hard float) SMP This package contains the Linux kernel image for version 3.8.0 on ARM (hard float) 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-3.8.0-33-generic Description-md5: df6127a9974ef3eb3f02fe9c3d5449ad Description-en: Linux kernel image for version 3.8.0 on ARM (hard float) SMP This package contains the Linux kernel image for version 3.8.0 on ARM (hard float) 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-3.8.0-34-generic Description-md5: df6127a9974ef3eb3f02fe9c3d5449ad Description-en: Linux kernel image for version 3.8.0 on ARM (hard float) SMP This package contains the Linux kernel image for version 3.8.0 on ARM (hard float) 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-3.8.0-35-generic Description-md5: df6127a9974ef3eb3f02fe9c3d5449ad Description-en: Linux kernel image for version 3.8.0 on ARM (hard float) SMP This package contains the Linux kernel image for version 3.8.0 on ARM (hard float) 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-highbank Description-md5: 78b71b6daff1931d7d08eda2d7fc4cdb Description-en: Linux kernel image for the armhf architecture. This is a transitional package for upgrade paths. You should be using linux-image-generic. Package: linux-image-omap Description-md5: 78b71b6daff1931d7d08eda2d7fc4cdb Description-en: Linux kernel image for the armhf architecture. This is a transitional package for upgrade paths. You should be using linux-image-generic. Package: linux-image-omap4 Description-md5: 6353a73125ab379b783031f232e09873 Description-en: Linux kernel image for the OMAP4 architecture. This package will always depend on the latest kernel image available for ARM ti-omap4 systems. Package: linux-omap Description-md5: 2bafa94132c23c74110879b3bbf5778c Description-en: Complete Linux kernel and headers for the armhf architecture. This is a transitional package for upgrade paths. You should be using linux-generic. Package: linux-omap4 Description-md5: 0e188279913eae43107316369bb9eff4 Description-en: Complete Linux kernel for the OMAP4 architecture. This package will always depend on the latest complete Linux kernel available for ARM ti-omap4 systems. Package: linux-ti-omap4-tools-3.5.0-226 Description-md5: 3904c9661c16d84dbfa1d79ca2363812 Description-en: Linux kernel tools for version 3.5.0-226 This package provides the architecture dependant parts for kernel version locked tools for version 3.5.0-226 on DESC. Package: linux-ti-omap4-tools-3.5.0-229 Description-md5: 98193ce9aee611120af06022f58c146a Description-en: Linux kernel tools for version 3.5.0-229 This package provides the architecture dependant parts for kernel version locked tools for version 3.5.0-229 on DESC. Package: linux-ti-omap4-tools-3.5.0-231 Description-md5: dbb816fb506c319e64acbeb93e8e29d4 Description-en: Linux kernel tools for version 3.5.0-231 This package provides the architecture dependant parts for kernel version locked tools for version 3.5.0-231 on DESC. Package: linux-ti-omap4-tools-3.5.0-232 Description-md5: eed3e34691aa672bf294231999d02076 Description-en: Linux kernel tools for version 3.5.0-232 This package provides the architecture dependant parts for kernel version locked tools for version 3.5.0-232 on DESC. Package: linux-ti-omap4-tools-3.5.0-233 Description-md5: a3ee834cf4600e61a65a38c91262097f Description-en: Linux kernel tools for version 3.5.0-233 This package provides the architecture dependant parts for kernel version locked tools for version 3.5.0-233 on DESC. Package: linux-ti-omap4-tools-3.5.0-234 Description-md5: fc3ccc7ad87e836d3274c7e8cb3ed956 Description-en: Linux kernel tools for version 3.5.0-234 This package provides the architecture dependant parts for kernel version locked tools for version 3.5.0-234 on DESC. Package: linux-ti-omap4-tools-3.5.0-235 Description-md5: fd3720c1730faf93792f9c4f7bcb282d Description-en: Linux kernel tools for version 3.5.0-235 This package provides the architecture dependant parts for kernel version locked tools for version 3.5.0-235 on DESC. Package: linux-ti-omap4-tools-3.5.0-236 Description-md5: 51c41abc52627f8c17d65499752c5cb6 Description-en: Linux kernel tools for version 3.5.0-236 This package provides the architecture dependant parts for kernel version locked tools for version 3.5.0-236 on DESC. Package: linux-ti-omap4-tools-3.5.0-237 Description-md5: a27f6dfe038dbf822228881b47b619cf Description-en: Linux kernel tools for version 3.5.0-237 This package provides the architecture dependant parts for kernel version locked tools for version 3.5.0-237 on DESC. Package: linux-tools-3.8.0-22 Description-md5: 7819c770f1340ab5a5c3e40d1bc996d9 Description-en: Linux kernel version specific tools for version 3.8.0-22 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.8.0-22 on ARM (hard float). Package: linux-tools-3.8.0-23 Description-md5: e8a123583d20b4f5bc550d70612c5c92 Description-en: Linux kernel version specific tools for version 3.8.0-23 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.8.0-23 on ARM (hard float). Package: linux-tools-3.8.0-27 Description-md5: 28b64439fc2a61635945a9a88ee9173c Description-en: Linux kernel version specific tools for version 3.8.0-27 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.8.0-27 on ARM (hard float). Package: linux-tools-3.8.0-29 Description-md5: d5a8ab6c6a68b06e013e20893d1d79a3 Description-en: Linux kernel version specific tools for version 3.8.0-29 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.8.0-29 on ARM (hard float). Package: linux-tools-3.8.0-30 Description-md5: e7d49dcf368b83fb7ddb87353d8edbd1 Description-en: Linux kernel version specific tools for version 3.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 3.8.0-30 on ARM (hard float). Package: linux-tools-3.8.0-31 Description-md5: e8cde3d6bba5cc49bfa1b40d480b8d33 Description-en: Linux kernel version specific tools for version 3.8.0-31 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.8.0-31 on ARM (hard float). Package: linux-tools-3.8.0-32 Description-md5: fade09610baca40b87dffeab0c92e63d Description-en: Linux kernel version specific tools for version 3.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 3.8.0-32 on ARM (hard float). Package: linux-tools-3.8.0-33 Description-md5: 51015b9348abaed48fc5660953359516 Description-en: Linux kernel version specific tools for version 3.8.0-33 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.8.0-33 on ARM (hard float). Package: linux-tools-3.8.0-34 Description-md5: 8f3489ed8d0bbd8709df9d2300b08933 Description-en: Linux kernel version specific tools for version 3.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 3.8.0-34 on ARM (hard float). Package: linux-tools-3.8.0-35 Description-md5: 150ea3f9456e0ebd32f065476c9c1c23 Description-en: Linux kernel version specific tools for version 3.8.0-35 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.8.0-35 on ARM (hard float). Package: linux-tools-omap4 Description-md5: ea15db5fd6e3e3cff13446d5e28af7c8 Description-en: Linux kernel versioned Tools This package will always depend on the latest Linux kernel versioned tools available. The Ubuntu patches have been applied. Package: openjdk-7-jre Description-md5: 91d05a39b9f10650db7458e30c6b492b Description-en: OpenJDK Java runtime, using Hotspot Zero Full Java runtime environment - needed for executing Java GUI and Webstart programs. Using Hotspot Zero. The packages are built using the IcedTea build support and patches from the IcedTea project. Package: openjdk-7-jre-headless Description-md5: 66d576ba5edb414029e68aaa8b29d079 Description-en: OpenJDK Java runtime, using Hotspot Zero (headless) Minimal Java runtime - needed for executing non GUI Java programs. Using Hotspot Zero. The packages are built using the IcedTea build support and patches from the IcedTea project. Package: libc6-amd64 Description-md5: 5e871a82fe5ae12250669afab6662439 Description-en: Embedded GNU C Library: 64bit Shared libraries for AMD64 This package includes shared versions of the standard C library and the standard math library, as well as many others. This is the 64bit version of the library, meant for AMD64 systems. Package: libc6-dev-amd64 Description-md5: e56f2cd3094aab960377d26a5ed4ab90 Description-en: Embedded GNU C Library: 64bit Development Libraries for AMD64 Contains the symlinks and object files needed to compile and link programs which use the standard C library. This is the 64bit version of the library, meant for AMD64 systems. Package: libc6-xen Description-md5: 9c83bb34c66439f4c333b8ab96e84d18 Description-en: Embedded GNU C Library: Shared libraries [Xen version] Contains the standard libraries that are used by nearly all programs on the system. This package includes shared versions of the standard C library and the standard math library, as well as many others. . This set of libraries is optimized for the Xen hypervisor, and will be selected instead when running under Xen. Package: linux-generic-pae Description-md5: b239583bb598a7b339303e3f0513dc63 Description-en: Transitional package. This package will always depend on linux-generic. Package: linux-headers-3.8.0-19-generic Description-md5: 4628ac57fa4e105bc361e449287d7b61 Description-en: Linux kernel headers for version 3.8.0 on 32 bit x86 SMP This package provides kernel header files for version 3.8.0 on 32 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.8.0-19/debian.README.gz for details. Package: linux-headers-3.8.0-21-generic Description-md5: df5057f205b0084c6f2207c9b4de147d Description-en: Linux kernel headers for version 3.8.0 on 32 bit x86 SMP This package provides kernel header files for version 3.8.0 on 32 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.8.0-21/debian.README.gz for details. Package: linux-headers-3.8.0-22-generic Description-md5: 64234812324f0fe069cb6c6012f804a2 Description-en: Linux kernel headers for version 3.8.0 on 32 bit x86 SMP This package provides kernel header files for version 3.8.0 on 32 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.8.0-22/debian.README.gz for details. Package: linux-headers-3.8.0-23-generic Description-md5: 6d7341b4cf2a586b6550d5f0796f2113 Description-en: Linux kernel headers for version 3.8.0 on 32 bit x86 SMP This package provides kernel header files for version 3.8.0 on 32 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.8.0-23/debian.README.gz for details. Package: linux-headers-3.8.0-27-generic Description-md5: 61c14bf079196f6604178d119777dbcd Description-en: Linux kernel headers for version 3.8.0 on 32 bit x86 SMP This package provides kernel header files for version 3.8.0 on 32 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.8.0-27/debian.README.gz for details. Package: linux-headers-3.8.0-29-generic Description-md5: da49b3beb3fdb80cfb728f508f9149fe Description-en: Linux kernel headers for version 3.8.0 on 32 bit x86 SMP This package provides kernel header files for version 3.8.0 on 32 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.8.0-29/debian.README.gz for details. Package: linux-headers-3.8.0-30-generic Description-md5: 63c003a6f7e68a08e2e1a7b827f4df03 Description-en: Linux kernel headers for version 3.8.0 on 32 bit x86 SMP This package provides kernel header files for version 3.8.0 on 32 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.8.0-30/debian.README.gz for details. Package: linux-headers-3.8.0-31-generic Description-md5: 5ff953e47b5fad7934846c3fafa22448 Description-en: Linux kernel headers for version 3.8.0 on 32 bit x86 SMP This package provides kernel header files for version 3.8.0 on 32 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.8.0-31/debian.README.gz for details. Package: linux-headers-3.8.0-32-generic Description-md5: 436b1e6cfb815d6bf93f54c7995a2c76 Description-en: Linux kernel headers for version 3.8.0 on 32 bit x86 SMP This package provides kernel header files for version 3.8.0 on 32 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.8.0-32/debian.README.gz for details. Package: linux-headers-3.8.0-33-generic Description-md5: a19debf9c4ebdd822691b9118c80ff71 Description-en: Linux kernel headers for version 3.8.0 on 32 bit x86 SMP This package provides kernel header files for version 3.8.0 on 32 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.8.0-33/debian.README.gz for details. Package: linux-headers-3.8.0-34-generic Description-md5: 80c17bdb7e63696fe9f6eeab4251403f Description-en: Linux kernel headers for version 3.8.0 on 32 bit x86 SMP This package provides kernel header files for version 3.8.0 on 32 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.8.0-34/debian.README.gz for details. Package: linux-headers-3.8.0-35-generic Description-md5: ea943381d39c74db43c4bd9b3521dc90 Description-en: Linux kernel headers for version 3.8.0 on 32 bit x86 SMP This package provides kernel header files for version 3.8.0 on 32 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.8.0-35/debian.README.gz for details. Package: linux-headers-generic-pae Description-md5: 5c7f6be957037e92276272bae1692599 Description-en: Transitional package This package will always depend on linux-headers-generic Package: linux-image-3.8.0-19-generic Description-md5: d7891e7bf108bf056e7f29fce10ead08 Description-en: Linux kernel image for version 3.8.0 on 32 bit x86 SMP This package contains the Linux kernel image for version 3.8.0 on 32 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-3.8.0-21-generic Description-md5: d7891e7bf108bf056e7f29fce10ead08 Description-en: Linux kernel image for version 3.8.0 on 32 bit x86 SMP This package contains the Linux kernel image for version 3.8.0 on 32 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-3.8.0-22-generic Description-md5: d7891e7bf108bf056e7f29fce10ead08 Description-en: Linux kernel image for version 3.8.0 on 32 bit x86 SMP This package contains the Linux kernel image for version 3.8.0 on 32 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-3.8.0-23-generic Description-md5: d7891e7bf108bf056e7f29fce10ead08 Description-en: Linux kernel image for version 3.8.0 on 32 bit x86 SMP This package contains the Linux kernel image for version 3.8.0 on 32 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-3.8.0-27-generic Description-md5: d7891e7bf108bf056e7f29fce10ead08 Description-en: Linux kernel image for version 3.8.0 on 32 bit x86 SMP This package contains the Linux kernel image for version 3.8.0 on 32 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-3.8.0-29-generic Description-md5: d7891e7bf108bf056e7f29fce10ead08 Description-en: Linux kernel image for version 3.8.0 on 32 bit x86 SMP This package contains the Linux kernel image for version 3.8.0 on 32 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-3.8.0-30-generic Description-md5: d7891e7bf108bf056e7f29fce10ead08 Description-en: Linux kernel image for version 3.8.0 on 32 bit x86 SMP This package contains the Linux kernel image for version 3.8.0 on 32 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-3.8.0-31-generic Description-md5: d7891e7bf108bf056e7f29fce10ead08 Description-en: Linux kernel image for version 3.8.0 on 32 bit x86 SMP This package contains the Linux kernel image for version 3.8.0 on 32 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-3.8.0-32-generic Description-md5: d7891e7bf108bf056e7f29fce10ead08 Description-en: Linux kernel image for version 3.8.0 on 32 bit x86 SMP This package contains the Linux kernel image for version 3.8.0 on 32 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-3.8.0-33-generic Description-md5: d7891e7bf108bf056e7f29fce10ead08 Description-en: Linux kernel image for version 3.8.0 on 32 bit x86 SMP This package contains the Linux kernel image for version 3.8.0 on 32 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-3.8.0-34-generic Description-md5: d7891e7bf108bf056e7f29fce10ead08 Description-en: Linux kernel image for version 3.8.0 on 32 bit x86 SMP This package contains the Linux kernel image for version 3.8.0 on 32 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-3.8.0-35-generic Description-md5: d7891e7bf108bf056e7f29fce10ead08 Description-en: Linux kernel image for version 3.8.0 on 32 bit x86 SMP This package contains the Linux kernel image for version 3.8.0 on 32 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-3.8.0-19-generic Description-md5: d7891e7bf108bf056e7f29fce10ead08 Description-en: Linux kernel image for version 3.8.0 on 32 bit x86 SMP This package contains the Linux kernel image for version 3.8.0 on 32 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-3.8.0-21-generic Description-md5: d7891e7bf108bf056e7f29fce10ead08 Description-en: Linux kernel image for version 3.8.0 on 32 bit x86 SMP This package contains the Linux kernel image for version 3.8.0 on 32 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-3.8.0-22-generic Description-md5: d7891e7bf108bf056e7f29fce10ead08 Description-en: Linux kernel image for version 3.8.0 on 32 bit x86 SMP This package contains the Linux kernel image for version 3.8.0 on 32 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-3.8.0-23-generic Description-md5: d7891e7bf108bf056e7f29fce10ead08 Description-en: Linux kernel image for version 3.8.0 on 32 bit x86 SMP This package contains the Linux kernel image for version 3.8.0 on 32 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-3.8.0-27-generic Description-md5: d7891e7bf108bf056e7f29fce10ead08 Description-en: Linux kernel image for version 3.8.0 on 32 bit x86 SMP This package contains the Linux kernel image for version 3.8.0 on 32 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-3.8.0-29-generic Description-md5: d7891e7bf108bf056e7f29fce10ead08 Description-en: Linux kernel image for version 3.8.0 on 32 bit x86 SMP This package contains the Linux kernel image for version 3.8.0 on 32 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-3.8.0-30-generic Description-md5: d7891e7bf108bf056e7f29fce10ead08 Description-en: Linux kernel image for version 3.8.0 on 32 bit x86 SMP This package contains the Linux kernel image for version 3.8.0 on 32 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-3.8.0-31-generic Description-md5: d7891e7bf108bf056e7f29fce10ead08 Description-en: Linux kernel image for version 3.8.0 on 32 bit x86 SMP This package contains the Linux kernel image for version 3.8.0 on 32 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-3.8.0-32-generic Description-md5: d7891e7bf108bf056e7f29fce10ead08 Description-en: Linux kernel image for version 3.8.0 on 32 bit x86 SMP This package contains the Linux kernel image for version 3.8.0 on 32 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-3.8.0-33-generic Description-md5: d7891e7bf108bf056e7f29fce10ead08 Description-en: Linux kernel image for version 3.8.0 on 32 bit x86 SMP This package contains the Linux kernel image for version 3.8.0 on 32 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-3.8.0-34-generic Description-md5: d7891e7bf108bf056e7f29fce10ead08 Description-en: Linux kernel image for version 3.8.0 on 32 bit x86 SMP This package contains the Linux kernel image for version 3.8.0 on 32 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-3.8.0-35-generic Description-md5: d7891e7bf108bf056e7f29fce10ead08 Description-en: Linux kernel image for version 3.8.0 on 32 bit x86 SMP This package contains the Linux kernel image for version 3.8.0 on 32 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-generic-pae Description-md5: 32bf4fe4306e30c77d0bee2716487539 Description-en: Transitional package This package will always depend on linux-image-generic Package: linux-tools-3.8.0-19 Description-md5: 9e08aaf096bce8a826da5a910c42f13d Description-en: Linux kernel version specific tools for version 3.8.0-19 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.8.0-19 on 32 bit x86. Package: linux-tools-3.8.0-21 Description-md5: 44433e0509dd653a93452aa969c3fa1f Description-en: Linux kernel version specific tools for version 3.8.0-21 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.8.0-21 on 32 bit x86. Package: linux-tools-3.8.0-22 Description-md5: 63ff8f55ebe5677e6bdb80f877d111ce Description-en: Linux kernel version specific tools for version 3.8.0-22 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.8.0-22 on 32 bit x86. Package: linux-tools-3.8.0-23 Description-md5: 20b9335a54e988ea0f36b8107849aeb5 Description-en: Linux kernel version specific tools for version 3.8.0-23 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.8.0-23 on 32 bit x86. Package: linux-tools-3.8.0-27 Description-md5: e0e214de5994da59dac09b938f7d1920 Description-en: Linux kernel version specific tools for version 3.8.0-27 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.8.0-27 on 32 bit x86. Package: linux-tools-3.8.0-29 Description-md5: b74e8fb3706427fc0f52fdbb027c2708 Description-en: Linux kernel version specific tools for version 3.8.0-29 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.8.0-29 on 32 bit x86. Package: linux-tools-3.8.0-30 Description-md5: 0d16800e77f8e95dfffe73f8c4fdb414 Description-en: Linux kernel version specific tools for version 3.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 3.8.0-30 on 32 bit x86. Package: linux-tools-3.8.0-31 Description-md5: 10ef5e7deb4bf23e951f259db872a590 Description-en: Linux kernel version specific tools for version 3.8.0-31 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.8.0-31 on 32 bit x86. Package: linux-tools-3.8.0-32 Description-md5: 0370b1e0ec4ee66a12ae1326a27822f4 Description-en: Linux kernel version specific tools for version 3.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 3.8.0-32 on 32 bit x86. Package: linux-tools-3.8.0-33 Description-md5: 4373b98227f0ac8cd95d9cbfa0e7881e Description-en: Linux kernel version specific tools for version 3.8.0-33 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.8.0-33 on 32 bit x86. Package: linux-tools-3.8.0-34 Description-md5: c7f3777dfe4a6245526a08b9a5dede0b Description-en: Linux kernel version specific tools for version 3.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 3.8.0-34 on 32 bit x86. Package: linux-tools-3.8.0-35 Description-md5: 9947d620d27dd66d9447f687ab9c14dc Description-en: Linux kernel version specific tools for version 3.8.0-35 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.8.0-35 on 32 bit x86. Package: libc6-dev-ppc64 Description-md5: 2d9f319c95791dd582fa4647b75ff7d7 Description-en: Embedded GNU C Library: 64bit Development Libraries for PowerPC64 Contains the symlinks and object files needed to compile and link programs which use the standard C library. This is the 64bit version of the library, meant for PowerPC64 systems. Package: libc6-ppc64 Description-md5: 1cb967d5adc87bcf2fb2d695e91e6014 Description-en: Embedded GNU C Library: 64bit Shared libraries for PowerPC64 This package includes shared versions of the standard C library and the standard math library, as well as many others. This is the 64bit version of the library, meant for PowerPC64 systems. Package: linux-headers-3.8.0-10-powerpc-e500 Description-md5: e7a72bcdd4d8562f5a7ef6dd42c8c860 Description-en: Linux kernel headers for version 3.8.0 on 32-bit Freescale Power e500v1 and e500v2 This package provides kernel header files for version 3.8.0 on 32-bit Freescale Power e500v1 and e500v2. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-ppc-headers-3.8.0-10/debian.README.gz for details. Package: linux-headers-3.8.0-10-powerpc-e500mc Description-md5: 6255b9ce972fe09a0a7da1dfd3a1d7b8 Description-en: Linux kernel headers for version 3.8.0 on 32-bit Freescale Power e500mc This package provides kernel header files for version 3.8.0 on 32-bit Freescale Power e500mc. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-ppc-headers-3.8.0-10/debian.README.gz for details. Package: linux-headers-3.8.0-10-powerpc-smp Description-md5: f6104abf457ea7306ee7a8e54e81f0cd Description-en: Linux kernel headers for version 3.8.0 on 32-bit PowerPC SMP This package provides kernel header files for version 3.8.0 on 32-bit PowerPC SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-ppc-headers-3.8.0-10/debian.README.gz for details. Package: linux-headers-3.8.0-10-powerpc64-smp Description-md5: 2fa0d068d7449bf072e9e266422c415d Description-en: Linux kernel headers for version 3.8.0 on 64-bit PowerPC SMP This package provides kernel header files for version 3.8.0 on 64-bit PowerPC SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-ppc-headers-3.8.0-10/debian.README.gz for details. Package: linux-headers-3.8.0-13-powerpc-e500 Description-md5: ff2bb32bfc3422648b899b2aab582d99 Description-en: Linux kernel headers for version 3.8.0 on 32-bit Freescale Power e500v1 and e500v2 This package provides kernel header files for version 3.8.0 on 32-bit Freescale Power e500v1 and e500v2. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-ppc-headers-3.8.0-13/debian.README.gz for details. Package: linux-headers-3.8.0-13-powerpc-e500mc Description-md5: 94f8686185e18076fec30dc8529c044f Description-en: Linux kernel headers for version 3.8.0 on 32-bit Freescale Power e500mc This package provides kernel header files for version 3.8.0 on 32-bit Freescale Power e500mc. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-ppc-headers-3.8.0-13/debian.README.gz for details. Package: linux-headers-3.8.0-13-powerpc-smp Description-md5: 172b5179b34092de9c251151531e1d77 Description-en: Linux kernel headers for version 3.8.0 on 32-bit PowerPC SMP This package provides kernel header files for version 3.8.0 on 32-bit PowerPC SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-ppc-headers-3.8.0-13/debian.README.gz for details. Package: linux-headers-3.8.0-13-powerpc64-smp Description-md5: b353e51e510ddac0acfbc56e038aaa21 Description-en: Linux kernel headers for version 3.8.0 on 64-bit PowerPC SMP This package provides kernel header files for version 3.8.0 on 64-bit PowerPC SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-ppc-headers-3.8.0-13/debian.README.gz for details. Package: linux-headers-3.8.0-14-powerpc-e500 Description-md5: e674193e0ef71e460514bf15cb3cc241 Description-en: Linux kernel headers for version 3.8.0 on 32-bit Freescale Power e500v1 and e500v2 This package provides kernel header files for version 3.8.0 on 32-bit Freescale Power e500v1 and e500v2. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-ppc-headers-3.8.0-14/debian.README.gz for details. Package: linux-headers-3.8.0-14-powerpc-e500mc Description-md5: 88136e46a8e28eda505016f2a98cc58d Description-en: Linux kernel headers for version 3.8.0 on 32-bit Freescale Power e500mc This package provides kernel header files for version 3.8.0 on 32-bit Freescale Power e500mc. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-ppc-headers-3.8.0-14/debian.README.gz for details. Package: linux-headers-3.8.0-14-powerpc-smp Description-md5: e51a1e100aad5fd8adedd30902d3be60 Description-en: Linux kernel headers for version 3.8.0 on 32-bit PowerPC SMP This package provides kernel header files for version 3.8.0 on 32-bit PowerPC SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-ppc-headers-3.8.0-14/debian.README.gz for details. Package: linux-headers-3.8.0-14-powerpc64-smp Description-md5: b9074f4426b6ffc1274c55d2c7c91dc1 Description-en: Linux kernel headers for version 3.8.0 on 64-bit PowerPC SMP This package provides kernel header files for version 3.8.0 on 64-bit PowerPC SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-ppc-headers-3.8.0-14/debian.README.gz for details. Package: linux-headers-3.8.0-15-powerpc-e500 Description-md5: 153fe7d37cf7523c75f574ca2dd7a0aa Description-en: Linux kernel headers for version 3.8.0 on 32-bit Freescale Power e500v1 and e500v2 This package provides kernel header files for version 3.8.0 on 32-bit Freescale Power e500v1 and e500v2. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-ppc-headers-3.8.0-15/debian.README.gz for details. Package: linux-headers-3.8.0-15-powerpc-e500mc Description-md5: d9cd72a8c014be465215197d02575aeb Description-en: Linux kernel headers for version 3.8.0 on 32-bit Freescale Power e500mc This package provides kernel header files for version 3.8.0 on 32-bit Freescale Power e500mc. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-ppc-headers-3.8.0-15/debian.README.gz for details. Package: linux-headers-3.8.0-15-powerpc-smp Description-md5: 961c21a47249e0902473fe87d4fa60a7 Description-en: Linux kernel headers for version 3.8.0 on 32-bit PowerPC SMP This package provides kernel header files for version 3.8.0 on 32-bit PowerPC SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-ppc-headers-3.8.0-15/debian.README.gz for details. Package: linux-headers-3.8.0-15-powerpc64-smp Description-md5: 0e60bfd65fce61f0e06e5b2fbb5ef899 Description-en: Linux kernel headers for version 3.8.0 on 64-bit PowerPC SMP This package provides kernel header files for version 3.8.0 on 64-bit PowerPC SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-ppc-headers-3.8.0-15/debian.README.gz for details. Package: linux-headers-3.8.0-16-powerpc-e500 Description-md5: 9e60b47f2cf18da05135ddb35b98f6bd Description-en: Linux kernel headers for version 3.8.0 on 32-bit Freescale Power e500v1 and e500v2 This package provides kernel header files for version 3.8.0 on 32-bit Freescale Power e500v1 and e500v2. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-ppc-headers-3.8.0-16/debian.README.gz for details. Package: linux-headers-3.8.0-16-powerpc-e500mc Description-md5: 3bb9378335439bef6f33f3f92bdf682a Description-en: Linux kernel headers for version 3.8.0 on 32-bit Freescale Power e500mc This package provides kernel header files for version 3.8.0 on 32-bit Freescale Power e500mc. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-ppc-headers-3.8.0-16/debian.README.gz for details. Package: linux-headers-3.8.0-16-powerpc-smp Description-md5: 856a86968536a14809862b7ad3252d5b Description-en: Linux kernel headers for version 3.8.0 on 32-bit PowerPC SMP This package provides kernel header files for version 3.8.0 on 32-bit PowerPC SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-ppc-headers-3.8.0-16/debian.README.gz for details. Package: linux-headers-3.8.0-16-powerpc64-smp Description-md5: 67e245985e1dc202a0cd6a7bad4d6dd6 Description-en: Linux kernel headers for version 3.8.0 on 64-bit PowerPC SMP This package provides kernel header files for version 3.8.0 on 64-bit PowerPC SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-ppc-headers-3.8.0-16/debian.README.gz for details. Package: linux-headers-3.8.0-17-powerpc-e500 Description-md5: 17ae2dbdaac62998e7fc7f0f6cf685d2 Description-en: Linux kernel headers for version 3.8.0 on 32-bit Freescale Power e500v1 and e500v2 This package provides kernel header files for version 3.8.0 on 32-bit Freescale Power e500v1 and e500v2. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-ppc-headers-3.8.0-17/debian.README.gz for details. Package: linux-headers-3.8.0-17-powerpc-e500mc Description-md5: a413f91f2d9229d47e9b3cae3c8154f6 Description-en: Linux kernel headers for version 3.8.0 on 32-bit Freescale Power e500mc This package provides kernel header files for version 3.8.0 on 32-bit Freescale Power e500mc. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-ppc-headers-3.8.0-17/debian.README.gz for details. Package: linux-headers-3.8.0-17-powerpc-smp Description-md5: e499bf43bfe7c83fa2920bf02b111cbe Description-en: Linux kernel headers for version 3.8.0 on 32-bit PowerPC SMP This package provides kernel header files for version 3.8.0 on 32-bit PowerPC SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-ppc-headers-3.8.0-17/debian.README.gz for details. Package: linux-headers-3.8.0-17-powerpc64-smp Description-md5: d7b14d2c278c008b98f2950da078116e Description-en: Linux kernel headers for version 3.8.0 on 64-bit PowerPC SMP This package provides kernel header files for version 3.8.0 on 64-bit PowerPC SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-ppc-headers-3.8.0-17/debian.README.gz for details. Package: linux-headers-3.8.0-18-powerpc-e500 Description-md5: 1c31a41cb8592b73378fae3c3218c606 Description-en: Linux kernel headers for version 3.8.0 on 32-bit Freescale Power e500v1 and e500v2 This package provides kernel header files for version 3.8.0 on 32-bit Freescale Power e500v1 and e500v2. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-ppc-headers-3.8.0-18/debian.README.gz for details. Package: linux-headers-3.8.0-18-powerpc-e500mc Description-md5: 4842c37e4fd7184e857bf0ec378164c1 Description-en: Linux kernel headers for version 3.8.0 on 32-bit Freescale Power e500mc This package provides kernel header files for version 3.8.0 on 32-bit Freescale Power e500mc. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-ppc-headers-3.8.0-18/debian.README.gz for details. Package: linux-headers-3.8.0-18-powerpc-smp Description-md5: 7b9826ad03020def4ec1d9f82eb2c04d Description-en: Linux kernel headers for version 3.8.0 on 32-bit PowerPC SMP This package provides kernel header files for version 3.8.0 on 32-bit PowerPC SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-ppc-headers-3.8.0-18/debian.README.gz for details. Package: linux-headers-3.8.0-18-powerpc64-smp Description-md5: f0094f73b49c8a47ec0487341044121e Description-en: Linux kernel headers for version 3.8.0 on 64-bit PowerPC SMP This package provides kernel header files for version 3.8.0 on 64-bit PowerPC SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-ppc-headers-3.8.0-18/debian.README.gz for details. Package: linux-headers-3.8.0-19-powerpc-e500 Description-md5: 9d773da7abb1beba4f5c4f208786524b Description-en: Linux kernel headers for version 3.8.0 on 32-bit Freescale Power e500v1 and e500v2 This package provides kernel header files for version 3.8.0 on 32-bit Freescale Power e500v1 and e500v2. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-ppc-headers-3.8.0-19/debian.README.gz for details. Package: linux-headers-3.8.0-19-powerpc-e500mc Description-md5: e6b2ef71efe9b6a5fc85718db63ef0c0 Description-en: Linux kernel headers for version 3.8.0 on 32-bit Freescale Power e500mc This package provides kernel header files for version 3.8.0 on 32-bit Freescale Power e500mc. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-ppc-headers-3.8.0-19/debian.README.gz for details. Package: linux-headers-3.8.0-19-powerpc-smp Description-md5: ca49d03d57c81ac13419f8c5e2be65cf Description-en: Linux kernel headers for version 3.8.0 on 32-bit PowerPC SMP This package provides kernel header files for version 3.8.0 on 32-bit PowerPC SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-ppc-headers-3.8.0-19/debian.README.gz for details. Package: linux-headers-3.8.0-19-powerpc64-smp Description-md5: dcfb8e7dfebca8262e3dffdc85594ae0 Description-en: Linux kernel headers for version 3.8.0 on 64-bit PowerPC SMP This package provides kernel header files for version 3.8.0 on 64-bit PowerPC SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-ppc-headers-3.8.0-19/debian.README.gz for details. Package: linux-headers-powerpc-e500 Description-md5: c5d0cb276ba59aadaf5e5411441a267c Description-en: Linux kernel headers on Freescale Power e500v1 and e500v2. This package will always depend on the latest kernel headers available for Freescale Power e500v1 and e500v2 support. Package: linux-headers-powerpc-e500mc Description-md5: 3b2c7fd666e90325c917a6e03dc63de4 Description-en: Linux kernel headers on Freescale Power e500mc. This package will always depend on the latest kernel headers available for Freescale Power e500mc support. Package: linux-headers-powerpc-smp Description-md5: 0508d2965d9877a6b92da951cdbe992b Description-en: Linux kernel headers on PowerPC SMP This package will always depend on the latest kernel headers available for PowerPC with SMP support. SMP (symmetric multi-processing) is needed if you have multiple processors. Package: linux-headers-powerpc64-smp Description-md5: cea3031c88183b0a23b3ef31fefafbe1 Description-en: Linux kernel headers on PowerPC64 SMP This package will always depend on the latest kernel headers available for PowerPC64 with SMP support. SMP (symmetric multi-processing) is needed if you have multiple processors. Package: linux-image-3.8.0-10-powerpc-e500 Description-md5: e99dda1c2b4693502fdcfa2c5a679237 Description-en: Linux kernel image for version 3.8.0 on 32-bit Freescale Power e500v1 and e500v2 This package contains the Linux kernel image for version 3.8.0 on 32-bit Freescale Power e500v1 and e500v2. . 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 32-bit Freescale Power e500v1 and e500v2 processors. . Geared toward server systems. . You likely do not want to install this package directly. Instead, install the linux-powerpc-e500 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.8.0-10-powerpc-e500mc Description-md5: 591a008d097e88a460107b6d813c7b39 Description-en: Linux kernel image for version 3.8.0 on 32-bit Freescale Power e500mc This package contains the Linux kernel image for version 3.8.0 on 32-bit Freescale Power e500mc. . 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 32-bit Freescale Power e500mc processors. . Geared toward server systems. . You likely do not want to install this package directly. Instead, install the linux-powerpc-e500mc meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.8.0-10-powerpc-smp Description-md5: ab9d20e5b0e36c4b38287b6dfda824dd Description-en: Linux kernel image for version 3.8.0 on 32-bit PowerPC SMP This package contains the Linux kernel image for version 3.8.0 on 32-bit PowerPC 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 32-bit PowerPC SMP processors. . Geared toward desktop or server systems. . You likely do not want to install this package directly. Instead, install the linux-powerpc-smp meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.8.0-10-powerpc64-smp Description-md5: fd576058265bea5eb5dc8c1205978468 Description-en: Linux kernel image for version 3.8.0 on 64-bit PowerPC SMP This package contains the Linux kernel image for version 3.8.0 on 64-bit PowerPC 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 64-bit PowerPC SMP processors. . Geared toward desktop or server systems. . You likely do not want to install this package directly. Instead, install the linux-powerpc64-smp meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.8.0-13-powerpc-e500 Description-md5: e99dda1c2b4693502fdcfa2c5a679237 Description-en: Linux kernel image for version 3.8.0 on 32-bit Freescale Power e500v1 and e500v2 This package contains the Linux kernel image for version 3.8.0 on 32-bit Freescale Power e500v1 and e500v2. . 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 32-bit Freescale Power e500v1 and e500v2 processors. . Geared toward server systems. . You likely do not want to install this package directly. Instead, install the linux-powerpc-e500 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.8.0-13-powerpc-e500mc Description-md5: 591a008d097e88a460107b6d813c7b39 Description-en: Linux kernel image for version 3.8.0 on 32-bit Freescale Power e500mc This package contains the Linux kernel image for version 3.8.0 on 32-bit Freescale Power e500mc. . 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 32-bit Freescale Power e500mc processors. . Geared toward server systems. . You likely do not want to install this package directly. Instead, install the linux-powerpc-e500mc meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.8.0-13-powerpc-smp Description-md5: ab9d20e5b0e36c4b38287b6dfda824dd Description-en: Linux kernel image for version 3.8.0 on 32-bit PowerPC SMP This package contains the Linux kernel image for version 3.8.0 on 32-bit PowerPC 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 32-bit PowerPC SMP processors. . Geared toward desktop or server systems. . You likely do not want to install this package directly. Instead, install the linux-powerpc-smp meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.8.0-13-powerpc64-smp Description-md5: fd576058265bea5eb5dc8c1205978468 Description-en: Linux kernel image for version 3.8.0 on 64-bit PowerPC SMP This package contains the Linux kernel image for version 3.8.0 on 64-bit PowerPC 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 64-bit PowerPC SMP processors. . Geared toward desktop or server systems. . You likely do not want to install this package directly. Instead, install the linux-powerpc64-smp meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.8.0-14-powerpc-e500 Description-md5: e99dda1c2b4693502fdcfa2c5a679237 Description-en: Linux kernel image for version 3.8.0 on 32-bit Freescale Power e500v1 and e500v2 This package contains the Linux kernel image for version 3.8.0 on 32-bit Freescale Power e500v1 and e500v2. . 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 32-bit Freescale Power e500v1 and e500v2 processors. . Geared toward server systems. . You likely do not want to install this package directly. Instead, install the linux-powerpc-e500 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.8.0-14-powerpc-e500mc Description-md5: 591a008d097e88a460107b6d813c7b39 Description-en: Linux kernel image for version 3.8.0 on 32-bit Freescale Power e500mc This package contains the Linux kernel image for version 3.8.0 on 32-bit Freescale Power e500mc. . 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 32-bit Freescale Power e500mc processors. . Geared toward server systems. . You likely do not want to install this package directly. Instead, install the linux-powerpc-e500mc meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.8.0-14-powerpc-smp Description-md5: ab9d20e5b0e36c4b38287b6dfda824dd Description-en: Linux kernel image for version 3.8.0 on 32-bit PowerPC SMP This package contains the Linux kernel image for version 3.8.0 on 32-bit PowerPC 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 32-bit PowerPC SMP processors. . Geared toward desktop or server systems. . You likely do not want to install this package directly. Instead, install the linux-powerpc-smp meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.8.0-14-powerpc64-smp Description-md5: fd576058265bea5eb5dc8c1205978468 Description-en: Linux kernel image for version 3.8.0 on 64-bit PowerPC SMP This package contains the Linux kernel image for version 3.8.0 on 64-bit PowerPC 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 64-bit PowerPC SMP processors. . Geared toward desktop or server systems. . You likely do not want to install this package directly. Instead, install the linux-powerpc64-smp meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.8.0-15-powerpc-e500 Description-md5: e99dda1c2b4693502fdcfa2c5a679237 Description-en: Linux kernel image for version 3.8.0 on 32-bit Freescale Power e500v1 and e500v2 This package contains the Linux kernel image for version 3.8.0 on 32-bit Freescale Power e500v1 and e500v2. . 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 32-bit Freescale Power e500v1 and e500v2 processors. . Geared toward server systems. . You likely do not want to install this package directly. Instead, install the linux-powerpc-e500 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.8.0-15-powerpc-e500mc Description-md5: 591a008d097e88a460107b6d813c7b39 Description-en: Linux kernel image for version 3.8.0 on 32-bit Freescale Power e500mc This package contains the Linux kernel image for version 3.8.0 on 32-bit Freescale Power e500mc. . 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 32-bit Freescale Power e500mc processors. . Geared toward server systems. . You likely do not want to install this package directly. Instead, install the linux-powerpc-e500mc meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.8.0-15-powerpc-smp Description-md5: ab9d20e5b0e36c4b38287b6dfda824dd Description-en: Linux kernel image for version 3.8.0 on 32-bit PowerPC SMP This package contains the Linux kernel image for version 3.8.0 on 32-bit PowerPC 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 32-bit PowerPC SMP processors. . Geared toward desktop or server systems. . You likely do not want to install this package directly. Instead, install the linux-powerpc-smp meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.8.0-15-powerpc64-smp Description-md5: fd576058265bea5eb5dc8c1205978468 Description-en: Linux kernel image for version 3.8.0 on 64-bit PowerPC SMP This package contains the Linux kernel image for version 3.8.0 on 64-bit PowerPC 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 64-bit PowerPC SMP processors. . Geared toward desktop or server systems. . You likely do not want to install this package directly. Instead, install the linux-powerpc64-smp meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.8.0-16-powerpc-e500 Description-md5: e99dda1c2b4693502fdcfa2c5a679237 Description-en: Linux kernel image for version 3.8.0 on 32-bit Freescale Power e500v1 and e500v2 This package contains the Linux kernel image for version 3.8.0 on 32-bit Freescale Power e500v1 and e500v2. . 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 32-bit Freescale Power e500v1 and e500v2 processors. . Geared toward server systems. . You likely do not want to install this package directly. Instead, install the linux-powerpc-e500 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.8.0-16-powerpc-e500mc Description-md5: 591a008d097e88a460107b6d813c7b39 Description-en: Linux kernel image for version 3.8.0 on 32-bit Freescale Power e500mc This package contains the Linux kernel image for version 3.8.0 on 32-bit Freescale Power e500mc. . 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 32-bit Freescale Power e500mc processors. . Geared toward server systems. . You likely do not want to install this package directly. Instead, install the linux-powerpc-e500mc meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.8.0-16-powerpc-smp Description-md5: ab9d20e5b0e36c4b38287b6dfda824dd Description-en: Linux kernel image for version 3.8.0 on 32-bit PowerPC SMP This package contains the Linux kernel image for version 3.8.0 on 32-bit PowerPC 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 32-bit PowerPC SMP processors. . Geared toward desktop or server systems. . You likely do not want to install this package directly. Instead, install the linux-powerpc-smp meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.8.0-16-powerpc64-smp Description-md5: fd576058265bea5eb5dc8c1205978468 Description-en: Linux kernel image for version 3.8.0 on 64-bit PowerPC SMP This package contains the Linux kernel image for version 3.8.0 on 64-bit PowerPC 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 64-bit PowerPC SMP processors. . Geared toward desktop or server systems. . You likely do not want to install this package directly. Instead, install the linux-powerpc64-smp meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.8.0-17-powerpc-e500 Description-md5: e99dda1c2b4693502fdcfa2c5a679237 Description-en: Linux kernel image for version 3.8.0 on 32-bit Freescale Power e500v1 and e500v2 This package contains the Linux kernel image for version 3.8.0 on 32-bit Freescale Power e500v1 and e500v2. . 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 32-bit Freescale Power e500v1 and e500v2 processors. . Geared toward server systems. . You likely do not want to install this package directly. Instead, install the linux-powerpc-e500 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.8.0-17-powerpc-e500mc Description-md5: 591a008d097e88a460107b6d813c7b39 Description-en: Linux kernel image for version 3.8.0 on 32-bit Freescale Power e500mc This package contains the Linux kernel image for version 3.8.0 on 32-bit Freescale Power e500mc. . 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 32-bit Freescale Power e500mc processors. . Geared toward server systems. . You likely do not want to install this package directly. Instead, install the linux-powerpc-e500mc meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.8.0-17-powerpc-smp Description-md5: ab9d20e5b0e36c4b38287b6dfda824dd Description-en: Linux kernel image for version 3.8.0 on 32-bit PowerPC SMP This package contains the Linux kernel image for version 3.8.0 on 32-bit PowerPC 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 32-bit PowerPC SMP processors. . Geared toward desktop or server systems. . You likely do not want to install this package directly. Instead, install the linux-powerpc-smp meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.8.0-17-powerpc64-smp Description-md5: fd576058265bea5eb5dc8c1205978468 Description-en: Linux kernel image for version 3.8.0 on 64-bit PowerPC SMP This package contains the Linux kernel image for version 3.8.0 on 64-bit PowerPC 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 64-bit PowerPC SMP processors. . Geared toward desktop or server systems. . You likely do not want to install this package directly. Instead, install the linux-powerpc64-smp meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.8.0-18-powerpc-e500 Description-md5: e99dda1c2b4693502fdcfa2c5a679237 Description-en: Linux kernel image for version 3.8.0 on 32-bit Freescale Power e500v1 and e500v2 This package contains the Linux kernel image for version 3.8.0 on 32-bit Freescale Power e500v1 and e500v2. . 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 32-bit Freescale Power e500v1 and e500v2 processors. . Geared toward server systems. . You likely do not want to install this package directly. Instead, install the linux-powerpc-e500 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.8.0-18-powerpc-e500mc Description-md5: 591a008d097e88a460107b6d813c7b39 Description-en: Linux kernel image for version 3.8.0 on 32-bit Freescale Power e500mc This package contains the Linux kernel image for version 3.8.0 on 32-bit Freescale Power e500mc. . 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 32-bit Freescale Power e500mc processors. . Geared toward server systems. . You likely do not want to install this package directly. Instead, install the linux-powerpc-e500mc meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.8.0-18-powerpc-smp Description-md5: ab9d20e5b0e36c4b38287b6dfda824dd Description-en: Linux kernel image for version 3.8.0 on 32-bit PowerPC SMP This package contains the Linux kernel image for version 3.8.0 on 32-bit PowerPC 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 32-bit PowerPC SMP processors. . Geared toward desktop or server systems. . You likely do not want to install this package directly. Instead, install the linux-powerpc-smp meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.8.0-18-powerpc64-smp Description-md5: fd576058265bea5eb5dc8c1205978468 Description-en: Linux kernel image for version 3.8.0 on 64-bit PowerPC SMP This package contains the Linux kernel image for version 3.8.0 on 64-bit PowerPC 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 64-bit PowerPC SMP processors. . Geared toward desktop or server systems. . You likely do not want to install this package directly. Instead, install the linux-powerpc64-smp meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.8.0-19-powerpc-e500 Description-md5: e99dda1c2b4693502fdcfa2c5a679237 Description-en: Linux kernel image for version 3.8.0 on 32-bit Freescale Power e500v1 and e500v2 This package contains the Linux kernel image for version 3.8.0 on 32-bit Freescale Power e500v1 and e500v2. . 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 32-bit Freescale Power e500v1 and e500v2 processors. . Geared toward server systems. . You likely do not want to install this package directly. Instead, install the linux-powerpc-e500 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.8.0-19-powerpc-e500mc Description-md5: 591a008d097e88a460107b6d813c7b39 Description-en: Linux kernel image for version 3.8.0 on 32-bit Freescale Power e500mc This package contains the Linux kernel image for version 3.8.0 on 32-bit Freescale Power e500mc. . 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 32-bit Freescale Power e500mc processors. . Geared toward server systems. . You likely do not want to install this package directly. Instead, install the linux-powerpc-e500mc meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.8.0-19-powerpc-smp Description-md5: ab9d20e5b0e36c4b38287b6dfda824dd Description-en: Linux kernel image for version 3.8.0 on 32-bit PowerPC SMP This package contains the Linux kernel image for version 3.8.0 on 32-bit PowerPC 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 32-bit PowerPC SMP processors. . Geared toward desktop or server systems. . You likely do not want to install this package directly. Instead, install the linux-powerpc-smp meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.8.0-19-powerpc64-smp Description-md5: fd576058265bea5eb5dc8c1205978468 Description-en: Linux kernel image for version 3.8.0 on 64-bit PowerPC SMP This package contains the Linux kernel image for version 3.8.0 on 64-bit PowerPC 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 64-bit PowerPC SMP processors. . Geared toward desktop or server systems. . You likely do not want to install this package directly. Instead, install the linux-powerpc64-smp meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-powerpc-e500 Description-md5: b1382532c51e132240c9f1e1c6aa29e3 Description-en: Linux kernel image on Freescale Power e500v1 and e500v2. This package will always depend on the latest kernel image available for Freescale Power e500v1 and e500v2 support. Package: linux-image-powerpc-e500mc Description-md5: 17d8963894328e93e6ba05ebce3c4134 Description-en: Linux kernel image on Freescale Power e500mc. This package will always depend on the latest kernel image available for Freescale Power e500mc support. Package: linux-image-powerpc-smp Description-md5: 24e3b5c511baeefd5188a07a0b77d100 Description-en: Linux kernel image on PowerPC SMP. This package will always depend on the latest kernel image available for PowerPC with SMP support. SMP (symmetric multi-processing) is needed if you have multiple processors. Package: linux-image-powerpc64-smp Description-md5: 9c10c900d0e4d9aa68b8c2339f9541ab Description-en: Linux kernel image on PowerPC64 SMP. This package will always depend on the latest kernel image available for PowerPC64 with SMP support. SMP (symmetric multi-processing) is needed if you have multiple processors. Package: linux-powerpc-e500 Description-md5: 7d26025368f22fbd3ae33a9fd6a4bf63 Description-en: Complete Linux kernel on Freescale Power e500v1 and e500v2. This package will always depend on the latest complete Linux kernel and headers for Freescale Power e500v1 and e500v2 support. Package: linux-powerpc-e500mc Description-md5: 779a919cb82b0b319f4a54feebe05e46 Description-en: Complete Linux kernel on Freescale Power e500mc. This package will always depend on the latest complete Linux kernel and headers for Freescale Power e500mc support. Package: linux-powerpc-smp Description-md5: d9940518a0c6ad56a9af111d91733a32 Description-en: Complete Linux kernel on PowerPC SMP. This package will always depend on the latest complete Linux kernel and headers for PowerPC with SMP support. SMP (symmetric multi-processing) is needed if you have multiple processors. Package: linux-powerpc64-smp Description-md5: dcd1094e42fc852e84eae116ed598dd2 Description-en: Complete Linux kernel on PowerPC64 SMP. This package will always depend on the latest complete Linux kernel and headers for PowerPC64 with SMP support. SMP (symmetric multi-processing) is needed if you have multiple processors. Package: linux-ppc-headers-3.8.0-10 Description-md5: 6b5b38634ba87f3ea3dc87f065126957 Description-en: Header files related to Linux kernel version 3.8.0 This package provides kernel header files for version 3.8.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-ppc-headers-3.8.0-10/debian.README.gz for details Package: linux-ppc-headers-3.8.0-13 Description-md5: 27ab40455609f5595ba718af9678789f Description-en: Header files related to Linux kernel version 3.8.0 This package provides kernel header files for version 3.8.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-ppc-headers-3.8.0-13/debian.README.gz for details Package: linux-ppc-headers-3.8.0-14 Description-md5: daee3cbea30dd7c15106f33d7003c6ab Description-en: Header files related to Linux kernel version 3.8.0 This package provides kernel header files for version 3.8.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-ppc-headers-3.8.0-14/debian.README.gz for details Package: linux-ppc-headers-3.8.0-15 Description-md5: 6fc12b01cf8e27664a7c38a84e7cc1ef Description-en: Header files related to Linux kernel version 3.8.0 This package provides kernel header files for version 3.8.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-ppc-headers-3.8.0-15/debian.README.gz for details Package: linux-ppc-headers-3.8.0-16 Description-md5: 77534b89d50ccb0f7c2d80e848bdb252 Description-en: Header files related to Linux kernel version 3.8.0 This package provides kernel header files for version 3.8.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-ppc-headers-3.8.0-16/debian.README.gz for details Package: linux-ppc-headers-3.8.0-17 Description-md5: c252d7ccbf71b4a8a2da11bae9c22bf3 Description-en: Header files related to Linux kernel version 3.8.0 This package provides kernel header files for version 3.8.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-ppc-headers-3.8.0-17/debian.README.gz for details Package: linux-ppc-headers-3.8.0-18 Description-md5: 701dbbf7f917f7b278f2de799bed21e3 Description-en: Header files related to Linux kernel version 3.8.0 This package provides kernel header files for version 3.8.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-ppc-headers-3.8.0-18/debian.README.gz for details Package: linux-ppc-headers-3.8.0-19 Description-md5: 77cfe3fa7fa78c3618316e7c9116b96f Description-en: Header files related to Linux kernel version 3.8.0 This package provides kernel header files for version 3.8.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-ppc-headers-3.8.0-19/debian.README.gz for details