Package: adwaita-icon-theme Description-md5: 1e7ddab69a53a6e2e2f8d8b4538bb88f Description-en: default icon theme of GNOME This package contains the default icon theme used by the GNOME desktop. The icons are used in core apps like Settings, Files, and GNOME Shell. . Other apps are recommended to include their own icons using the GNOME Design Team's Icon Development Kit. Package: apparmor Description-md5: 9fdfbb456943ca7bfea9e5fd580a5b7f Description-en: user-space parser utility for AppArmor apparmor provides the system initialization scripts needed to use the AppArmor Mandatory Access Control system, including the AppArmor Parser which is required to convert AppArmor text profiles into machine-readable policies that are loaded into the kernel for use with the AppArmor Linux Security Module. Package: apparmor-profiles Description-md5: 78f6c983f4960b57c9594cf926fa3202 Description-en: experimental profiles for AppArmor security policies apparmor-profiles provides various experimental AppArmor profiles. Do not expect these profiles to work out-of-the-box. . These profiles are not mature enough to be shipped in enforce mode by default on Debian. They are shipped in complain mode so that users can test them, choose which are desired, and help improve them upstream if needed. . Some even more experimental profiles are included in /usr/share/doc/apparmor-profiles/extras/. Package: apparmor-utils Description-md5: 71fe4226310f7a4cda967aa2477bddb8 Description-en: utilities for controlling AppArmor apparmor-utils provides utilities that operate on AppArmor profiles. Profiles can be created, updated, enforced, set to complain mode, and disabled with tools such as aa-genprof, aa-enforce, aa-complain and aa-disable. . Additionally, the aa-easyprof utility helps generating AppArmor policy. It supports the use of templates and policy groups to quickly profile an application. Package: aspnetcore-runtime-10.0 Description-md5: 983c696b5b4b95c1cce3a22fd2df5822 Description-en: ASP.NET Core runtime The ASP.NET Core runtime contains everything needed to run .NET web applications. It includes a high performance Virtual Machine as well as the framework libraries used by .NET applications. . ASP.NET Core is a fast, lightweight and modular platform for creating cross platform applications that work on GNU/Linux, macOS and Windows. . It particularly focuses on creating console applications, web applications, and micro-services. Package: aspnetcore-targeting-pack-10.0 Description-md5: 72254be68369aa259fe575458dcd73cf Description-en: Internal - targeting pack for Microsoft.AspNetCore.App 10.0 This package provides a targeting pack for Microsoft.AspNetCore.App 10.0 that allows developers to compile against and target Microsoft.AspNetCore.App 10.0 applications using the .NET SDK. This are not meant for general use. Package: at-spi2-common Description-md5: e21917f70a6f82bafaa4d2a3b1113b70 Description-en: Assistive Technology Service Provider Interface (common files) This package contains the common resource files of GNOME Accessibility. Package: at-spi2-core Description-md5: 625eaa824a47345f05012c25a5d0aca5 Description-en: Assistive Technology Service Provider Interface (D-Bus core) This package contains the core components of GNOME Accessibility. Package: at-spi2-doc Description-md5: e4ecae3df3f427dece5859c37aad6173 Description-en: Assistive Technology Service Provider Interface (Documentation) This package contains documentation for the at-spi2 interface. Package: bison Description-md5: 3b8154d16aa228f689bcd81364e7088c Description-en: YACC-compatible parser generator Bison is a general-purpose parser generator that converts a grammar description for an LALR(1) context-free grammar into a C program to parse that grammar. Once you are proficient with Bison, you may use it to develop a wide range of language parsers, from those used in simple desk calculators to complex programming languages. . Bison is upward compatible with Yacc: all properly-written Yacc grammars ought to work with Bison with no change. Anyone familiar with Yacc should be able to use Bison with little trouble. Documentation of the program is in the bison-doc package. Package: bpftool Description-md5: d7d2729d5d8a42208f787da6b434cef6 Description-en: Inspection and simple manipulation of BPF programs and maps The bpftool command allows for inspection and simple modification of Berkeley Packet Filter (BPF) objects on the system. Package: bsdextrautils Description-md5: b86dd3da61a1a05ba31d461f1164ac9b Description-en: extra utilities from 4.4BSD-Lite This package contains some extra BSD utilities: col, colcrt, colrm, column, hd, hexdump, look, rev, ul. Other BSD utilities are provided by bsdutils and calendar. Package: bsdutils Description-md5: 8c14165c8e6bd7850a22f5254a29e709 Description-en: basic utilities from 4.4BSD-Lite This package contains the bare minimum of BSD utilities needed for a Debian system: renice, script, scriptlive, scriptreplay and wall. The remaining standard BSD utilities are provided by bsdextrautils. Package: build-essential Description-md5: 90ef0ef86cafda0bd16f746eb621d9da Description-en: Informational list of build-essential packages If you do not plan to build Debian packages, you don't need this package. Starting with dpkg (>= 1.14.18) this package is required for building Debian packages. . This package contains an informational list of packages which are considered essential for building Debian packages. This package also depends on the packages on that list, to make it easy to have the build-essential packages installed. . If you have this package installed, you only need to install whatever a package specifies as its build-time dependencies to build the package. Conversely, if you are determining what your package needs to build-depend on, you can always leave out the packages this package depends on. . This package is NOT the definition of what packages are build-essential; the real definition is in the Debian Policy Manual. This package contains merely an informational list, which is all most people need. However, if this package and the manual disagree, the manual is correct. Package: cargo Description-md5: e2db45f877e19ff6821d595b29cf5a2f Description-en: Rust package manager Cargo is a tool that allows Rust projects to declare their various dependencies, and ensure that you'll always get a repeatable build. . To accomplish this goal, Cargo does four things: * Introduces two metadata files with various bits of project information. * Fetches and builds your project's dependencies. * Invokes rustc or another build tool with the correct parameters to build your project. * Introduces conventions, making working with Rust projects easier. . Cargo downloads your Rust project’s dependencies and compiles your project. . This is a dependency package providing the default cargo package. Package: ceph Description-md5: 744df4d020b57452ac4638e56eff9c7b Description-en: distributed storage and file system Ceph is a massively scalable, open-source, distributed storage system that runs on commodity hardware and delivers object, block and file system storage. Package: ceph-base Description-md5: 38862c56180e1d3d93a838a6386f82bc Description-en: common ceph daemon libraries and management tools Ceph is a distributed storage system designed to provide excellent performance, reliability, and scalability. . This package contains the libraries and management tools that are common among the Ceph server daemons (ceph-mon, ceph-mgr, ceph-osd, ceph-mds). These tools are necessary for creating, running, and administering a Ceph storage cluster. Package: ceph-common Description-md5: e302e645c41e2c6148fcff41573e283b Description-en: common utilities to mount and interact with a ceph storage cluster Ceph is a distributed storage and file system designed to provide excellent performance, reliability, and scalability. This is a collection of common tools that allow one to interact with and administer a Ceph cluster. Package: ceph-mds Description-md5: d37d51a4735a093f21799c80f707168f Description-en: metadata server for the ceph distributed file system Ceph is a distributed storage and network file system designed to provide excellent performance, reliability, and scalability. . This package contains the metadata server daemon, which is used to create a distributed file system on top of the ceph storage cluster. Package: ceph-mgr Description-md5: 749cc8e373d9ddb619b2b98fce8761a4 Description-en: manager for the ceph distributed file system Ceph is a massively scalable, open-source, distributed storage system that runs on commodity hardware and delivers object, block and file system storage. . This package contains the manager daemon, which is used to expose high level management and monitoring functionality. Package: ceph-mgr-modules-core Description-md5: 76ec9efc7e6e0d4aa49f8158d74a7c3b Description-en: ceph manager modules which are always enabled Ceph is a massively scalable, open-source, distributed storage system that runs on commodity hardware and delivers object, block and file system storage. . This package contains a set of core ceph-mgr modules which are always enabled. Package: ceph-mon Description-md5: aa343322863ec9d4c967e6b512da062d Description-en: monitor server for the ceph storage system Ceph is a massively scalable, open-source, distributed storage system that runs on commodity hardware and delivers object, block and file system storage. . This package contains the cluster monitor daemon for the Ceph storage system. One or more instances of ceph-mon form a Paxos part-time parliament cluster that provides extremely reliable and durable storage of cluster membership, configuration, and state. Package: ceph-osd Description-md5: fb08b00d788b505eb4bb23072221ce43 Description-en: OSD server for the ceph storage system Ceph is a massively scalable, open-source, distributed storage system that runs on commodity hardware and delivers object, block and file system storage. . This package contains the Object Storage Daemon for the Ceph storage system. It is responsible for storing objects on a local file system and providing access to them over the network. Package: ceph-volume Description-md5: d771b38d2bcd53eaaebd0646e4edece3 Description-en: tool to facilidate OSD deployment Ceph is a massively scalable, open-source, distributed storage system that runs on commodity hardware and delivers object, block and file system storage. . This package contains a tool to deploy OSD with different devices like lvm or physical disks, and trying to follow a predictable, and robust way of preparing, activating, and starting the deployed OSD. Package: cpp-15 Description-md5: 93a75b5e1f4b43c36eba0239b6fab6a3 Description-en: GNU C preprocessor A macro processor that is used automatically by the GNU C compiler to transform programs before actual compilation. . This package has been separated from gcc for the benefit of those who require the preprocessor but not the compiler. Package: cpp-15-doc Description-md5: 22a9ba311e91d8d744a9e4df2030d2bf Description-en: Documentation for the GNU C preprocessor (cpp) Documentation for the GNU C preprocessor in info format. Package: cpp-15-for-build Description-md5: 4d867f66a5170c25af70c1bda2672d33 Description-en: GNU C preprocessor for the build architecture A macro processor that is used automatically by the GNU C compiler to transform programs before actual compilation. . This package has been separated from gcc for the benefit of those who require the preprocessor configured for the build architecture but not the compiler. . This is a dependency package. Package: cpp-15-for-host Description-md5: bdce3f8f67a0382ae150b074db5ebb6f Description-en: GNU C preprocessor for the host architecture A macro processor that is used automatically by the GNU C compiler to transform programs before actual compilation. . This package has been separated from gcc for the benefit of those who require the preprocessor configured for the host architecture but not the compiler. . When using this package, tools must be invoked with an architecture prefix. . This is a dependency package. Package: cpp-15-x86-64-linux-gnu Description-md5: 89e23d924704b3363e8aa7d815b044c4 Description-en: GNU C preprocessor for x86_64-linux-gnu A macro processor that is used automatically by the GNU C compiler to transform programs before actual compilation. . This package has been separated from gcc for the benefit of those who require the preprocessor configured for the x86_64-linux-gnu architecture but not the compiler. Package: crossbuild-essential-arm64 Description-md5: 9b2629bcd07961cfcb27934f1371078a Description-en: Informational list of cross-build-essential packages If you do not plan to cross build Debian packages, you don't need this package. Starting with sbuild (>= 0.63.0) this package is required for cross building Debian packages in a chroot. . This package contains an informational list of packages which are considered essential for cross building Debian packages. This package also depends on the packages on that list, to make it easy to have the cross-build-essential packages installed. . If you have this package installed, you only need to install whatever a package specifies as its build-time dependencies to cross build the package. Conversely, if you are determining what your package needs to build-depend on, you can always leave out the packages this package depends on. Package: crossbuild-essential-armhf Description-md5: 9b2629bcd07961cfcb27934f1371078a Description-en: Informational list of cross-build-essential packages If you do not plan to cross build Debian packages, you don't need this package. Starting with sbuild (>= 0.63.0) this package is required for cross building Debian packages in a chroot. . This package contains an informational list of packages which are considered essential for cross building Debian packages. This package also depends on the packages on that list, to make it easy to have the cross-build-essential packages installed. . If you have this package installed, you only need to install whatever a package specifies as its build-time dependencies to cross build the package. Conversely, if you are determining what your package needs to build-depend on, you can always leave out the packages this package depends on. Package: crossbuild-essential-ppc64el Description-md5: 9b2629bcd07961cfcb27934f1371078a Description-en: Informational list of cross-build-essential packages If you do not plan to cross build Debian packages, you don't need this package. Starting with sbuild (>= 0.63.0) this package is required for cross building Debian packages in a chroot. . This package contains an informational list of packages which are considered essential for cross building Debian packages. This package also depends on the packages on that list, to make it easy to have the cross-build-essential packages installed. . If you have this package installed, you only need to install whatever a package specifies as its build-time dependencies to cross build the package. Conversely, if you are determining what your package needs to build-depend on, you can always leave out the packages this package depends on. Package: crossbuild-essential-riscv64 Description-md5: 9b2629bcd07961cfcb27934f1371078a Description-en: Informational list of cross-build-essential packages If you do not plan to cross build Debian packages, you don't need this package. Starting with sbuild (>= 0.63.0) this package is required for cross building Debian packages in a chroot. . This package contains an informational list of packages which are considered essential for cross building Debian packages. This package also depends on the packages on that list, to make it easy to have the cross-build-essential packages installed. . If you have this package installed, you only need to install whatever a package specifies as its build-time dependencies to cross build the package. Conversely, if you are determining what your package needs to build-depend on, you can always leave out the packages this package depends on. Package: crossbuild-essential-s390x Description-md5: 9b2629bcd07961cfcb27934f1371078a Description-en: Informational list of cross-build-essential packages If you do not plan to cross build Debian packages, you don't need this package. Starting with sbuild (>= 0.63.0) this package is required for cross building Debian packages in a chroot. . This package contains an informational list of packages which are considered essential for cross building Debian packages. This package also depends on the packages on that list, to make it easy to have the cross-build-essential packages installed. . If you have this package installed, you only need to install whatever a package specifies as its build-time dependencies to cross build the package. Conversely, if you are determining what your package needs to build-depend on, you can always leave out the packages this package depends on. Package: debhelper Description-md5: c3d35229c1ce392f77324206e097b92e Description-en: helper programs for debian/rules A collection of programs that can be used in a debian/rules file to automate common tasks related to building Debian packages. Programs are included to install various files into your package, compress files, fix file permissions, integrate your package with the Debian menu system, debconf, doc-base, etc. Most Debian packages use debhelper as part of their build process. Package: devscripts Description-md5: 66606ca933551b3a51a5064e17175a82 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: Prints arch (tla/Bazaar 1.x) package names. Also supports calculating the package names for other branches. [tla] - bts: Comprehensive CLI for the Debian Bug Tracking System (BTS). Supports 1) reading and finding bugs in CLI email clients (MUAs) or a web-browser, 2) changing bugs non-interactively, 3) submitting and replying to bugs efficiently from your shell or MUA and finally 4) fetching bug information directly from the BTS SOAP interface. [www-browser, libauthen-sasl-perl, libsoap-lite-perl, liburi-perl, libwww-perl, default-mta | mail-transport-agent] - build-rdeps: Searches for all packages that build-depend on a given package. [dctrl-tools, dose-extra, libdpkg-perl] - chdist: tool to easily play with several distributions. [dctrl-tools] - checkbashisms: check whether a /bin/sh script contains any common bash-specific constructs. - 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] - dcmd: run a given command replacing the name of a .changes or .dsc file with each of the files referenced therein. * - dd-list: given a list of packages, pretty-print it ordered by maintainer. * - debbisect: bisect snapshot.debian.org to find which change in the archive introduced a certain problem. [debvm, mmdebstrap, python3-debian] - debc: List contents of current package. Do this after a successful "debuild" to see if the package looks all right. - debchange (abbreviation dch): Modifies debian/changelog and manages version numbers for you. It will either increment the version number or add an entry for the current version, depending upon the options given to it. [libdistro-info-perl, libsoap-lite-perl]* - debcheckout: checkout the development repository of a Debian package. * - debclean: Clean a Debian source tree. Debclean will clean all Debian source trees below the current directory, and if requested, also remove all files that were generated from these source trees (that is .deb, .dsc and .changes files). It will keep the .diffs and original files, though, so that the binaries and other files can be rebuilt if necessary. * - debcommit: Commits changes to cvs, darcs, svn, svk, tla, bzr, git, or hg, using new entries in debian/changelog as the commit message. Also supports tagging Debian package releases. [cvs | darcs | subversion | svk | tla | bzr | git-core | mercurial, libtimedate-perl] - debdiff: A program which examines two .deb files or two .changes files and reports on any difference found in their file lists. Useful for ensuring that no files were inadvertently lost between versions. Can also examine two .dsc files and report on the changes between source versions. For a deeper comparison one can use the diffoscope package. [wdiff, patchutils]* - debdiff-apply: Apply unified diffs of two Debian source packages, such as those generated by debdiff, to a target Debian source package. Any changes to debian/changelog are dealt with specially, to avoid the conflicts that changelog diffs typically produce when applied naively. May be used to check that old patches still apply to newer versions of those packages. [python3-debian, python3-unidiff, quilt] - debftbfs: list source packages which have FTBFS bugs filed against them and print them with the bug number and title. [postgresql-client, python3-debian, python3-debianbts] - debi: Installs the current package by using dpkg. It assumes that the current package has just been built (for example by debuild), and the .deb lives in the parent directory, and will effectively run dpkg -i on the .deb. The ability to install the package with a very short command is very useful when troubleshooting packages. - debootsnap: Combines debootstrap and snapshot.debian.org to create a chroot containing exactly the requested selection of packages. This can be used to re-create a chroot from the past, for example to reproduce a bug. The tool is also used by debrebuild to build a package in a chroot with build dependencies in the same version as recorded in the buildinfo file. [apt-utils, equivs, mmdebstrap, python3-debian, python3-pycurl, python3-requests] - debrelease: A wrapper around dupload or dput which figures out which version to upload, and then calls dupload or dput to actually perform the upload. [dupload | dput, ssh-client] - debrebuild: Given a buildinfo file, builds the referenced source package in an environment documented in the provided buildinfo file. The build can be performed by sbuild or other builders in a chroot environment created by debootsnap. The generated artifacts will be verified against the hashes from the buildinfo file. [sbuild | mmdebstrap, python3-pycurl, libdpkg-perl, libstring-shellquote-perl] - debrepro: A script that tests reproducibility of Debian packages. It will build a given source directory twice, with a set of variation between the first and second build, and compare the binary packages produced. If diffoscope is installed, it is used to compare non-matching binaries. If disorderfs is installed, it is used during the build to inject non-determinism in filesystem listing operations. [faketime, diffoscope, disorderfs] - debrsign: This transfers a .changes/.dsc pair to a remote machine for signing, and runs debsign on the remote machine over an SSH connection. [gnupg, debian-keyring, ssh-client] - debsign: Use GNU Privacy Guard to sign the changes (and possibly dsc) files created by running dpkg-buildpackage with no-sign options. Useful if you are building a package on a remote machine and wish to sign it on a local one. This script is capable of automatically downloading the .changes and .dsc files from a remote machine. [gnupg, debian-keyring, ssh-client]* - debsnap: grab packages from https://snapshot.debian.org [libwww-perl, libjson-perl] - debuild: A wrapper for building a package (i.e., dpkg-buildpackage) to avoid problems with insufficient permissions and wrong paths etc. Debuild will set up the proper environment for building a package. Debuild will also run lintian to check that the package does not have any major policy violations. [lintian, gnupg]* - deb-check-file-conflicts: Check (using apt-file) if a Debian package installs files in the exact same path as any other package, and if there are Breaks/Replaces (or Conflicts) defined in debian/control to avoid the package installation failing on file conflicts. - deb-janitor: command-line client for interacting with the Debian Janitor. - deb-reversion: increases a binary package version number and repacks the package, useful for porters and the like. - deb-why-removed: shows the reason a package was removed from the archive. [libdpkg-perl] - deb2apptainer: build a Singularity/Apptainer image with given Debian packages. - deb2docker: build a docker image with given Debian packages. [docker.io] - dep3changelog: generate a changelog entry from a DEP3-style patch header. - dep-14-convert-git-branch-names: Convert git branches to follow DEP-14. - dget: Downloads Debian source and binary packages. Point at a .changes or .dsc to download all references files. Specify a package name to download it from the configured apt repository. [wget | curl] - diff2patches: extracts patches from a .diff.gz file placing them under debian/ or, if present, debian/patches. [patchutils] - dpkg-depcheck, dpkg-genbuilddeps: Runs a specified command (such as debian/rules build) or dpkg-buildpackage, respectively, to determine the packages used during the build process. This information can be helpful when trying to determine the packages needed in the Build-Depends etc. lines in the debian/control file. [build-essential, strace] - dscextract: extract a single file from a Debian source package. [patchutils] - dscverify: check the signature and MD5 sums of a dsc file against the most current Debian keyring on your system. [gnupg, debian-keyring, debian-tag2upload-keyring] - edit-patch: add/edit a patch for a source package and commit the changes. [quilt] - getbuildlog: download package build logs from Debian auto-builders. [wget | curl] - grep-excuses: grep britney's excuses to find out what is happening to your packages. [libdbd-pg-perl, libterm-size-perl, libyaml-libyaml-perl, wget, w3m] - hardening-check: report the hardening characteristics of a set of binaries. - list-unreleased: searches for packages marked UNRELEASED in their changelog. - ltnu (Long Time No Upload): List all uploads of packages by the given uploader or maintainer and display them ordered by the last upload of that package, oldest uploads first. - 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] - mk-origtargz: Rename upstream tarball, optionally changing the compression and removing unwanted files. [libfile-which-perl, unzip, xz-utils, file] - namecheck: Check project names are not already taken. - nmudiff: prepare a diff of this version (presumably an NMU against the previously released version (as per the changelog) and submit the diff to the BTS. [patchutils, mutt] - origtargz: fetch the orig tarball of a Debian package from various sources, and unpack it. [pristine-tar, pristine-lfs] - plotchangelog: display information from a changelog graphically using gnuplot. [libtimedate-perl, gnuplot] - pts-subscribe: subscribe to the PTS (Package Tracking System) for a limited period of time. [bsd-mailx | mailx, at] - rc-alert: list installed packages which have release-critical bugs. [wget | curl] - reproducible-check: reports on the reproducible status of installed packages. For more details please see . - rmadison: remotely query the Debian archive database about packages. [liburi-perl, libjson-perl, wget | curl] - sadt: run DEP-8 tests. [python3-debian, autodep8] - salsa: manipulates salsa.debian.org repositories and users [libgitlab-api-v4-perl] - suspicious-source: output a list of files which are not common source files. [python3-magic] - svnpath: Prints the path to the Subversion repository of a Subversion checkout. Also supports calculating the paths for branches and tags in a repository independent fashion. Used by debcommit to generate svn tags. [subversion] - tagpending: runs from a Debian source tree and tags 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-libyaml-perl] - uscan: Automatically scan for and download upstream updates. Uscan can also call a program such as uupdate to attempt to update the Debianised version based on the new update. Whilst uscan could be used to release the updated version automatically, it is probably better not to without testing it first. Uscan can also verify detached OpenPGP signatures if upstream's signing key is known. [file, sopv | gpgv, libfile-dirlist-perl, libfile-touch-perl, libfile-which-perl, liblwp-protocol-https-perl, libmoo-perl, libwww-perl, unzip, xz-utils]* - uupdate: Update the package with an archive or patches from an upstream author. This will be of help if you have to update your package. It will try to apply the latest diffs to your package and tell you how successful it was. [patch] - whodepends: check which maintainers' packages depend on a package. - who-permits-upload: Retrieve information about Debian Maintainer access control lists. [gnupg, libencode-locale-perl, libwww-perl, debian-keyring] - 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] - /usr/share/doc/devscripts/examples: This directory contains an example exim script for sorting mail arriving to Debian mailing lists. Package: dhcpcd-base Description-md5: a7a740a2e0d6e89348c74e9ca4a55994 Description-en: DHCPv4 and DHCPv6 dual-stack client (binaries and exit hooks) dhcpcd provides seamless IPv4 and IPv6 auto-configuration: * DHCPv4 client * DHCPv6 client with Prefix Delegation (PD) support * IPv4LL support (ZeroConf) * IPv6RS support (SLAAC) * ARP address conflict resolution * ARP ping profiles * Wireless SSID profiles . This package provides the binaries, exit hooks and manual pages. . It offers a dual-stack substitute for ISC DHCP Client (dhclient) on systems where interfaces are configured by ifupdown via using the DHCP method. . The init.d script and systemd service required for systems without ifupdown are packaged separately as dhcpcd. . Since Debian 12 (Bookworm), dhcpcd uses Predictable Network Interface Names on Linux ports. See NEWS.Debian for more details. Package: dnsmasq-base Description-md5: ddc8fa1338def4dac026d945c9533b88 Description-en: Small caching DNS proxy and DHCP/TFTP server - executable This package contains the dnsmasq executable and documentation, but not the infrastructure required to run it as a system daemon. For that, install the dnsmasq package. Package: dnsmasq-utils Description-md5: c01626c0b1b5fea18d3a8d04fbe44ea7 Description-en: Utilities for manipulating DHCP leases Small utilities to query a DHCP server's lease database and remove leases from it. These programs are distributed with dnsmasq and may not work correctly with other DHCP servers. Package: dotnet-apphost-pack-10.0 Description-md5: b51c8f43d1cd84ac521937b431fd631f Description-en: Internal - targeting pack for Microsoft.NETCore.App 10.0 This package provides a targeting pack for Microsoft.NETCore.App 10.0 that allows developers to compile against and target Microsoft.NETCore.App 10.0 applications using the .NET SDK. This not meant for general use. Package: dotnet-host-10.0 Description-md5: 2fbc468710a05e2888f533376a8ecdc1 Description-en: .NET host command line The .NET host is a command line program that runs a standalone .NET application or launches the SDK. . The .NET platform is a fast, lightweight and modular, enabling the creation of cross platform applications that work on GNU/Linux, macOS and Windows. . It particularly focuses on creating console applications, web applications, and micro-services. Package: dotnet-hostfxr-10.0 Description-md5: 6788822efb23a4b578fc49712a75505d Description-en: .NET host resolver The .NET host resolver contains the logic to resolve and select the right version of the .NET SDK or runtime to use. . The .NET platform is a fast, lightweight and modular, enabling the creation of cross platform applications that work on GNU/Linux, macOS and Windows. . It particularly focuses on creating console applications, web applications, and micro-services. Package: dotnet-runtime-10.0 Description-md5: 6d7965429ffd2c46fcaf2bf2cd5a341e Description-en: .NET runtime The .NET runtime contains everything needed to run .NET applications. It includes a high performance Virtual Machine as well as the framework libraries used by .NET applications. . The .NET platform is a fast, lightweight and modular, enabling the creation of cross platform applications that work on GNU/Linux, macOS and Windows. . It particularly focuses on creating console applications, web applications, and micro-services. Package: dotnet-sdk-10.0 Description-md5: 64e05e2b74cf16189d24fd11ea7d32d0 Description-en: .NET 10.0 Software Development Kit The .NET SDK is a collection of command line applications to create, build, publish, and run .NET applications. . The .NET platform is a fast, lightweight and modular, enabling the creation of cross platform applications that work on GNU/Linux, macOS and Windows. . It particularly focuses on creating console applications, web applications, and micro-services. Package: dotnet-sdk-aot-10.0 Description-md5: 00ee8ab10c79cd87e0e9a824070b0240 Description-en: .NET platform NativeAOT components. This package provides the SDK components for platform NativeAOT. Package: dotnet-targeting-pack-10.0 Description-md5: 73215aed62e997b6459596b033e42842 Description-en: Internal - targeting pack for Microsoft.NETCore.App 10.0 This package provides a targeting pack for Microsoft.NETCore.App 10.0 that allows developers to compile against and target Microsoft.NETCore.App 10.0 applications using the .NET SDK. This are not meant for general use. Package: dotnet-templates-10.0 Description-md5: 5e524821ee15058062c9b701de5e2064 Description-en: .NET 10.0 templates This package contains templates used by the .NET SDK. . The .NET platform is a fast, lightweight and modular, enabling the creation of cross platform applications that work on GNU/Linux, macOS and Windows. . It particularly focuses on creating console applications, web applications, and micro-services. Package: dotnet10 Description-md5: 089b9b16f8d0755e2a0fc6654903b91e Description-en: .NET CLI tools and runtime The .NET platform is a fast, lightweight and modular, enabling the creation of cross platform applications that work on GNU/Linux, macOS and Windows. . It particularly focuses on creating console applications, web applications, and micro-services. . The .NET platform contains a runtime conforming to .NET Standards, a set of framework libraries, an SDK containing compilers, and a 'dotnet' CLI application to drive everything. Package: dovecot-core Description-md5: 42825422b1ef9e3a592c94dfafed375c Description-en: secure POP3/IMAP server - core files Dovecot is a mail server whose major goals are security and extreme reliability. It tries very hard to handle all error conditions and verify that all data is valid, making it nearly impossible to crash. It supports mbox/Maildir and its own dbox/mdbox formats, and should also be pretty fast, extensible, and portable. . This package contains the Dovecot main server and its command line utility. Package: dovecot-dev Description-md5: ffb4394c4cda3a428a661a4a841033fd Description-en: secure POP3/IMAP server - header files Dovecot is a mail server whose major goals are security and extreme reliability. It tries very hard to handle all error conditions and verify that all data is valid, making it nearly impossible to crash. It supports mbox/Maildir and its own dbox/mdbox formats, and should also be pretty fast, extensible, and portable. . This package contains header files needed to compile plugins for the Dovecot mail server. Package: dovecot-imapd Description-md5: c160efea9f93533ab3404291018f7556 Description-en: secure POP3/IMAP server - IMAP daemon Dovecot is a mail server whose major goals are security and extreme reliability. It tries very hard to handle all error conditions and verify that all data is valid, making it nearly impossible to crash. It supports mbox/Maildir and its own dbox/mdbox formats, and should also be pretty fast, extensible, and portable. . This package contains the Dovecot IMAP server. Package: dovecot-pop3d Description-md5: 399e133dbb91be39d372ab3528375bab Description-en: secure POP3/IMAP server - POP3 daemon Dovecot is a mail server whose major goals are security and extreme reliability. It tries very hard to handle all error conditions and verify that all data is valid, making it nearly impossible to crash. It supports mbox/Maildir and its own dbox/mdbox formats, and should also be pretty fast, extensible, and portable. . This package contains the Dovecot POP3 server. Package: dovecot-sieve Description-md5: 70234206edc75d829fdb3617a653da24 Description-en: secure POP3/IMAP server - Sieve filters support Dovecot is a mail server whose major goals are security and extreme reliability. It tries very hard to handle all error conditions and verify that all data is valid, making it nearly impossible to crash. It supports mbox/Maildir and its own dbox/mdbox formats, and should also be pretty fast, extensible, and portable. . This package provides Sieve filters support for Dovecot. Package: eject Description-md5: 6a1f8e492b35e1b9dad2ebd6248c2167 Description-en: ejects CDs and operates CD-Changers under Linux This program will eject CD-ROMs (assuming your drive supports the CDROMEJECT ioctl). It also allows setting the autoeject feature. . On supported ATAPI/IDE multi-disc CD-ROM changers, it allows changing the active disc. . You can also use eject to properly disconnect external mass-storage devices like digital cameras or portable music players. Package: fdisk Description-md5: b6c3042a1fbe1359fb969423bc457ff2 Description-en: collection of partitioning utilities This package contains the classic fdisk, sfdisk and cfdisk partitioning utilities from the util-linux suite. . The utilities included in this package allow you to partition your hard disk. The utilities supports both modern and legacy partition tables (eg. GPT, MBR, etc). . The fdisk utility is the classical text-mode utility. The cfdisk utility gives a more userfriendly curses based interface. The sfdisk utility is mostly for automation and scripting uses. Package: fonts-font-awesome Description-md5: f3bf039e4032a90c0e790bd26cdcd945 Description-en: FontAwesome free icon webfonts (current version) Font Awesome is the Internet's icon library and toolkit, used by millions of designers, developers, and content creators. . This package provides the font in TTF and WOFF2 formats. The package includes the icons.yml metadata file but not CSS files or NodeJS packages. The NodeJS package is available in the node-forkawesome-fontawesome-* packages. Package: frr Description-md5: 58ed4dac82af494ba1b1feb66fdc5d16 Description-en: FRRouting Internet routing protocol suite FRRouting (FRR) is a Internet routing protocol suite implementing BGP, OSPF, RIP, IS-IS, PIM, LDP, BFD, Babel, PBR, OpenFabric, VRRP, EIGRP and NHRP. . FRR's integration in Linux IP networking stacks makes it a general purpose routing stack for a wide variety of use cases including connecting hosts/VMs/containers to the network, advertising network services, LAN switching and routing, Internet access routers, and Internet peering. Package: frr-dev Description-md5: 085daaf8a314009fb11a0492e3666ba5 Description-en: FRRouting Internet routing protocol suite (development files) FRRouting (FRR) is a Internet routing protocol suite implementing BGP, OSPF, RIP, IS-IS, PIM, LDP, BFD, Babel, PBR, OpenFabric, VRRP, EIGRP and NHRP. . This package adds C headers needed to build out of tree dataplane plugins. Package: frr-doc Description-md5: f3e48697e91e5fde5ee5b58b92549a29 Description-en: FRRouting Internet routing protocol suite (documentation) FRRouting (FRR) is a Internet routing protocol suite implementing BGP, OSPF, RIP, IS-IS, PIM, LDP, BFD, Babel, PBR, OpenFabric, VRRP, EIGRP and NHRP. . This package contains the HTML user guide (https://frrouting.readthedocs.io). Package: frr-pythontools Description-md5: 29f05907b203aec25683dd8e9a3a6915 Description-en: FRRouting Internet routing protocol suite (reload support) FRRouting (FRR) is a Internet routing protocol suite implementing BGP, OSPF, RIP, IS-IS, PIM, LDP, BFD, Babel, PBR, OpenFabric, VRRP, EIGRP and NHRP. . This package contains a small Python tool to provide configuration reload functionality. . This is useful when the interactive configuration shell is not used. Without this package installed, "reload" will not work for the FRR daemons. Package: g++-15 Description-md5: 0a3fad3367cb994bd16c61b0e16a8b9c Description-en: GNU C++ compiler This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. Package: g++-15-for-build Description-md5: c033e2fdbd24e02b5599eebb61027b7c Description-en: GNU C++ compiler for the build architecture This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This package contains C++ cross-compiler for the arch_gnu architecture. . This is a dependency package. Package: g++-15-for-host Description-md5: 9390f1b2980c545f669a0b8b8d5b11e0 Description-en: GNU C++ compiler for the host architecture This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This package contains C++ cross-compiler for the host architecture. . When using this package, tools must be invoked with an architecture prefix. . This is a dependency package. Package: g++-15-multilib Description-md5: 291f2f15035d2eb62358c5157bbae10c Description-en: GNU C++ compiler (multilib support) This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: g++-15-x86-64-linux-gnu Description-md5: 24a07843bf4c633592b1f382a69382f3 Description-en: GNU C++ compiler for the x86_64-linux-gnu architecture This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This package contains C++ cross-compiler for the x86_64-linux-gnu architecture. Package: ga68-15-doc Description-md5: 9a8b7de6d96c2639a2c30910120b4bb2 Description-en: Documentation for the GNU Algol 68 compiler (ga68) Documentation for the GNU Algol 68 compiler in HTML and info format. Package: ga68-16-doc Description-md5: 9a8b7de6d96c2639a2c30910120b4bb2 Description-en: Documentation for the GNU Algol 68 compiler (ga68) Documentation for the GNU Algol 68 compiler in HTML and info format. Package: gcc-15 Description-md5: 394374e688b1afb3af5f419895d29698 Description-en: GNU C compiler This is the GNU C compiler, a fairly portable optimizing compiler for C. Package: gcc-15-base Description-md5: b6e93638a6d08ea7a18929d7cf078e5d Description-en: GCC, the GNU Compiler Collection (base package) This package contains files common to all languages and libraries contained in the GNU Compiler Collection (GCC). Package: gcc-15-doc Description-md5: bf320d6d806b62ff03b567626d36b1fb Description-en: Documentation for the GNU compilers (gcc, gobjc, g++) Documentation for the GNU compilers in info format. Package: gcc-15-for-build Description-md5: 1231e8563c440c0230388f9db0660a3c Description-en: GNU C compiler for the build architecture This is the GNU C compiler, a fairly portable optimizing compiler for C. . This is a dependency package. Package: gcc-15-for-host Description-md5: 2f6f77eeb03535ba77299cfe1a0ef756 Description-en: GNU C compiler for the host architecture This is the GNU C compiler, a fairly portable optimizing compiler for C. . When using this package, tools must be invoked with an architecture prefix. . This is a dependency package. Package: gcc-15-multilib Description-md5: d1bddfa375b62324197c575c04fb2e4e Description-en: GNU C compiler (multilib support) This is the GNU C compiler, a fairly portable optimizing compiler for C. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gcc-15-x86-64-linux-gnu Description-md5: 7bf4c826102db622ef3a4d867a96ef4e Description-en: GNU C compiler for the x86_64-linux-gnu architecture This is the GNU C compiler for the x86_64-linux-gnu architecture, a fairly portable optimizing compiler for C. Package: gcc-16-base Description-md5: b6e93638a6d08ea7a18929d7cf078e5d Description-en: GCC, the GNU Compiler Collection (base package) This package contains files common to all languages and libraries contained in the GNU Compiler Collection (GCC). Package: gcr4 Description-md5: ee6145fe2ef6efa76055bc896f49f5f4 Description-en: GNOME crypto services (daemon and tools) GCR is a library for crypto UI and related tasks. . This package contains the certificate viewer and prompter service. Package: germinate Description-md5: 40e625c1a35fdcfca7f5a004d645f691 Description-en: expand dependencies in a list of seed packages Germinate takes lists of seed packages and expands their dependencies to produce a full list of packages. This can be used for purposes such as managing the list of packages present in a derived distribution's archive or CD builds. Package: gfortran-15 Description-md5: 5dd93c5d21d0717205bc5a3b538b0ca2 Description-en: GNU Fortran compiler This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gfortran-15-doc Description-md5: 17a01a9ada93e104865a01e6615e2401 Description-en: Documentation for the GNU Fortran compiler (gfortran) Documentation for the GNU Fortran compiler in info format. Package: gfortran-15-for-build Description-md5: 748b70d5e078f51a0a1a8810f97e7888 Description-en: GNU Fortran compiler for the build architecture This is the GNU Fortran compiler for the build architecture, which compiles Fortran on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package. Package: gfortran-15-for-host Description-md5: 45750004f61e98b776fd803bf4361bf0 Description-en: GNU Fortran compiler for the host architecture This is the GNU Fortran compiler for the host architecture, which compiles Fortran on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . When using this package, tools must be invoked with an architecture prefix. . This is a dependency package. Package: gfortran-15-multilib Description-md5: ad5cf91f123889c593b105572b4a958c Description-en: GNU Fortran compiler (multilib support) This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gfortran-15-x86-64-linux-gnu Description-md5: d58c4dfdb182f598353d755dda19253d Description-en: GNU Fortran compiler for the x86_64-linux-gnu architecture This is the GNU Fortran compiler for the x86_64-linux-gnu architecture, which compiles Fortran on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: ghostscript Description-md5: ab0ac55fd3cdba396944cd65f6d36654 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. . The suggested texlive-binaries package is only required when using dvipdf. Package: ghostscript-doc Description-md5: e0fd91e9ccec73126d5b5f02eb39689b 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: gir1.2-atk-1.0 Description-md5: f14d9112796808986e9cae4624933403 Description-en: ATK accessibility toolkit (GObject introspection) ATK is a toolkit providing accessibility interfaces for applications or other toolkits. By implementing these interfaces, those other toolkits or applications can be used with tools such as screen readers, magnifiers, and other alternative input devices. . This package can be used by other packages using the GIRepository format to generate dynamic bindings Package: gir1.2-atspi-2.0 Description-md5: b2f515b8cdef2fbe0cb29eb69f2ea27a Description-en: Assistive Technology Service Provider (GObject introspection) This package can be used by other packages using the GIRepository format to generate dynamic bindings Package: gir1.2-gck-2 Description-md5: 9fe18a0ed10ac386dd01e38e2599f7d3 Description-en: GObject introspection data for the GCK library This package contains introspection data for GCK, a wrapper based on GLib implementing the PKCS#11 (Cryptoki) interface. . It can be used by interpreters understanding the GIRepository format to write programs using the GCK library. Package: gir1.2-gcr-4 Description-md5: b69189318ad490ce96b37e11ad4c8b09 Description-en: GObject introspection data for the GCR library This package contains introspection data for GCR, a library for crypto UI and related tasks. . It can be used by interpreters understanding the GIRepository format to write programs using the GCR library. Package: gir1.2-gdkpixbuf-2.0 Description-md5: d58319be938732635cbcf13bb8be9f83 Description-en: GDK Pixbuf library - GObject-Introspection The GDK Pixbuf library provides: - Image loading and saving facilities. - Fast scaling and compositing of pixbufs. - Simple animation loading (ie. animated GIFs) . It can be used by packages using the GIRepository format to generate dynamic bindings. Package: gir1.2-gnomebg-4.0 Description-md5: 2f6995c0e5f28641e972bbaeccf6dde2 Description-en: Introspection data for GnomeBG (GTK 4) The gnome-desktop set of libraries provides various utility functions that are used in multiple components of the GNOME desktop, but do not have a sufficiently stable API to be included in core libraries such as GLib and GTK. . This package contains GObject-Introspection bindings for background image (wallpaper) management. Package: gir1.2-gnomedesktop-3.0 Description-md5: 4292c4bbae4ffe7e7b5d36a3acef86da Description-en: Introspection data for GnomeDesktop (GTK 3) This package provides the include files and static library for the GNOME desktop library functions. . This package contains the introspection data for GnomeDesktop Package: gir1.2-gnomedesktop-4.0 Description-md5: 0092eeeafa9d29101b113733957c0075 Description-en: Introspection data for GnomeDesktop (GTK 4) The gnome-desktop set of libraries provides various utility functions that are used in multiple components of the GNOME desktop, but do not have a sufficiently stable API to be included in core libraries such as GLib and GTK. . This package contains GObject-Introspection bindings for miscellaneous utility functions. Package: gir1.2-gnomeqr-4.0 Description-md5: 2e93a163d3265437aa436819527325b3 Description-en: Introspection data for GnomeQR The gnome-desktop set of libraries provides various utility functions that are used in multiple components of the GNOME desktop, but do not have a sufficiently stable API to be included in core libraries such as GLib and GTK. . This package contains GObject-Introspection bindings for creating QR codes. Package: gir1.2-gnomeqrgtk-4.0 Description-md5: a6caa28ec70bac3a153d39aae75c575f Description-en: Introspection data for GnomeQRGtk The gnome-desktop set of libraries provides various utility functions that are used in multiple components of the GNOME desktop, but do not have a sufficiently stable API to be included in core libraries such as GLib and GTK. . This package contains GObject-Introspection bindings for creating QR codes in GTK4 applications. Package: gir1.2-gtksource-5 Description-md5: 688555ff07df76bbff9cb9182b93eaf1 Description-en: gir files for the GTK+ syntax highlighting widget GtkSourceView is a text widget that extends the standard GTK 4 text widget GtkTextView. It improves GtkTextView by implementing syntax highlighting and other features typical of a source editor. . This package contains GObject introspection information. Package: gir1.2-gusb-1.0 Description-md5: 31e266d00de17dd940874fd90941064f Description-en: GObject introspection data for libgusb This package contains the introspection data for GUsb. . It can be used by packages using the GIRepository format to generate dynamic bindings. Package: gir1.2-mutter-51 Description-md5: b904935d7b197bced6c3b46aaa871bfb Description-en: GObject introspection data for Mutter Mutter is a Wayland display server and X11 window manager and compositor library. It contains functionality related to, among other things, window management, window compositing, focus tracking, workspace management, keybindings and monitor configuration. . Internally it uses a fork of Cogl, a hardware acceleration abstraction library used to simplify usage of OpenGL pipelines, as well as a fork of Clutter, a scene graph and user interface toolkit. . This package contains the GObject introspection data which may be used to generate dynamic bindings. Package: gjs Description-md5: 9cdb51a6189ccfa1d135cb740eea9f88 Description-en: Mozilla-based javascript bindings for the GNOME platform (cli tool) Makes it possible for applications to use all of GNOME's platform libraries using the JavaScript language. It's mainly based on the Mozilla JavaScript engine and the GObject introspection framework. . This package contains the interactive console application. Package: gnome-desktop3-data Description-md5: 5ce5840cc354bd74e7e4932be3851519 Description-en: Common files for GNOME desktop apps This package includes some files that are shared between several GNOME apps (internationalization files). Package: gnome-shell Description-md5: 51a5a94e6b632e350489b7b8d27ab9fc Description-en: graphical shell for the GNOME desktop The GNOME Shell provides core interface functions like switching windows, launching applications or see your notifications. It takes advantage of the capabilities of modern graphics hardware and introduces innovative user interface concepts to provide a delightful and easy to use experience. GNOME Shell is the defining technology of the GNOME 3 user experience. Package: gnome-shell-common Description-md5: 2b326fbe771cf911adfb09b06fd267b5 Description-en: common files for the GNOME graphical shell This package contains translations and data files for the GNOME shell. Package: gnome-shell-ubuntu-extensions Description-md5: 30d54fadcb13c54f6e3356d8fdd182d5 Description-en: Ubuntu official Extensions to extend functionality of GNOME Shell GNOME Shell is extensible using extensions. This package contains all the official Ubuntu GNOME Shell extensions. . All the ubuntu extensions that are officially supported are included in this package, and in particular: - AppIndicators - Desktop Icons NG - Dash to Dock - Tiling Assistant Package: golang Description-md5: 8650a23f44e2d60a785ad3123733d6d8 Description-en: Go programming language compiler - metapackage The Go programming language is an open source project to make programmers more productive. Go is expressive, concise, clean, and efficient. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel type system enables flexible and modular program construction. Go compiles quickly to machine code yet has the convenience of garbage collection and the power of run-time reflection. It's a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language. . This package is a metapackage that, when installed, guarantees that (most of) a full Go development environment is installed. Package: golang-doc Description-md5: 7b70ded89c7f6b655a23ed83a4f27201 Description-en: Go programming language - documentation The Go programming language is an open source project to make programmers more productive. Go is expressive, concise, clean, and efficient. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel type system enables flexible and modular program construction. Go compiles quickly to machine code yet has the convenience of garbage collection and the power of run-time reflection. It's a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language. . This is a dependency package that depends on the default Go documentation. You can view the formatted documentation by installing the golang-golang-x-tools package, running "godoc --http=:6060", and then visiting http://localhost:6060/doc/install.html. Package: golang-go Description-md5: aa40475ef607bedcd3daee694b9911f6 Description-en: Go programming language compiler, linker, compiled stdlib The Go programming language is an open source project to make programmers more productive. Go is expressive, concise, clean, and efficient. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel type system enables flexible and modular program construction. Go compiles quickly to machine code yet has the convenience of garbage collection and the power of run-time reflection. It's a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language. . This is a dependency package that depends on the default Go toolchain and compiled standard library. It is only built on architectures that have a native toolchain ("gc compiler"). Package: golang-src Description-md5: 4f562b95d873fbeb7b702f869c5413db Description-en: Go programming language - source files The Go programming language is an open source project to make programmers more productive. Go is expressive, concise, clean, and efficient. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel type system enables flexible and modular program construction. Go compiles quickly to machine code yet has the convenience of garbage collection and the power of run-time reflection. It's a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language. . This is a dependency package that depends on the default Go standard library source code, which is needed for the go build process. Package: init Description-md5: 12a082503782e774ffe62fa80de49eb6 Description-en: metapackage ensuring an init system is installed This package is a metapackage which allows you to select from the available init systems while ensuring that one of these is available on the system at all times. Package: init-system-helpers Description-md5: facafbf6c4b9fd95c34e95938629ecef Description-en: helper tools for all init systems This package contains helper tools that are necessary for switching between the various init systems that Debian contains (e. g. sysvinit or systemd). An example is deb-systemd-helper, a script that enables systemd unit files without depending on a running systemd. . It also includes the "service", "invoke-rc.d", and "update-rc.d" scripts which provide an abstraction for enabling, disabling, starting, and stopping services for all supported Debian init systems as specified by the policy. . While this package is maintained by pkg-systemd-maintainers, it is NOT specific to systemd at all. Maintainers of other init systems are welcome to include their helpers in this package. Package: language-pack-af Description-md5: d2d9e90761f53e2a13002b27ce8f5d64 Description-en: translation updates for language Afrikaans Translation data updates for all supported packages for: Afrikaans . language-pack-af-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-af-base Description-md5: f2472f2187166553fd095a522d2d6014 Description-en: translations for language Afrikaans Translation data for all supported packages for: Afrikaans . This package provides the bulk of translation data and is updated only seldom. language-pack-af provides frequent translation updates, so you should install this as well. Package: language-pack-ar Description-md5: b7461fa593f1c6fcd1db9db0c40d9039 Description-en: translation updates for language Arabic Translation data updates for all supported packages for: Arabic . language-pack-ar-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-ar-base Description-md5: 774e1cdd50e244f821c0560eba60e5d8 Description-en: translations for language Arabic Translation data for all supported packages for: Arabic . This package provides the bulk of translation data and is updated only seldom. language-pack-ar provides frequent translation updates, so you should install this as well. Package: language-pack-as Description-md5: b579abb9f9b0b339e949f69fd53f77ba Description-en: translation updates for language Assamese Translation data updates for all supported packages for: Assamese . language-pack-as-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-as-base Description-md5: e8c511c0d62d945198e81649b65b18ec Description-en: translations for language Assamese Translation data for all supported packages for: Assamese . This package provides the bulk of translation data and is updated only seldom. language-pack-as provides frequent translation updates, so you should install this as well. Package: language-pack-ast Description-md5: 786fb5ebccafbf7ec8c011f2a4076942 Description-en: translation updates for language Asturian Translation data updates for all supported packages for: Asturian . language-pack-ast-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-ast-base Description-md5: e812a27ce8778aa9ee7c4e14ad29e632 Description-en: translations for language Asturian Translation data for all supported packages for: Asturian . This package provides the bulk of translation data and is updated only seldom. language-pack-ast provides frequent translation updates, so you should install this as well. Package: language-pack-be Description-md5: b33689d929a5da2b17030649e9dbcbcb Description-en: translation updates for language Belarusian Translation data updates for all supported packages for: Belarusian . language-pack-be-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-be-base Description-md5: 8845113bd3cc7413c31f90b0871d0d18 Description-en: translations for language Belarusian Translation data for all supported packages for: Belarusian . This package provides the bulk of translation data and is updated only seldom. language-pack-be provides frequent translation updates, so you should install this as well. Package: language-pack-bg Description-md5: b28d78176a301f6f96615efcf80f1808 Description-en: translation updates for language Bulgarian Translation data updates for all supported packages for: Bulgarian . language-pack-bg-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-bg-base Description-md5: e00ad017be5b63638fc61d319592abe8 Description-en: translations for language Bulgarian Translation data for all supported packages for: Bulgarian . This package provides the bulk of translation data and is updated only seldom. language-pack-bg provides frequent translation updates, so you should install this as well. Package: language-pack-bn Description-md5: b7438f245e95831586edbc40b4301839 Description-en: translation updates for language Bengali Translation data updates for all supported packages for: Bengali . language-pack-bn-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-bn-base Description-md5: c39fe7e4cf544b672027c38cc37a29f2 Description-en: translations for language Bengali Translation data for all supported packages for: Bengali . This package provides the bulk of translation data and is updated only seldom. language-pack-bn provides frequent translation updates, so you should install this as well. Package: language-pack-bs Description-md5: f3915a5e2e0641fa35f76f6ca40b33fb Description-en: translation updates for language Bosnian Translation data updates for all supported packages for: Bosnian . language-pack-bs-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-bs-base Description-md5: 087e28594f1a2191d43d3443e4ca8eea Description-en: translations for language Bosnian Translation data for all supported packages for: Bosnian . This package provides the bulk of translation data and is updated only seldom. language-pack-bs provides frequent translation updates, so you should install this as well. Package: language-pack-ca Description-md5: 9180e20f11f818db00710984b1673248 Description-en: translation updates for language Catalan; Valencian Translation data updates for all supported packages for: Catalan; Valencian . language-pack-ca-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-ca-base Description-md5: e922c99335fe678d232e144046cf228b Description-en: translations for language Catalan; Valencian Translation data for all supported packages for: Catalan; Valencian . This package provides the bulk of translation data and is updated only seldom. language-pack-ca provides frequent translation updates, so you should install this as well. Package: language-pack-ckb Description-md5: 9ca2e6ddf0be9668aa6d31306dd29c36 Description-en: translation updates for language Kurdish, Central Translation data updates for all supported packages for: Kurdish, Central . language-pack-ckb-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-ckb-base Description-md5: 49deec2c4e99154eb0861b398b98c6f0 Description-en: translations for language Kurdish, Central Translation data for all supported packages for: Kurdish, Central . This package provides the bulk of translation data and is updated only seldom. language-pack-ckb provides frequent translation updates, so you should install this as well. Package: language-pack-cs Description-md5: c82e1ffc721dc9c65221596ec679a707 Description-en: translation updates for language Czech Translation data updates for all supported packages for: Czech . language-pack-cs-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-cs-base Description-md5: 6fec579a922fe521d2e3be90c00aa659 Description-en: translations for language Czech Translation data for all supported packages for: Czech . This package provides the bulk of translation data and is updated only seldom. language-pack-cs provides frequent translation updates, so you should install this as well. Package: language-pack-da Description-md5: fc5b985c1d9d555ab3e3dfc9c09c087b Description-en: translation updates for language Danish Translation data updates for all supported packages for: Danish . language-pack-da-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-da-base Description-md5: 75d3ac723dbbaf2ea917ca16377b26f3 Description-en: translations for language Danish Translation data for all supported packages for: Danish . This package provides the bulk of translation data and is updated only seldom. language-pack-da provides frequent translation updates, so you should install this as well. Package: language-pack-de Description-md5: 7e1003aa8b32be447478e2f728aca1c9 Description-en: translation updates for language German Translation data updates for all supported packages for: German . language-pack-de-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-de-base Description-md5: cce71c30c95918c49a4b12ee178005ab Description-en: translations for language German Translation data for all supported packages for: German . This package provides the bulk of translation data and is updated only seldom. language-pack-de provides frequent translation updates, so you should install this as well. Package: language-pack-el Description-md5: bf069b368d39f9c1d8f4eda8c75b5832 Description-en: translation updates for language Greek, Modern (1453-) Translation data updates for all supported packages for: Greek, Modern (1453-) . language-pack-el-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-el-base Description-md5: 801f1f369eb9ebad57eba9a14b69f2cc Description-en: translations for language Greek, Modern (1453-) Translation data for all supported packages for: Greek, Modern (1453-) . This package provides the bulk of translation data and is updated only seldom. language-pack-el provides frequent translation updates, so you should install this as well. Package: language-pack-en Description-md5: 1d50dcc1c889caf78b59116d95acb689 Description-en: translation updates for language English Translation data updates for all supported packages for: English . language-pack-en-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-en-base Description-md5: 4d50ec3e150f74689e2c54919b300631 Description-en: translations for language English Translation data for all supported packages for: English . This package provides the bulk of translation data and is updated only seldom. language-pack-en provides frequent translation updates, so you should install this as well. Package: language-pack-eo Description-md5: 4d612644e4af68b4fad26a544958714b Description-en: translation updates for language Esperanto Translation data updates for all supported packages for: Esperanto . language-pack-eo-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-eo-base Description-md5: 7131d1d335bbae33aa87fd61ebb8728e Description-en: translations for language Esperanto Translation data for all supported packages for: Esperanto . This package provides the bulk of translation data and is updated only seldom. language-pack-eo provides frequent translation updates, so you should install this as well. Package: language-pack-es Description-md5: 7a373fb17da933b78cbebcb492badd03 Description-en: translation updates for language Spanish; Castilian Translation data updates for all supported packages for: Spanish; Castilian . language-pack-es-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-es-base Description-md5: 1d6b26e2e1f0d7a530581fe3843d3540 Description-en: translations for language Spanish; Castilian Translation data for all supported packages for: Spanish; Castilian . This package provides the bulk of translation data and is updated only seldom. language-pack-es provides frequent translation updates, so you should install this as well. Package: language-pack-et Description-md5: 22b7da0baed9516fb9ce2d51cca0c41d Description-en: translation updates for language Estonian Translation data updates for all supported packages for: Estonian . language-pack-et-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-et-base Description-md5: d0009203f1fe500fb705a3840c1478f2 Description-en: translations for language Estonian Translation data for all supported packages for: Estonian . This package provides the bulk of translation data and is updated only seldom. language-pack-et provides frequent translation updates, so you should install this as well. Package: language-pack-eu Description-md5: 3df38419401806ba95f38ddb438ac3c4 Description-en: translation updates for language Basque Translation data updates for all supported packages for: Basque . language-pack-eu-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-eu-base Description-md5: f66eef54282ee6ff8369aaacfffec24c Description-en: translations for language Basque Translation data for all supported packages for: Basque . This package provides the bulk of translation data and is updated only seldom. language-pack-eu provides frequent translation updates, so you should install this as well. Package: language-pack-fa Description-md5: 12c78e97a2b9b2415cb66832cf0d8e0f Description-en: translation updates for language Persian Translation data updates for all supported packages for: Persian . language-pack-fa-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-fa-base Description-md5: 3d60abe7c26b4c5c64b88c3e5626cb74 Description-en: translations for language Persian Translation data for all supported packages for: Persian . This package provides the bulk of translation data and is updated only seldom. language-pack-fa provides frequent translation updates, so you should install this as well. Package: language-pack-fi Description-md5: 5a3181df23020923606c71d3f11f2400 Description-en: translation updates for language Finnish Translation data updates for all supported packages for: Finnish . language-pack-fi-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-fi-base Description-md5: 69649dcd35128b8bab70b6a7c3423916 Description-en: translations for language Finnish Translation data for all supported packages for: Finnish . This package provides the bulk of translation data and is updated only seldom. language-pack-fi provides frequent translation updates, so you should install this as well. Package: language-pack-fr Description-md5: 309dd7e54102d66deb2a59a73577d65d Description-en: translation updates for language French Translation data updates for all supported packages for: French . language-pack-fr-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-fr-base Description-md5: 9b0508a6b9e7b451bcdb734707b962a9 Description-en: translations for language French Translation data for all supported packages for: French . This package provides the bulk of translation data and is updated only seldom. language-pack-fr provides frequent translation updates, so you should install this as well. Package: language-pack-fur Description-md5: db72674d838c425e7a6eca326e7ab2a7 Description-en: translation updates for language Friulian Translation data updates for all supported packages for: Friulian . language-pack-fur-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-fur-base Description-md5: 06f57bdef39db5007711fe13347d5e55 Description-en: translations for language Friulian Translation data for all supported packages for: Friulian . This package provides the bulk of translation data and is updated only seldom. language-pack-fur provides frequent translation updates, so you should install this as well. Package: language-pack-gd Description-md5: 0a78a0b775ced525d1b02c4dbd4bd246 Description-en: translation updates for language Gaelic; Scottish Gaelic Translation data updates for all supported packages for: Gaelic; Scottish Gaelic . language-pack-gd-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-gd-base Description-md5: c5dcf19f2ce8a70ee10441e51b9c9f4e Description-en: translations for language Gaelic; Scottish Gaelic Translation data for all supported packages for: Gaelic; Scottish Gaelic . This package provides the bulk of translation data and is updated only seldom. language-pack-gd provides frequent translation updates, so you should install this as well. Package: language-pack-gl Description-md5: 401e02a1f6e5b0070cbf6816eb820b99 Description-en: translation updates for language Galician Translation data updates for all supported packages for: Galician . language-pack-gl-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-gl-base Description-md5: fdc37bc5f999ce7b299370b71557d91b Description-en: translations for language Galician Translation data for all supported packages for: Galician . This package provides the bulk of translation data and is updated only seldom. language-pack-gl provides frequent translation updates, so you should install this as well. Package: language-pack-gnome-af Description-md5: 03f00246cba45c8f55d1443f8e7dc385 Description-en: GNOME translation updates for language Afrikaans Translation data updates for all supported GNOME packages for: Afrikaans . language-pack-gnome-af-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-gnome-ar Description-md5: 0f6f92054b1a7dc34e76963baffa4d89 Description-en: GNOME translation updates for language Arabic Translation data updates for all supported GNOME packages for: Arabic . language-pack-gnome-ar-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-gnome-ar-base Description-md5: 6b409ad3ecfa0957ec92465c34b220a7 Description-en: GNOME translations for language Arabic Translation data for all supported GNOME packages for: Arabic . This package provides the bulk of translation data and is updated only seldom. language-pack-gnome-ar provides frequent translation updates, so you should install this as well. Package: language-pack-gnome-as Description-md5: 44e6111f833f0bca06a9339dc76a1fa4 Description-en: GNOME translation updates for language Assamese Translation data updates for all supported GNOME packages for: Assamese . language-pack-gnome-as-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-gnome-as-base Description-md5: 9e5b46ee392770c61be053e586db1d1b Description-en: GNOME translations for language Assamese Translation data for all supported GNOME packages for: Assamese . This package provides the bulk of translation data and is updated only seldom. language-pack-gnome-as provides frequent translation updates, so you should install this as well. Package: language-pack-gnome-ast Description-md5: 6a3be15a2b74123351bfddd4c40ccb80 Description-en: GNOME translation updates for language Asturian Translation data updates for all supported GNOME packages for: Asturian . language-pack-gnome-ast-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-gnome-ast-base Description-md5: 29a3c2b3c1e77a9a015f376afe296fc6 Description-en: GNOME translations for language Asturian Translation data for all supported GNOME packages for: Asturian . This package provides the bulk of translation data and is updated only seldom. language-pack-gnome-ast provides frequent translation updates, so you should install this as well. Package: language-pack-gnome-be Description-md5: 96ea9c7f50faf1c2a796fb79251da380 Description-en: GNOME translation updates for language Belarusian Translation data updates for all supported GNOME packages for: Belarusian . language-pack-gnome-be-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-gnome-be-base Description-md5: 2f05d17b9a548c01ecb664544f50ba1e Description-en: GNOME translations for language Belarusian Translation data for all supported GNOME packages for: Belarusian . This package provides the bulk of translation data and is updated only seldom. language-pack-gnome-be provides frequent translation updates, so you should install this as well. Package: language-pack-gnome-bg Description-md5: 39c75e4a5d413cd9c9ed74d6edc586d6 Description-en: GNOME translation updates for language Bulgarian Translation data updates for all supported GNOME packages for: Bulgarian . language-pack-gnome-bg-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-gnome-bg-base Description-md5: 8a1d1b6f6fce08ac4b4f8f1b8b6c61ce Description-en: GNOME translations for language Bulgarian Translation data for all supported GNOME packages for: Bulgarian . This package provides the bulk of translation data and is updated only seldom. language-pack-gnome-bg provides frequent translation updates, so you should install this as well. Package: language-pack-gnome-bn Description-md5: 618bad86984babbaea7527bcf3af1813 Description-en: GNOME translation updates for language Bengali Translation data updates for all supported GNOME packages for: Bengali . language-pack-gnome-bn-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-gnome-bn-base Description-md5: 683861dab0513ec045b4707f39a7c1d0 Description-en: GNOME translations for language Bengali Translation data for all supported GNOME packages for: Bengali . This package provides the bulk of translation data and is updated only seldom. language-pack-gnome-bn provides frequent translation updates, so you should install this as well. Package: language-pack-gnome-bs Description-md5: 26d9ed7b5bbba1b9b962f4048b050736 Description-en: GNOME translation updates for language Bosnian Translation data updates for all supported GNOME packages for: Bosnian . language-pack-gnome-bs-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-gnome-bs-base Description-md5: 20a297709f48558e680c7ebc9220901a Description-en: GNOME translations for language Bosnian Translation data for all supported GNOME packages for: Bosnian . This package provides the bulk of translation data and is updated only seldom. language-pack-gnome-bs provides frequent translation updates, so you should install this as well. Package: language-pack-gnome-ca Description-md5: ab87ef4d7d2098ed4c1a34a7f113d9bb Description-en: GNOME translation updates for language Catalan; Valencian Translation data updates for all supported GNOME packages for: Catalan; Valencian . language-pack-gnome-ca-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-gnome-ca-base Description-md5: 4e3e5530fe505c7e26aae7e22b0c6082 Description-en: GNOME translations for language Catalan; Valencian Translation data for all supported GNOME packages for: Catalan; Valencian . This package provides the bulk of translation data and is updated only seldom. language-pack-gnome-ca provides frequent translation updates, so you should install this as well. Package: language-pack-gnome-ckb Description-md5: e5268fb0771c692f4bd92742d349c319 Description-en: GNOME translation updates for language Kurdish, Central Translation data updates for all supported GNOME packages for: Kurdish, Central . language-pack-gnome-ckb-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-gnome-ckb-base Description-md5: ae1f733ecc2450d0010511d7901208dd Description-en: GNOME translations for language Kurdish, Central Translation data for all supported GNOME packages for: Kurdish, Central . This package provides the bulk of translation data and is updated only seldom. language-pack-gnome-ckb provides frequent translation updates, so you should install this as well. Package: language-pack-gnome-cs Description-md5: 3f1f01e2f8dae65e579521a8e5e78a11 Description-en: GNOME translation updates for language Czech Translation data updates for all supported GNOME packages for: Czech . language-pack-gnome-cs-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-gnome-cs-base Description-md5: 00a4405b87530e19774eeb1016adab80 Description-en: GNOME translations for language Czech Translation data for all supported GNOME packages for: Czech . This package provides the bulk of translation data and is updated only seldom. language-pack-gnome-cs provides frequent translation updates, so you should install this as well. Package: language-pack-gnome-da Description-md5: f351d23d28ad484bafd77fcc6fba4150 Description-en: GNOME translation updates for language Danish Translation data updates for all supported GNOME packages for: Danish . language-pack-gnome-da-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-gnome-da-base Description-md5: e085e168402e89c38da8d5f7ed9dac1e Description-en: GNOME translations for language Danish Translation data for all supported GNOME packages for: Danish . This package provides the bulk of translation data and is updated only seldom. language-pack-gnome-da provides frequent translation updates, so you should install this as well. Package: language-pack-gnome-de Description-md5: a0958a91362128ab3efbd66e6933f5b3 Description-en: GNOME translation updates for language German Translation data updates for all supported GNOME packages for: German . language-pack-gnome-de-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-gnome-de-base Description-md5: f54c9d1d096ce5abd63fbb6d2bbf173e Description-en: GNOME translations for language German Translation data for all supported GNOME packages for: German . This package provides the bulk of translation data and is updated only seldom. language-pack-gnome-de provides frequent translation updates, so you should install this as well. Package: language-pack-gnome-el Description-md5: 6dbbb5bc65518f12afeb2c03afec9aea Description-en: GNOME translation updates for language Greek, Modern (1453-) Translation data updates for all supported GNOME packages for: Greek, Modern (1453-) . language-pack-gnome-el-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-gnome-el-base Description-md5: 0e506815db01ae3de0db70d82358b239 Description-en: GNOME translations for language Greek, Modern (1453-) Translation data for all supported GNOME packages for: Greek, Modern (1453-) . This package provides the bulk of translation data and is updated only seldom. language-pack-gnome-el provides frequent translation updates, so you should install this as well. Package: language-pack-gnome-en Description-md5: f157b41ce91b17658e35473d760b0ee8 Description-en: GNOME translation updates for language English Translation data updates for all supported GNOME packages for: English . language-pack-gnome-en-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-gnome-en-base Description-md5: 6dcf0d0aa5e8c80949aea145d961d4ff Description-en: GNOME translations for language English Translation data for all supported GNOME packages for: English . This package provides the bulk of translation data and is updated only seldom. language-pack-gnome-en provides frequent translation updates, so you should install this as well. Package: language-pack-gnome-eo Description-md5: ceacc3b2057b1f72d1b6327d8759fbeb Description-en: GNOME translation updates for language Esperanto Translation data updates for all supported GNOME packages for: Esperanto . language-pack-gnome-eo-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-gnome-eo-base Description-md5: 86d3eb823a1db57d463e3879f090b212 Description-en: GNOME translations for language Esperanto Translation data for all supported GNOME packages for: Esperanto . This package provides the bulk of translation data and is updated only seldom. language-pack-gnome-eo provides frequent translation updates, so you should install this as well. Package: language-pack-gnome-es Description-md5: 7a7b33095707884163c9cbe9ae7373b0 Description-en: GNOME translation updates for language Spanish; Castilian Translation data updates for all supported GNOME packages for: Spanish; Castilian . language-pack-gnome-es-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-gnome-es-base Description-md5: 983d0cbe31440ccade3b4083c6c8d49e Description-en: GNOME translations for language Spanish; Castilian Translation data for all supported GNOME packages for: Spanish; Castilian . This package provides the bulk of translation data and is updated only seldom. language-pack-gnome-es provides frequent translation updates, so you should install this as well. Package: language-pack-gnome-et Description-md5: fab1585cf3e8c550080ac329d5e52581 Description-en: GNOME translation updates for language Estonian Translation data updates for all supported GNOME packages for: Estonian . language-pack-gnome-et-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-gnome-et-base Description-md5: 09789edfaecf691231d91a73a577d329 Description-en: GNOME translations for language Estonian Translation data for all supported GNOME packages for: Estonian . This package provides the bulk of translation data and is updated only seldom. language-pack-gnome-et provides frequent translation updates, so you should install this as well. Package: language-pack-gnome-eu Description-md5: 9d58b7ea5c4c440d487ef4a0edfc5906 Description-en: GNOME translation updates for language Basque Translation data updates for all supported GNOME packages for: Basque . language-pack-gnome-eu-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-gnome-eu-base Description-md5: 601a3771386658d41ca9f180a5d6ac5f Description-en: GNOME translations for language Basque Translation data for all supported GNOME packages for: Basque . This package provides the bulk of translation data and is updated only seldom. language-pack-gnome-eu provides frequent translation updates, so you should install this as well. Package: language-pack-gnome-fa Description-md5: 551205c028d3eef0365255924c6f6016 Description-en: GNOME translation updates for language Persian Translation data updates for all supported GNOME packages for: Persian . language-pack-gnome-fa-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-gnome-fa-base Description-md5: 52384612794213c4d4d9f267a0463a98 Description-en: GNOME translations for language Persian Translation data for all supported GNOME packages for: Persian . This package provides the bulk of translation data and is updated only seldom. language-pack-gnome-fa provides frequent translation updates, so you should install this as well. Package: language-pack-gnome-fi Description-md5: 04748a1b6c60eb8cb3ed435bc40e6c63 Description-en: GNOME translation updates for language Finnish Translation data updates for all supported GNOME packages for: Finnish . language-pack-gnome-fi-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-gnome-fi-base Description-md5: fc10ffbbd8a598c55917993acbe77a9b Description-en: GNOME translations for language Finnish Translation data for all supported GNOME packages for: Finnish . This package provides the bulk of translation data and is updated only seldom. language-pack-gnome-fi provides frequent translation updates, so you should install this as well. Package: language-pack-gnome-fr Description-md5: 21adbce30a921a4d7cc42bf6b23ce710 Description-en: GNOME translation updates for language French Translation data updates for all supported GNOME packages for: French . language-pack-gnome-fr-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-gnome-fr-base Description-md5: b901a09fbcee9911358fb23d15c18001 Description-en: GNOME translations for language French Translation data for all supported GNOME packages for: French . This package provides the bulk of translation data and is updated only seldom. language-pack-gnome-fr provides frequent translation updates, so you should install this as well. Package: language-pack-gnome-fur Description-md5: 59d75262a1634576c2eea782910d9e55 Description-en: GNOME translation updates for language Friulian Translation data updates for all supported GNOME packages for: Friulian . language-pack-gnome-fur-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-gnome-fur-base Description-md5: 1b22c65e63a13d96b4dd14a3e0265b1f Description-en: GNOME translations for language Friulian Translation data for all supported GNOME packages for: Friulian . This package provides the bulk of translation data and is updated only seldom. language-pack-gnome-fur provides frequent translation updates, so you should install this as well. Package: language-pack-gnome-gd Description-md5: d3d41a5b8521d7116325ee5f62bc4b6d Description-en: GNOME translation updates for language Gaelic; Scottish Gaelic Translation data updates for all supported GNOME packages for: Gaelic; Scottish Gaelic . language-pack-gnome-gd-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-gnome-gd-base Description-md5: dcb3564a2bab75ff5ce823b7dfd6e695 Description-en: GNOME translations for language Gaelic; Scottish Gaelic Translation data for all supported GNOME packages for: Gaelic; Scottish Gaelic . This package provides the bulk of translation data and is updated only seldom. language-pack-gnome-gd provides frequent translation updates, so you should install this as well. Package: language-pack-gnome-gl Description-md5: 3f6b490651b0c00a48c9d5ea7dbb0540 Description-en: GNOME translation updates for language Galician Translation data updates for all supported GNOME packages for: Galician . language-pack-gnome-gl-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-gnome-gl-base Description-md5: b58d2983ed777a15a2ad903880d96493 Description-en: GNOME translations for language Galician Translation data for all supported GNOME packages for: Galician . This package provides the bulk of translation data and is updated only seldom. language-pack-gnome-gl provides frequent translation updates, so you should install this as well. Package: language-pack-gnome-gu Description-md5: bf62acc24f1c0ad53a1acb347048aaf7 Description-en: GNOME translation updates for language Gujarati Translation data updates for all supported GNOME packages for: Gujarati . language-pack-gnome-gu-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-gnome-gu-base Description-md5: f7582ec407a93e7d514123e211b2df50 Description-en: GNOME translations for language Gujarati Translation data for all supported GNOME packages for: Gujarati . This package provides the bulk of translation data and is updated only seldom. language-pack-gnome-gu provides frequent translation updates, so you should install this as well. Package: language-pack-gnome-he Description-md5: 011d59ad93627223b59a1d2f1f8ba819 Description-en: GNOME translation updates for language Hebrew Translation data updates for all supported GNOME packages for: Hebrew . language-pack-gnome-he-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-gnome-he-base Description-md5: beff55082040d0366e73f9ae97bb8be5 Description-en: GNOME translations for language Hebrew Translation data for all supported GNOME packages for: Hebrew . This package provides the bulk of translation data and is updated only seldom. language-pack-gnome-he provides frequent translation updates, so you should install this as well. Package: language-pack-gnome-hi Description-md5: 9d65f9fe672554b8a95723b2f44b0535 Description-en: GNOME translation updates for language Hindi Translation data updates for all supported GNOME packages for: Hindi . language-pack-gnome-hi-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-gnome-hi-base Description-md5: 8971cdb99d712d856b39264edf215aa1 Description-en: GNOME translations for language Hindi Translation data for all supported GNOME packages for: Hindi . This package provides the bulk of translation data and is updated only seldom. language-pack-gnome-hi provides frequent translation updates, so you should install this as well. Package: language-pack-gnome-hr Description-md5: 044892d57458d04841f2ae46766bbe68 Description-en: GNOME translation updates for language Croatian Translation data updates for all supported GNOME packages for: Croatian . language-pack-gnome-hr-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-gnome-hr-base Description-md5: 11be93aa79c21ac5e9d40b3719403117 Description-en: GNOME translations for language Croatian Translation data for all supported GNOME packages for: Croatian . This package provides the bulk of translation data and is updated only seldom. language-pack-gnome-hr provides frequent translation updates, so you should install this as well. Package: language-pack-gnome-hu Description-md5: 7eace40e3cbcdb248004e88dea56dec4 Description-en: GNOME translation updates for language Hungarian Translation data updates for all supported GNOME packages for: Hungarian . language-pack-gnome-hu-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-gnome-hu-base Description-md5: 5f77cf8b924f572be024835291c44cef Description-en: GNOME translations for language Hungarian Translation data for all supported GNOME packages for: Hungarian . This package provides the bulk of translation data and is updated only seldom. language-pack-gnome-hu provides frequent translation updates, so you should install this as well. Package: language-pack-gnome-id Description-md5: 6911adb303367e541af85d78473fee32 Description-en: GNOME translation updates for language Indonesian Translation data updates for all supported GNOME packages for: Indonesian . language-pack-gnome-id-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-gnome-id-base Description-md5: 7debbdf0cb01fd3c61b80db33a66a598 Description-en: GNOME translations for language Indonesian Translation data for all supported GNOME packages for: Indonesian . This package provides the bulk of translation data and is updated only seldom. language-pack-gnome-id provides frequent translation updates, so you should install this as well. Package: language-pack-gnome-is Description-md5: a26cf69f6d0d6210f13f5abfdea8c869 Description-en: GNOME translation updates for language Icelandic Translation data updates for all supported GNOME packages for: Icelandic . language-pack-gnome-is-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-gnome-is-base Description-md5: 701eaaf2c397ba4c8abcd517267b7bd8 Description-en: GNOME translations for language Icelandic Translation data for all supported GNOME packages for: Icelandic . This package provides the bulk of translation data and is updated only seldom. language-pack-gnome-is provides frequent translation updates, so you should install this as well. Package: language-pack-gnome-it Description-md5: 32f81303de09a8b4c153e2c9f933756e Description-en: GNOME translation updates for language Italian Translation data updates for all supported GNOME packages for: Italian . language-pack-gnome-it-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-gnome-it-base Description-md5: 127bd385b638390c80e6549d357158da Description-en: GNOME translations for language Italian Translation data for all supported GNOME packages for: Italian . This package provides the bulk of translation data and is updated only seldom. language-pack-gnome-it provides frequent translation updates, so you should install this as well. Package: language-pack-gnome-ja Description-md5: 4a04c4a4bd51eccfcc200fe3c710ee1c Description-en: GNOME translation updates for language Japanese Translation data updates for all supported GNOME packages for: Japanese . language-pack-gnome-ja-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-gnome-ja-base Description-md5: 13319f21aefdbb1cb1c486f5f8c7d7a5 Description-en: GNOME translations for language Japanese Translation data for all supported GNOME packages for: Japanese . This package provides the bulk of translation data and is updated only seldom. language-pack-gnome-ja provides frequent translation updates, so you should install this as well. Package: language-pack-gnome-ka Description-md5: ec29bcfa3737fb537c84960a86a2257e Description-en: GNOME translation updates for language Georgian Translation data updates for all supported GNOME packages for: Georgian . language-pack-gnome-ka-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-gnome-ka-base Description-md5: 7c03451b213b867665adccb84361abff Description-en: GNOME translations for language Georgian Translation data for all supported GNOME packages for: Georgian . This package provides the bulk of translation data and is updated only seldom. language-pack-gnome-ka provides frequent translation updates, so you should install this as well. Package: language-pack-gnome-kab Description-md5: 22e20575ce22425ec636f55ef7702780 Description-en: GNOME translation updates for language Kabyle Translation data updates for all supported GNOME packages for: Kabyle . language-pack-gnome-kab-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-gnome-kab-base Description-md5: 726963e1636fe2aaab1241d45f79e298 Description-en: GNOME translations for language Kabyle Translation data for all supported GNOME packages for: Kabyle . This package provides the bulk of translation data and is updated only seldom. language-pack-gnome-kab provides frequent translation updates, so you should install this as well. Package: language-pack-gnome-kk Description-md5: 714afabe2ef0f5eb4fa6a2cb9eb4c5ed Description-en: GNOME translation updates for language Kazakh Translation data updates for all supported GNOME packages for: Kazakh . language-pack-gnome-kk-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-gnome-kk-base Description-md5: e60f8c0fb55f84da371ee524f749163c Description-en: GNOME translations for language Kazakh Translation data for all supported GNOME packages for: Kazakh . This package provides the bulk of translation data and is updated only seldom. language-pack-gnome-kk provides frequent translation updates, so you should install this as well. Package: language-pack-gnome-km Description-md5: e14deb3436dbea25abc58ec302b968f8 Description-en: GNOME translation updates for language Central Khmer Translation data updates for all supported GNOME packages for: Central Khmer . language-pack-gnome-km-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-gnome-km-base Description-md5: 539644a98859f7b9915b32f93acc41bf Description-en: GNOME translations for language Central Khmer Translation data for all supported GNOME packages for: Central Khmer . This package provides the bulk of translation data and is updated only seldom. language-pack-gnome-km provides frequent translation updates, so you should install this as well. Package: language-pack-gnome-kn Description-md5: a5aa28c8af1e1dcea8b7ed58d1dc79ee Description-en: GNOME translation updates for language Kannada Translation data updates for all supported GNOME packages for: Kannada . language-pack-gnome-kn-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-gnome-kn-base Description-md5: 813626350bec0223e8660a5546539b16 Description-en: GNOME translations for language Kannada Translation data for all supported GNOME packages for: Kannada . This package provides the bulk of translation data and is updated only seldom. language-pack-gnome-kn provides frequent translation updates, so you should install this as well. Package: language-pack-gnome-ko Description-md5: 4828e180b1e2aa3b76474b717ec1111f Description-en: GNOME translation updates for language Korean Translation data updates for all supported GNOME packages for: Korean . language-pack-gnome-ko-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-gnome-ko-base Description-md5: 7c19ce071b7c68f137ffd5ed07445cda Description-en: GNOME translations for language Korean Translation data for all supported GNOME packages for: Korean . This package provides the bulk of translation data and is updated only seldom. language-pack-gnome-ko provides frequent translation updates, so you should install this as well. Package: language-pack-gnome-lt Description-md5: 4ba7442de17833bbc1569f5cc3616989 Description-en: GNOME translation updates for language Lithuanian Translation data updates for all supported GNOME packages for: Lithuanian . language-pack-gnome-lt-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-gnome-lt-base Description-md5: 7d1b02dac8da0b68d1ff87b3e743ecab Description-en: GNOME translations for language Lithuanian Translation data for all supported GNOME packages for: Lithuanian . This package provides the bulk of translation data and is updated only seldom. language-pack-gnome-lt provides frequent translation updates, so you should install this as well. Package: language-pack-gnome-lv Description-md5: b2cc43479ccef9c8e91e041ed3c30d31 Description-en: GNOME translation updates for language Latvian Translation data updates for all supported GNOME packages for: Latvian . language-pack-gnome-lv-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-gnome-lv-base Description-md5: c740682e1c1a0f947b9927d10dcbd552 Description-en: GNOME translations for language Latvian Translation data for all supported GNOME packages for: Latvian . This package provides the bulk of translation data and is updated only seldom. language-pack-gnome-lv provides frequent translation updates, so you should install this as well. Package: language-pack-gnome-ml Description-md5: 12e323acf19a1fa6542aea20129fd772 Description-en: GNOME translation updates for language Malayalam Translation data updates for all supported GNOME packages for: Malayalam . language-pack-gnome-ml-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-gnome-ml-base Description-md5: b8ee340a84ec0331b3810dca05b3af4b Description-en: GNOME translations for language Malayalam Translation data for all supported GNOME packages for: Malayalam . This package provides the bulk of translation data and is updated only seldom. language-pack-gnome-ml provides frequent translation updates, so you should install this as well. Package: language-pack-gnome-mr Description-md5: 9b0e9d1864953992f55621e31fea2dd6 Description-en: GNOME translation updates for language Marathi Translation data updates for all supported GNOME packages for: Marathi . language-pack-gnome-mr-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-gnome-mr-base Description-md5: 082eb38e25b22826d51c644f5f1c4154 Description-en: GNOME translations for language Marathi Translation data for all supported GNOME packages for: Marathi . This package provides the bulk of translation data and is updated only seldom. language-pack-gnome-mr provides frequent translation updates, so you should install this as well. Package: language-pack-gnome-ms Description-md5: 87e64cf63dc5ec9474864761c98cc277 Description-en: GNOME translation updates for language Malay Translation data updates for all supported GNOME packages for: Malay . language-pack-gnome-ms-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-gnome-ms-base Description-md5: dae19fdc27a75f13b37dfbd554b9920d Description-en: GNOME translations for language Malay Translation data for all supported GNOME packages for: Malay . This package provides the bulk of translation data and is updated only seldom. language-pack-gnome-ms provides frequent translation updates, so you should install this as well. Package: language-pack-gnome-my Description-md5: 6e30200fe15bd569b10f3710ff2733d6 Description-en: GNOME translation updates for language Burmese Translation data updates for all supported GNOME packages for: Burmese . language-pack-gnome-my-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-gnome-my-base Description-md5: 9c88e8c1f302f2efb13f7f63fa40f37e Description-en: GNOME translations for language Burmese Translation data for all supported GNOME packages for: Burmese . This package provides the bulk of translation data and is updated only seldom. language-pack-gnome-my provides frequent translation updates, so you should install this as well. Package: language-pack-gnome-nb Description-md5: 6a1b73da105a57b595b139f8bf97ef1f Description-en: GNOME translation updates for language Bokmål, Norwegian; Norwegian Bokmål Translation data updates for all supported GNOME packages for: Bokmål, Norwegian; Norwegian Bokmål . language-pack-gnome-nb-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-gnome-nb-base Description-md5: 7acea85112366268273879cf1fb63d00 Description-en: GNOME translations for language Bokmål, Norwegian; Norwegian Bokmål Translation data for all supported GNOME packages for: Bokmål, Norwegian; Norwegian Bokmål . This package provides the bulk of translation data and is updated only seldom. language-pack-gnome-nb provides frequent translation updates, so you should install this as well. Package: language-pack-gnome-ne Description-md5: 2f1a937545a84cfe0c3b4ffca7267bf1 Description-en: GNOME translation updates for language Nepali Translation data updates for all supported GNOME packages for: Nepali . language-pack-gnome-ne-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-gnome-ne-base Description-md5: cc44ea151a4ae98b863e289583f1ebfd Description-en: GNOME translations for language Nepali Translation data for all supported GNOME packages for: Nepali . This package provides the bulk of translation data and is updated only seldom. language-pack-gnome-ne provides frequent translation updates, so you should install this as well. Package: language-pack-gnome-nl Description-md5: 1d604658a57e2a027894f420d2aeb9f6 Description-en: GNOME translation updates for language Dutch; Flemish Translation data updates for all supported GNOME packages for: Dutch; Flemish . language-pack-gnome-nl-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-gnome-nl-base Description-md5: 37834e64ef66a034f09effbb51f4fab7 Description-en: GNOME translations for language Dutch; Flemish Translation data for all supported GNOME packages for: Dutch; Flemish . This package provides the bulk of translation data and is updated only seldom. language-pack-gnome-nl provides frequent translation updates, so you should install this as well. Package: language-pack-gnome-nn Description-md5: 94f1a27ad27bb708529205507fd85429 Description-en: GNOME translation updates for language Norwegian Nynorsk; Nynorsk, Norwegian Translation data updates for all supported GNOME packages for: Norwegian Nynorsk; Nynorsk, Norwegian . language-pack-gnome-nn-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-gnome-nn-base Description-md5: 2361eaea8d3fbffd19c12235a054647d Description-en: GNOME translations for language Norwegian Nynorsk; Nynorsk, Norwegian Translation data for all supported GNOME packages for: Norwegian Nynorsk; Nynorsk, Norwegian . This package provides the bulk of translation data and is updated only seldom. language-pack-gnome-nn provides frequent translation updates, so you should install this as well. Package: language-pack-gnome-oc Description-md5: 65e904820c2b79a3da46ce64ff7e7630 Description-en: GNOME translation updates for language Occitan (post 1500); Provençal Translation data updates for all supported GNOME packages for: Occitan (post 1500); Provençal . language-pack-gnome-oc-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-gnome-oc-base Description-md5: b0492abe7708e31c513778962f2a3bcd Description-en: GNOME translations for language Occitan (post 1500); Provençal Translation data for all supported GNOME packages for: Occitan (post 1500); Provençal . This package provides the bulk of translation data and is updated only seldom. language-pack-gnome-oc provides frequent translation updates, so you should install this as well. Package: language-pack-gnome-or Description-md5: b54573c8a85273e8395d289e946e17da Description-en: GNOME translation updates for language Oriya Translation data updates for all supported GNOME packages for: Oriya . language-pack-gnome-or-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-gnome-or-base Description-md5: 83d7866a97d42af7d9a004ca2752c21a Description-en: GNOME translations for language Oriya Translation data for all supported GNOME packages for: Oriya . This package provides the bulk of translation data and is updated only seldom. language-pack-gnome-or provides frequent translation updates, so you should install this as well. Package: language-pack-gnome-pa Description-md5: 5be4e374eb6b9e6959faf7cad9d7f66b Description-en: GNOME translation updates for language Panjabi; Punjabi Translation data updates for all supported GNOME packages for: Panjabi; Punjabi . language-pack-gnome-pa-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-gnome-pa-base Description-md5: c6a8dfc20918971e648f39bd171d7538 Description-en: GNOME translations for language Panjabi; Punjabi Translation data for all supported GNOME packages for: Panjabi; Punjabi . This package provides the bulk of translation data and is updated only seldom. language-pack-gnome-pa provides frequent translation updates, so you should install this as well. Package: language-pack-gnome-pl Description-md5: f43ceb1b03f4255958e3e4557c37aa58 Description-en: GNOME translation updates for language Polish Translation data updates for all supported GNOME packages for: Polish . language-pack-gnome-pl-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-gnome-pl-base Description-md5: 6315e4744f9582612befc793db907b66 Description-en: GNOME translations for language Polish Translation data for all supported GNOME packages for: Polish . This package provides the bulk of translation data and is updated only seldom. language-pack-gnome-pl provides frequent translation updates, so you should install this as well. Package: language-pack-gnome-pt Description-md5: 8bd089c6a5524f01c6f3ca61600de39c Description-en: GNOME translation updates for language Portuguese Translation data updates for all supported GNOME packages for: Portuguese . language-pack-gnome-pt-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-gnome-pt-base Description-md5: 4ee89c98e155a3fca14d1ccad82fc438 Description-en: GNOME translations for language Portuguese Translation data for all supported GNOME packages for: Portuguese . This package provides the bulk of translation data and is updated only seldom. language-pack-gnome-pt provides frequent translation updates, so you should install this as well. Package: language-pack-gnome-ro Description-md5: fb16a99876ce2cc98c49fa4ac934c371 Description-en: GNOME translation updates for language Romanian; Moldavian; Moldovan Translation data updates for all supported GNOME packages for: Romanian; Moldavian; Moldovan . language-pack-gnome-ro-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-gnome-ro-base Description-md5: 237c10f712d26170511340e9ce38038b Description-en: GNOME translations for language Romanian; Moldavian; Moldovan Translation data for all supported GNOME packages for: Romanian; Moldavian; Moldovan . This package provides the bulk of translation data and is updated only seldom. language-pack-gnome-ro provides frequent translation updates, so you should install this as well. Package: language-pack-gnome-ru Description-md5: ba49f5482199ce5fcccb32e707e43111 Description-en: GNOME translation updates for language Russian Translation data updates for all supported GNOME packages for: Russian . language-pack-gnome-ru-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-gnome-ru-base Description-md5: 80a178c6df431d1149ac2879c976c67b Description-en: GNOME translations for language Russian Translation data for all supported GNOME packages for: Russian . This package provides the bulk of translation data and is updated only seldom. language-pack-gnome-ru provides frequent translation updates, so you should install this as well. Package: language-pack-gnome-sk Description-md5: 7f1bb07378a0d7c8013f9aeaebdef863 Description-en: GNOME translation updates for language Slovak Translation data updates for all supported GNOME packages for: Slovak . language-pack-gnome-sk-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-gnome-sk-base Description-md5: f7d2bf42f49309958b0c8270abd6f043 Description-en: GNOME translations for language Slovak Translation data for all supported GNOME packages for: Slovak . This package provides the bulk of translation data and is updated only seldom. language-pack-gnome-sk provides frequent translation updates, so you should install this as well. Package: language-pack-gnome-sl Description-md5: 9ff05ef79f08a9edbbf7d641dada217c Description-en: GNOME translation updates for language Slovenian Translation data updates for all supported GNOME packages for: Slovenian . language-pack-gnome-sl-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-gnome-sl-base Description-md5: d1c125d5e64d7cb437dcfc5aecfc010b Description-en: GNOME translations for language Slovenian Translation data for all supported GNOME packages for: Slovenian . This package provides the bulk of translation data and is updated only seldom. language-pack-gnome-sl provides frequent translation updates, so you should install this as well. Package: language-pack-gnome-sq Description-md5: b1866be86dde73bbc352177c4681624a Description-en: GNOME translation updates for language Albanian Translation data updates for all supported GNOME packages for: Albanian . language-pack-gnome-sq-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-gnome-sq-base Description-md5: 4dde5935c1ef292cfb9a3847415f9203 Description-en: GNOME translations for language Albanian Translation data for all supported GNOME packages for: Albanian . This package provides the bulk of translation data and is updated only seldom. language-pack-gnome-sq provides frequent translation updates, so you should install this as well. Package: language-pack-gnome-sr Description-md5: 45acfa8d4ee7923177892692b5119e1e Description-en: GNOME translation updates for language Serbian Translation data updates for all supported GNOME packages for: Serbian . language-pack-gnome-sr-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-gnome-sr-base Description-md5: d6bba7853de4421ad89ce866e3448768 Description-en: GNOME translations for language Serbian Translation data for all supported GNOME packages for: Serbian . This package provides the bulk of translation data and is updated only seldom. language-pack-gnome-sr provides frequent translation updates, so you should install this as well. Package: language-pack-gnome-sv Description-md5: bb1d72d15af6affc7a4b16c6e635c08f Description-en: GNOME translation updates for language Swedish Translation data updates for all supported GNOME packages for: Swedish . language-pack-gnome-sv-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-gnome-sv-base Description-md5: f5f380a948362efc4eb39306fd6b25a5 Description-en: GNOME translations for language Swedish Translation data for all supported GNOME packages for: Swedish . This package provides the bulk of translation data and is updated only seldom. language-pack-gnome-sv provides frequent translation updates, so you should install this as well. Package: language-pack-gnome-ta Description-md5: 1f87e19e829b55bdf13e56bd13043076 Description-en: GNOME translation updates for language Tamil Translation data updates for all supported GNOME packages for: Tamil . language-pack-gnome-ta-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-gnome-ta-base Description-md5: 7f9198f392bf94345eae66f7812b20f7 Description-en: GNOME translations for language Tamil Translation data for all supported GNOME packages for: Tamil . This package provides the bulk of translation data and is updated only seldom. language-pack-gnome-ta provides frequent translation updates, so you should install this as well. Package: language-pack-gnome-te Description-md5: 943b70671888a44264daf05f3045ef34 Description-en: GNOME translation updates for language Telugu Translation data updates for all supported GNOME packages for: Telugu . language-pack-gnome-te-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-gnome-te-base Description-md5: 905b65e342303bb10d18388b38b96353 Description-en: GNOME translations for language Telugu Translation data for all supported GNOME packages for: Telugu . This package provides the bulk of translation data and is updated only seldom. language-pack-gnome-te provides frequent translation updates, so you should install this as well. Package: language-pack-gnome-th Description-md5: 260f7893c953bfa370cfcd3e18dc2333 Description-en: GNOME translation updates for language Thai Translation data updates for all supported GNOME packages for: Thai . language-pack-gnome-th-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-gnome-th-base Description-md5: 5ad4875bbdd96dcd96c47b6942cbcdea Description-en: GNOME translations for language Thai Translation data for all supported GNOME packages for: Thai . This package provides the bulk of translation data and is updated only seldom. language-pack-gnome-th provides frequent translation updates, so you should install this as well. Package: language-pack-gnome-tr Description-md5: 1df43f38739a28f0cf07581e88d49cc5 Description-en: GNOME translation updates for language Turkish Translation data updates for all supported GNOME packages for: Turkish . language-pack-gnome-tr-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-gnome-tr-base Description-md5: d3e2fd89dcaf73ded0f30af0c2c0deae Description-en: GNOME translations for language Turkish Translation data for all supported GNOME packages for: Turkish . This package provides the bulk of translation data and is updated only seldom. language-pack-gnome-tr provides frequent translation updates, so you should install this as well. Package: language-pack-gnome-ug Description-md5: da26f9c049165224a38795991258e233 Description-en: GNOME translation updates for language Uighur; Uyghur Translation data updates for all supported GNOME packages for: Uighur; Uyghur . language-pack-gnome-ug-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-gnome-ug-base Description-md5: e8294230eaaf997c67b0359525b1cf62 Description-en: GNOME translations for language Uighur; Uyghur Translation data for all supported GNOME packages for: Uighur; Uyghur . This package provides the bulk of translation data and is updated only seldom. language-pack-gnome-ug provides frequent translation updates, so you should install this as well. Package: language-pack-gnome-uk Description-md5: 8e4299e1c45206c9c3a1355ea82b7a6e Description-en: GNOME translation updates for language Ukrainian Translation data updates for all supported GNOME packages for: Ukrainian . language-pack-gnome-uk-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-gnome-uk-base Description-md5: a66bca391cb5c1553a32b03d6ba89e03 Description-en: GNOME translations for language Ukrainian Translation data for all supported GNOME packages for: Ukrainian . This package provides the bulk of translation data and is updated only seldom. language-pack-gnome-uk provides frequent translation updates, so you should install this as well. Package: language-pack-gnome-vi Description-md5: cb187da4eec75784dd42a52057c4afe6 Description-en: GNOME translation updates for language Vietnamese Translation data updates for all supported GNOME packages for: Vietnamese . language-pack-gnome-vi-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-gnome-vi-base Description-md5: a02fe55b4937f4d212b038e3ff928c4d Description-en: GNOME translations for language Vietnamese Translation data for all supported GNOME packages for: Vietnamese . This package provides the bulk of translation data and is updated only seldom. language-pack-gnome-vi provides frequent translation updates, so you should install this as well. Package: language-pack-gnome-zh-hans Description-md5: 00a9e6c608c7c1c1ea6b2a39cdb1d336 Description-en: GNOME translation updates for language Simplified Chinese Translation data updates for all supported GNOME packages for: Simplified Chinese . language-pack-gnome-zh-hans-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-gnome-zh-hans-base Description-md5: 8d266886048cd59372d7b7b25cad65e9 Description-en: GNOME translations for language Simplified Chinese Translation data for all supported GNOME packages for: Simplified Chinese . This package provides the bulk of translation data and is updated only seldom. language-pack-gnome-zh-hans provides frequent translation updates, so you should install this as well. Package: language-pack-gnome-zh-hant Description-md5: 98d147f4998bf5fd350d5dcd4b0bdd8f Description-en: GNOME translation updates for language Traditional Chinese Translation data updates for all supported GNOME packages for: Traditional Chinese . language-pack-gnome-zh-hant-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-gnome-zh-hant-base Description-md5: 7f6891c51d198dbbd0787b942b59e90e Description-en: GNOME translations for language Traditional Chinese Translation data for all supported GNOME packages for: Traditional Chinese . This package provides the bulk of translation data and is updated only seldom. language-pack-gnome-zh-hant provides frequent translation updates, so you should install this as well. Package: language-pack-gu Description-md5: 630a37df7a4b998890d0d8ec4d67508d Description-en: translation updates for language Gujarati Translation data updates for all supported packages for: Gujarati . language-pack-gu-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-gu-base Description-md5: afa7eb56251783b45b7a9c22d14a6f9d Description-en: translations for language Gujarati Translation data for all supported packages for: Gujarati . This package provides the bulk of translation data and is updated only seldom. language-pack-gu provides frequent translation updates, so you should install this as well. Package: language-pack-he Description-md5: d818a44b8d69f5c3570e19e1052d8c44 Description-en: translation updates for language Hebrew Translation data updates for all supported packages for: Hebrew . language-pack-he-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-he-base Description-md5: faf62eb70bf7b4cbe788cca7e662d04b Description-en: translations for language Hebrew Translation data for all supported packages for: Hebrew . This package provides the bulk of translation data and is updated only seldom. language-pack-he provides frequent translation updates, so you should install this as well. Package: language-pack-hi Description-md5: 10c81a58a59764580519acdd9584b1b1 Description-en: translation updates for language Hindi Translation data updates for all supported packages for: Hindi . language-pack-hi-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-hi-base Description-md5: c0196984bd1163f90f6ecaa40a72d855 Description-en: translations for language Hindi Translation data for all supported packages for: Hindi . This package provides the bulk of translation data and is updated only seldom. language-pack-hi provides frequent translation updates, so you should install this as well. Package: language-pack-hr Description-md5: 34c162e587e1cdea815ca5ed6f077313 Description-en: translation updates for language Croatian Translation data updates for all supported packages for: Croatian . language-pack-hr-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-hr-base Description-md5: a447d80c901274a32ff85590aab5e8ba Description-en: translations for language Croatian Translation data for all supported packages for: Croatian . This package provides the bulk of translation data and is updated only seldom. language-pack-hr provides frequent translation updates, so you should install this as well. Package: language-pack-hu Description-md5: 0d0313d349ce5698586fe79ae7734182 Description-en: translation updates for language Hungarian Translation data updates for all supported packages for: Hungarian . language-pack-hu-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-hu-base Description-md5: b68965ab3e4c15fb92f2826979c1c76d Description-en: translations for language Hungarian Translation data for all supported packages for: Hungarian . This package provides the bulk of translation data and is updated only seldom. language-pack-hu provides frequent translation updates, so you should install this as well. Package: language-pack-id Description-md5: c4c927885d7ce41f7307a8312a52b719 Description-en: translation updates for language Indonesian Translation data updates for all supported packages for: Indonesian . language-pack-id-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-id-base Description-md5: 2952f1905ad6e2359ace30f7900fab0b Description-en: translations for language Indonesian Translation data for all supported packages for: Indonesian . This package provides the bulk of translation data and is updated only seldom. language-pack-id provides frequent translation updates, so you should install this as well. Package: language-pack-is Description-md5: ebb478ce4fa6147467d4a5addcbfe91c Description-en: translation updates for language Icelandic Translation data updates for all supported packages for: Icelandic . language-pack-is-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-is-base Description-md5: 38850b6e2e9899518ffc186078b8911f Description-en: translations for language Icelandic Translation data for all supported packages for: Icelandic . This package provides the bulk of translation data and is updated only seldom. language-pack-is provides frequent translation updates, so you should install this as well. Package: language-pack-it Description-md5: e120dba4eaa0911d53e8c96b72adf578 Description-en: translation updates for language Italian Translation data updates for all supported packages for: Italian . language-pack-it-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-it-base Description-md5: 99813ee4cadd38f6c7b74f675b34a449 Description-en: translations for language Italian Translation data for all supported packages for: Italian . This package provides the bulk of translation data and is updated only seldom. language-pack-it provides frequent translation updates, so you should install this as well. Package: language-pack-ja Description-md5: 7afb2a563f87356ed6329dc527a32e94 Description-en: translation updates for language Japanese Translation data updates for all supported packages for: Japanese . language-pack-ja-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-ja-base Description-md5: c52151431d27e2dcc1ed2fc2152797c8 Description-en: translations for language Japanese Translation data for all supported packages for: Japanese . This package provides the bulk of translation data and is updated only seldom. language-pack-ja provides frequent translation updates, so you should install this as well. Package: language-pack-ka Description-md5: 4a6c0052acdeb3e339afe50aeb4eab8b Description-en: translation updates for language Georgian Translation data updates for all supported packages for: Georgian . language-pack-ka-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-ka-base Description-md5: 133981ca5e178582776e1f7cc31edefa Description-en: translations for language Georgian Translation data for all supported packages for: Georgian . This package provides the bulk of translation data and is updated only seldom. language-pack-ka provides frequent translation updates, so you should install this as well. Package: language-pack-kab Description-md5: bdba25fe83586a5de920bfc8d18315ad Description-en: translation updates for language Kabyle Translation data updates for all supported packages for: Kabyle . language-pack-kab-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-kab-base Description-md5: 6173d8f3ac2cccf4b8d54051896047c0 Description-en: translations for language Kabyle Translation data for all supported packages for: Kabyle . This package provides the bulk of translation data and is updated only seldom. language-pack-kab provides frequent translation updates, so you should install this as well. Package: language-pack-kk Description-md5: 98e9c347910ee2332ebb439bf240c098 Description-en: translation updates for language Kazakh Translation data updates for all supported packages for: Kazakh . language-pack-kk-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-kk-base Description-md5: 0321ed270db14e0a0e6ca71f6dca09ae Description-en: translations for language Kazakh Translation data for all supported packages for: Kazakh . This package provides the bulk of translation data and is updated only seldom. language-pack-kk provides frequent translation updates, so you should install this as well. Package: language-pack-km Description-md5: ca40fa76b2a05d161972d2b9fe61acf1 Description-en: translation updates for language Central Khmer Translation data updates for all supported packages for: Central Khmer . language-pack-km-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-km-base Description-md5: 382521288b14ddd695dcaab74e373dd2 Description-en: translations for language Central Khmer Translation data for all supported packages for: Central Khmer . This package provides the bulk of translation data and is updated only seldom. language-pack-km provides frequent translation updates, so you should install this as well. Package: language-pack-kn Description-md5: 8368f135dfe46a8b81c37c2f7870e7b7 Description-en: translation updates for language Kannada Translation data updates for all supported packages for: Kannada . language-pack-kn-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-kn-base Description-md5: c2017a7c289d9baf67e7d222d28ae9b5 Description-en: translations for language Kannada Translation data for all supported packages for: Kannada . This package provides the bulk of translation data and is updated only seldom. language-pack-kn provides frequent translation updates, so you should install this as well. Package: language-pack-ko Description-md5: 771f757939a95209894f9aa91be69bdf Description-en: translation updates for language Korean Translation data updates for all supported packages for: Korean . language-pack-ko-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-ko-base Description-md5: 333c6f787443de547e92672f3ee91c6c Description-en: translations for language Korean Translation data for all supported packages for: Korean . This package provides the bulk of translation data and is updated only seldom. language-pack-ko provides frequent translation updates, so you should install this as well. Package: language-pack-lt Description-md5: 0aa9b7870b4e450291143f74e957e291 Description-en: translation updates for language Lithuanian Translation data updates for all supported packages for: Lithuanian . language-pack-lt-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-lt-base Description-md5: 047f9630396ed1a0259a4bb51e951c29 Description-en: translations for language Lithuanian Translation data for all supported packages for: Lithuanian . This package provides the bulk of translation data and is updated only seldom. language-pack-lt provides frequent translation updates, so you should install this as well. Package: language-pack-lv Description-md5: 0514f99032fd1976655c4bf7e03146bc Description-en: translation updates for language Latvian Translation data updates for all supported packages for: Latvian . language-pack-lv-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-lv-base Description-md5: a2c4b8a2b8ddc06f922a6291ade84644 Description-en: translations for language Latvian Translation data for all supported packages for: Latvian . This package provides the bulk of translation data and is updated only seldom. language-pack-lv provides frequent translation updates, so you should install this as well. Package: language-pack-ml Description-md5: 15eb580da4dd803cc6c7d597c3a74bb2 Description-en: translation updates for language Malayalam Translation data updates for all supported packages for: Malayalam . language-pack-ml-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-ml-base Description-md5: eccb849404152b1da1bb6a4a06a3918c Description-en: translations for language Malayalam Translation data for all supported packages for: Malayalam . This package provides the bulk of translation data and is updated only seldom. language-pack-ml provides frequent translation updates, so you should install this as well. Package: language-pack-mr Description-md5: c1463a5845988903df6aae41d673717f Description-en: translation updates for language Marathi Translation data updates for all supported packages for: Marathi . language-pack-mr-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-mr-base Description-md5: f0dd3c75c5552c902ae573917be0988c Description-en: translations for language Marathi Translation data for all supported packages for: Marathi . This package provides the bulk of translation data and is updated only seldom. language-pack-mr provides frequent translation updates, so you should install this as well. Package: language-pack-ms Description-md5: 6fac81122e8e9c5fc177bd018d9c2d5c Description-en: translation updates for language Malay Translation data updates for all supported packages for: Malay . language-pack-ms-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-ms-base Description-md5: 7b2a5d2a92b917facc024ac10ec1e808 Description-en: translations for language Malay Translation data for all supported packages for: Malay . This package provides the bulk of translation data and is updated only seldom. language-pack-ms provides frequent translation updates, so you should install this as well. Package: language-pack-my Description-md5: 11692a65ba9a3150357090110381ee19 Description-en: translation updates for language Burmese Translation data updates for all supported packages for: Burmese . language-pack-my-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-my-base Description-md5: eafee3e6ffb98e3bfbb14217961edb0a Description-en: translations for language Burmese Translation data for all supported packages for: Burmese . This package provides the bulk of translation data and is updated only seldom. language-pack-my provides frequent translation updates, so you should install this as well. Package: language-pack-nb Description-md5: e5a81539419b99b61d7ff8c5a7b0985b Description-en: translation updates for language Bokmål, Norwegian; Norwegian Bokmål Translation data updates for all supported packages for: Bokmål, Norwegian; Norwegian Bokmål . language-pack-nb-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-nb-base Description-md5: 848a8c4db84a81ca1844e7323c727f3c Description-en: translations for language Bokmål, Norwegian; Norwegian Bokmål Translation data for all supported packages for: Bokmål, Norwegian; Norwegian Bokmål . This package provides the bulk of translation data and is updated only seldom. language-pack-nb provides frequent translation updates, so you should install this as well. Package: language-pack-ne Description-md5: c1403e2f1c360545ad4ecd7ec86dd29f Description-en: translation updates for language Nepali Translation data updates for all supported packages for: Nepali . language-pack-ne-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-ne-base Description-md5: 73778da7d2c04e5881d1bb9c676a8b2a Description-en: translations for language Nepali Translation data for all supported packages for: Nepali . This package provides the bulk of translation data and is updated only seldom. language-pack-ne provides frequent translation updates, so you should install this as well. Package: language-pack-nl Description-md5: abbd06c2b718cf6ca34c0db17f0d7c37 Description-en: translation updates for language Dutch; Flemish Translation data updates for all supported packages for: Dutch; Flemish . language-pack-nl-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-nl-base Description-md5: 2c07d61e37160964bb9c1bddec329524 Description-en: translations for language Dutch; Flemish Translation data for all supported packages for: Dutch; Flemish . This package provides the bulk of translation data and is updated only seldom. language-pack-nl provides frequent translation updates, so you should install this as well. Package: language-pack-nn Description-md5: 12e80421f55580d4f4bb594b12a48b81 Description-en: translation updates for language Norwegian Nynorsk; Nynorsk, Norwegian Translation data updates for all supported packages for: Norwegian Nynorsk; Nynorsk, Norwegian . language-pack-nn-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-nn-base Description-md5: d5b06940bc7cef7e58d75032b2147707 Description-en: translations for language Norwegian Nynorsk; Nynorsk, Norwegian Translation data for all supported packages for: Norwegian Nynorsk; Nynorsk, Norwegian . This package provides the bulk of translation data and is updated only seldom. language-pack-nn provides frequent translation updates, so you should install this as well. Package: language-pack-oc Description-md5: 23f29ee8608accc2bd14789fb7fae9c1 Description-en: translation updates for language Occitan (post 1500); Provençal Translation data updates for all supported packages for: Occitan (post 1500); Provençal . language-pack-oc-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-oc-base Description-md5: 6075ccc10f113b28cdd42fdd2cbf2eab Description-en: translations for language Occitan (post 1500); Provençal Translation data for all supported packages for: Occitan (post 1500); Provençal . This package provides the bulk of translation data and is updated only seldom. language-pack-oc provides frequent translation updates, so you should install this as well. Package: language-pack-or Description-md5: 849d17e9eac687848aa688c4876f4723 Description-en: translation updates for language Oriya Translation data updates for all supported packages for: Oriya . language-pack-or-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-or-base Description-md5: 8ab6ee3ce7a0b1ce4b6d84f8ac3d3287 Description-en: translations for language Oriya Translation data for all supported packages for: Oriya . This package provides the bulk of translation data and is updated only seldom. language-pack-or provides frequent translation updates, so you should install this as well. Package: language-pack-pa Description-md5: e0b453c4f3b09ad56c98e5ec913147a3 Description-en: translation updates for language Panjabi; Punjabi Translation data updates for all supported packages for: Panjabi; Punjabi . language-pack-pa-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-pa-base Description-md5: e579ea480c2c7b2878cf7bab852c841b Description-en: translations for language Panjabi; Punjabi Translation data for all supported packages for: Panjabi; Punjabi . This package provides the bulk of translation data and is updated only seldom. language-pack-pa provides frequent translation updates, so you should install this as well. Package: language-pack-pl Description-md5: d9c80d720a6c8fa05d28f1a32c741463 Description-en: translation updates for language Polish Translation data updates for all supported packages for: Polish . language-pack-pl-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-pl-base Description-md5: 218d3c66cebc55614ff111887b1501aa Description-en: translations for language Polish Translation data for all supported packages for: Polish . This package provides the bulk of translation data and is updated only seldom. language-pack-pl provides frequent translation updates, so you should install this as well. Package: language-pack-pt Description-md5: bdb80b4ddacaf5fa67fbad83cb7c6f9c Description-en: translation updates for language Portuguese Translation data updates for all supported packages for: Portuguese . language-pack-pt-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-pt-base Description-md5: 43d77c941af707d0ba018624927e0fad Description-en: translations for language Portuguese Translation data for all supported packages for: Portuguese . This package provides the bulk of translation data and is updated only seldom. language-pack-pt provides frequent translation updates, so you should install this as well. Package: language-pack-ro Description-md5: b132e36e231a6dc739d152b9eec4e292 Description-en: translation updates for language Romanian; Moldavian; Moldovan Translation data updates for all supported packages for: Romanian; Moldavian; Moldovan . language-pack-ro-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-ro-base Description-md5: e0d906cdf02942226dae048d6c6566ae Description-en: translations for language Romanian; Moldavian; Moldovan Translation data for all supported packages for: Romanian; Moldavian; Moldovan . This package provides the bulk of translation data and is updated only seldom. language-pack-ro provides frequent translation updates, so you should install this as well. Package: language-pack-ru Description-md5: cd093e2891d1268b4a62b984f94669b5 Description-en: translation updates for language Russian Translation data updates for all supported packages for: Russian . language-pack-ru-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-ru-base Description-md5: 67ed1fd3b278192ef03b250e781dd666 Description-en: translations for language Russian Translation data for all supported packages for: Russian . This package provides the bulk of translation data and is updated only seldom. language-pack-ru provides frequent translation updates, so you should install this as well. Package: language-pack-sk Description-md5: a1e721be17e337b689ba82909703eb86 Description-en: translation updates for language Slovak Translation data updates for all supported packages for: Slovak . language-pack-sk-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-sk-base Description-md5: fa9be67348c603c233261a1d699ee4ee Description-en: translations for language Slovak Translation data for all supported packages for: Slovak . This package provides the bulk of translation data and is updated only seldom. language-pack-sk provides frequent translation updates, so you should install this as well. Package: language-pack-sl Description-md5: b1747d91b5340c785a6855fc4dea8bdf Description-en: translation updates for language Slovenian Translation data updates for all supported packages for: Slovenian . language-pack-sl-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-sl-base Description-md5: 542b7bd70d1fd323cda92a7875446e75 Description-en: translations for language Slovenian Translation data for all supported packages for: Slovenian . This package provides the bulk of translation data and is updated only seldom. language-pack-sl provides frequent translation updates, so you should install this as well. Package: language-pack-sq Description-md5: 65c046608d75d827e60d17bd98616840 Description-en: translation updates for language Albanian Translation data updates for all supported packages for: Albanian . language-pack-sq-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-sq-base Description-md5: de1f3ebacd8d0aae60790904e97d7dc9 Description-en: translations for language Albanian Translation data for all supported packages for: Albanian . This package provides the bulk of translation data and is updated only seldom. language-pack-sq provides frequent translation updates, so you should install this as well. Package: language-pack-sr Description-md5: b8fd6921a9a342c76ce0490ba7305e76 Description-en: translation updates for language Serbian Translation data updates for all supported packages for: Serbian . language-pack-sr-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-sr-base Description-md5: 0d70e941c5569ccc3a517fcd3ec3a8f8 Description-en: translations for language Serbian Translation data for all supported packages for: Serbian . This package provides the bulk of translation data and is updated only seldom. language-pack-sr provides frequent translation updates, so you should install this as well. Package: language-pack-sv Description-md5: 4dbf209ddea3cc582301e63976d4b356 Description-en: translation updates for language Swedish Translation data updates for all supported packages for: Swedish . language-pack-sv-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-sv-base Description-md5: 31338056c9d389070cb14776e4f489dd Description-en: translations for language Swedish Translation data for all supported packages for: Swedish . This package provides the bulk of translation data and is updated only seldom. language-pack-sv provides frequent translation updates, so you should install this as well. Package: language-pack-ta Description-md5: 8806053a2a2cb360f22ec971454fc79c Description-en: translation updates for language Tamil Translation data updates for all supported packages for: Tamil . language-pack-ta-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-ta-base Description-md5: e40fddde8d8e33cc3807e4ff0b719e2b Description-en: translations for language Tamil Translation data for all supported packages for: Tamil . This package provides the bulk of translation data and is updated only seldom. language-pack-ta provides frequent translation updates, so you should install this as well. Package: language-pack-te Description-md5: 1bd9ffcc21f1b8219e3889e3d08b45fc Description-en: translation updates for language Telugu Translation data updates for all supported packages for: Telugu . language-pack-te-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-te-base Description-md5: e39a6b0a53bcbbd383ebbc7c100bf10e Description-en: translations for language Telugu Translation data for all supported packages for: Telugu . This package provides the bulk of translation data and is updated only seldom. language-pack-te provides frequent translation updates, so you should install this as well. Package: language-pack-th Description-md5: eec8937ad930f325d8698415c162aa1d Description-en: translation updates for language Thai Translation data updates for all supported packages for: Thai . language-pack-th-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-th-base Description-md5: a49c51a351a1ae67524621ae73d455c1 Description-en: translations for language Thai Translation data for all supported packages for: Thai . This package provides the bulk of translation data and is updated only seldom. language-pack-th provides frequent translation updates, so you should install this as well. Package: language-pack-tr Description-md5: dfefbe4b5c37c26ad9200ad67f24f22f Description-en: translation updates for language Turkish Translation data updates for all supported packages for: Turkish . language-pack-tr-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-tr-base Description-md5: 52118f29dc98ce6760c6c37492106298 Description-en: translations for language Turkish Translation data for all supported packages for: Turkish . This package provides the bulk of translation data and is updated only seldom. language-pack-tr provides frequent translation updates, so you should install this as well. Package: language-pack-ug Description-md5: 98fee795d8737d35feb2278d1100a452 Description-en: translation updates for language Uighur; Uyghur Translation data updates for all supported packages for: Uighur; Uyghur . language-pack-ug-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-ug-base Description-md5: 7f1890dbe624bdc07b25a22382fc0fe0 Description-en: translations for language Uighur; Uyghur Translation data for all supported packages for: Uighur; Uyghur . This package provides the bulk of translation data and is updated only seldom. language-pack-ug provides frequent translation updates, so you should install this as well. Package: language-pack-uk Description-md5: b4984ef0be7336d993df2f61982b4595 Description-en: translation updates for language Ukrainian Translation data updates for all supported packages for: Ukrainian . language-pack-uk-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-uk-base Description-md5: 2afe15affd75b38e2531a951f33d7cb8 Description-en: translations for language Ukrainian Translation data for all supported packages for: Ukrainian . This package provides the bulk of translation data and is updated only seldom. language-pack-uk provides frequent translation updates, so you should install this as well. Package: language-pack-vi Description-md5: c05ab7d70ecda888c4f951b61413e4c4 Description-en: translation updates for language Vietnamese Translation data updates for all supported packages for: Vietnamese . language-pack-vi-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-vi-base Description-md5: fc29673a60b8307b9261c9782712193e Description-en: translations for language Vietnamese Translation data for all supported packages for: Vietnamese . This package provides the bulk of translation data and is updated only seldom. language-pack-vi provides frequent translation updates, so you should install this as well. Package: language-pack-zh-hant Description-md5: 4e63dbe1bf430bb900a0e6924be90980 Description-en: translation updates for language Traditional Chinese Translation data updates for all supported packages for: Traditional Chinese . language-pack-zh-hant-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Package: language-pack-zh-hant-base Description-md5: f8e445efc00758ad96a2d1f9f951f23b Description-en: translations for language Traditional Chinese Translation data for all supported packages for: Traditional Chinese . This package provides the bulk of translation data and is updated only seldom. language-pack-zh-hant provides frequent translation updates, so you should install this as well. Package: lib32asan8 Description-md5: 21a3c42c398c2fff43ee9449787256e4 Description-en: AddressSanitizer -- a fast memory error detector (32bit) AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: lib32atomic1 Description-md5: 4b9cd7e59833a54167ec848b4c3d9e48 Description-en: support library providing __atomic built-in functions (32bit) library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: lib32gcc-15-dev Description-md5: 50201ee0230693f6a9313820d5854393 Description-en: GCC support library (32 bit development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: lib32gcc-s1 Description-md5: a31c67d540f86442c895f2663cb4d5c9 Description-en: GCC support library (32 bit Version) Shared version of the support library, a library of internal subroutines that GCC uses to overcome shortcomings of particular machines, or special needs for some languages. Package: lib32gfortran-15-dev Description-md5: 6b37f3090548ca719a28233db2276849 Description-en: Runtime library for GNU Fortran applications (32bit development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: lib32gfortran5 Description-md5: 6b1141cbf03c78b07b329d00c2e7823f Description-en: Runtime library for GNU Fortran applications (32bit) Library needed for GNU Fortran applications linked against the shared library. Package: lib32gomp1 Description-md5: e631a6bc5701a04082ff06d4907faecf Description-en: GCC OpenMP (GOMP) support library (32bit) GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: lib32itm1 Description-md5: dab7174f3ba5f3317b7d12b57522f05a Description-en: GNU Transactional Memory Library (32bit) GNU Transactional Memory Library (libitm) provides transaction support for accesses to the memory of a process, enabling easy-to-use synchronization of accesses to shared memory by several threads. Package: lib32quadmath0 Description-md5: d7a03dac94565e412ed600a16f543d54 Description-en: GCC Quad-Precision Math Library (32bit) A library, which provides quad-precision mathematical functions on targets supporting the __float128 datatype. The library is used to provide on such targets the REAL(16) type in the GNU Fortran compiler. Package: lib32stdc++-15-dev Description-md5: a197f2aec835e5fc6f8f76039d8a7c4e Description-en: GNU Standard C++ Library v3 (development files) This package contains the headers and static library files necessary for building C++ programs which use libstdc++. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. Package: lib32stdc++6 Description-md5: 2124b81bef171d19a7c047c58ae7058f Description-en: GNU Standard C++ Library v3 (32 bit Version) This package contains an additional runtime library for C++ programs built with the GNU compiler. Package: lib32ubsan1 Description-md5: 00c57d4ccf298e90fae6bd6acdfad7ab Description-en: UBSan -- undefined behaviour sanitizer (32bit) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: libabsl20260526 Description-md5: 0c12eff1a67912071e9fcce1a2b03a41 Description-en: extensions to the C++ standard library Abseil is an open-source collection of C++ library code designed to augment the C++ standard library. The Abseil library code is collected from Google's C++ codebase and has been extensively tested and used in production. In some cases, Abseil provides pieces missing from the C++ standard; in others, Abseil provides alternatives to the standard for special needs. . This package contains Abseil's shared libraries. Package: libapache2-mod-apparmor Description-md5: 675226c578343873100f70dfcbc986ad Description-en: changehat AppArmor library as an Apache module libapache2-mod-apparmor provides the Apache module needed to declare various differing confinement policies when running virtual hosts in the webserver by using the changehat abilities exposed through libapparmor. Package: libapparmor-dev Description-md5: f329f1bdf6099a5bdced0e81f449ed0a Description-en: AppArmor development libraries and header files libapparmor-dev provides the development libraries and header files needed to link against libapparmor, as well as the manpages for library functions. Package: libapparmor1 Description-md5: f5c1acf1bc73c3aa32ae8c2037c1d85a Description-en: changehat AppArmor library libapparmor1 provides a shared library one can compile programs against in order to use various AppArmor functionality, such as transitioning to a different AppArmor profile or hat. Package: libasan8 Description-md5: 04e20d522e263c6563c2ea719c87026f Description-en: AddressSanitizer -- a fast memory error detector AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: libatk-adaptor Description-md5: 555ac72f9da0fe143c3859b4404b33e1 Description-en: AT-SPI 2 toolkit bridge This package includes a gtk-module that bridges ATK to the new D-Bus based AT-SPI. Package: libatk-bridge2.0-0t64 Description-md5: c290f0f14adb88ba9a3084abd9dc2268 Description-en: AT-SPI 2 toolkit bridge - shared library This package contains the ATK bridge shared library. Package: libatk-bridge2.0-dev Description-md5: 178e73fa408e4d41e0478ebc5a88e6f6 Description-en: Development files for the AT-SPI 2 toolkit bridge These are the development files for libatk-bridge2.0, needed for compilation of programs which use it. Package: libatk1.0-0t64 Description-md5: 1c89fa26cb3e32fd7a97c099285532f8 Description-en: ATK accessibility toolkit ATK is a toolkit providing accessibility interfaces for applications or other toolkits. By implementing these interfaces, those other toolkits or applications can be used with tools such as screen readers, magnifiers, and other alternative input devices. . This is the runtime part of ATK, needed to run applications built with it. Package: libatk1.0-dev Description-md5: 53650239fb69a38c98ea6ac0aaa4e43a Description-en: Development files for the ATK accessibility toolkit ATK is a toolkit providing accessibility interfaces for applications or other toolkits. By implementing these interfaces, those other toolkits or applications can be used with tools such as screen readers, magnifiers, and other alternative input devices. . These are the development files for ATK, needed for compilation of programs or toolkits which use it. Package: libatk1.0-doc Description-md5: 1cd17cc7acbbb1b0f9afe07b816b808b Description-en: Documentation files for the ATK toolkit ATK is a toolkit providing accessibility interfaces for applications or other toolkits. By implementing these interfaces, those other toolkits or applications can be used with tools such as screen readers, magnifiers, and other alternative input devices. . This contains the HTML documentation for the ATK library in /usr/share/doc/libatk1.0-doc/ . Package: libatomic1 Description-md5: 16938852526fc26bdbcb46c18435ed08 Description-en: support library providing __atomic built-in functions library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: libatspi2.0-0t64 Description-md5: 8e8543c1983d4f5d6305bf8bf14c302b Description-en: Assistive Technology Service Provider Interface - shared library This package contains the shared library for applications that wish to use the at-spi interface. Package: libatspi2.0-dev Description-md5: 7dc88fb60d32794135d45c02455456fb Description-en: Development files for the assistive technology service provider These are the development files for at-spi2, needed for compilation of programs which use it. Package: libbison-dev Description-md5: 9e58100d40bcef7ed1b8baab2a762770 Description-en: YACC-compatible parser generator - development library Bison is a general-purpose parser generator that converts a grammar description for an LALR(1) context-free grammar into a C program to parse that grammar. Once you are proficient with Bison, you may use it to develop a wide range of language parsers, from those used in simple desk calculators to complex programming languages. . This package provides the liby.a file including functions needed by yacc parsers. Package: libblkid-dev Description-md5: 7415f693bf9b8861c2b7f560fc52d6a4 Description-en: block device ID library - headers The blkid library allows system programs such as fsck and mount to quickly and easily find block devices by filesystem UUID or label. This allows system administrators to avoid specifying filesystems by hard-coded device names and use a logical naming system instead. . This package contains the development environment for the blkid library. Package: libblkid1 Description-md5: a511054d3223ae05280eebc8f3e2c80e Description-en: block device ID library The blkid library allows system programs such as fsck and mount to quickly and easily find block devices by filesystem UUID or label. This allows system administrators to avoid specifying filesystems by hard-coded device names and use a logical naming system instead. Package: libcap-ng-dev Description-md5: 6bf038197874d462e28409906258bc69 Description-en: Development and header files for libcap-ng This library implements the user-space interfaces to the POSIX 1003.1e capabilities available in Linux kernels. These capabilities are a partitioning of the all powerful root privilege into a set of distinct privileges. . The libcap-ng library is intended to make programming with POSIX capabilities much easier than the traditional libcap library. . This package contains header files and static libraries. Package: libcap-ng0 Description-md5: 43e332337e845c9ae5422001e67a1209 Description-en: alternate POSIX capabilities library This library implements the user-space interfaces to the POSIX 1003.1e capabilities available in Linux kernels. These capabilities are a partitioning of the all powerful root privilege into a set of distinct privileges. . The libcap-ng library is intended to make programming with POSIX capabilities much easier than the traditional libcap library. . This package contains dynamic libraries for libcap-ng. Package: libcc1-0 Description-md5: d8a62f43eef344a718f9c7152d75d70c Description-en: GCC cc1 plugin for GDB libcc1 is a plugin for GDB. Package: libcephfs-dev Description-md5: 199cb94b0f0e5b28605c8e915275ab44 Description-en: Ceph distributed file system client library (development files) Ceph is a distributed network file system designed to provide excellent performance, reliability, and scalability. This is a shared library allowing applications to access a Ceph distributed file system via a POSIX-like interface. . This package contains development files needed for building applications that link against libcephfs2. Package: libcephfs2 Description-md5: 02d5e7983127037e5b5e5e07dea2a6e4 Description-en: Ceph distributed file system client library Ceph is a distributed network file system designed to provide excellent performance, reliability, and scalability. This is a shared library allowing applications to access a Ceph distributed file system via a POSIX-like interface. Package: libdebhelper-perl Description-md5: 28ff8c768605ed424c531fb1eb355edf Description-en: debhelper perl modules A collection of programs that can be used in a debian/rules file to automate common tasks related to building Debian packages. . This package provides the perl modules used by the scripts in debhelper. Package: libdv4-dev Description-md5: d017c359e4a26d0707ca717b327a65a4 Description-en: software library for DV format digital video (devel files) The Quasar DV Codec (libdv) is a software decoder for DV format video, as defined by the IEC 61834 and SMPTE 314M standards. DV is the encoding format used by consumer-grade digital camcorders. . This package contains the development headers and library files needed to compile programs using libdv. Package: libdv4t64 Description-md5: 736b863777ce31e159d4bbc98f81e587 Description-en: software library for DV format digital video (runtime lib) The Quasar DV Codec (libdv) is a software decoder for DV format video, as defined by the IEC 61834 and SMPTE 314M standards. DV is the encoding format used by consumer-grade digital camcorders. . This package contains the library needed to run executables using libdv. Package: libegl-mesa0 Description-md5: b66a0a444abc380f2430455fec07e449 Description-en: free implementation of the EGL API -- Mesa vendor library This package contains the EGL native platform graphics interface library. EGL provides a platform-agnostic mechanism for creating rendering surfaces for use with other graphics libraries, such as OpenGL|ES. . This package contains the Mesa vendor library for EGL. Package: libegl1-mesa-dev Description-md5: f0976997100febbc0dde500dd9c87805 Description-en: free implementation of the EGL API -- development files This package contains the development environment required for compiling programs against EGL native platform graphics interface library. EGL provides a platform-agnostic mechanism for creating rendering surfaces for use with other graphics libraries, such as OpenGL|ES. . This package provides the development environment for compiling programs against the EGL library. Package: libfdisk-dev Description-md5: a2001aec023268fdcf5a0ff2b2688bd3 Description-en: fdisk partitioning library - headers The libfdisk library is used for manipulating partition tables. It is the core of the fdisk, cfdisk, and sfdisk tools. . This package contains the development environment for the fdisk library. Package: libfdisk1 Description-md5: 97986f600b6cd55d9613b5b8eac3b74a Description-en: fdisk partitioning library The libfdisk library is used for manipulating partition tables. It is the core of the fdisk, cfdisk, and sfdisk tools. Package: libftdi1-2 Description-md5: 44b641cfe0aea5b368375962bba8ec2c Description-en: C Library to control and program the FTDI USB controllers This library could talk to FTDI's FT232BM, FT245BM, FT2232C, FT2232D, FT245R, FT232H and FT230X type USB chips from userspace. It uses libusb 1.0 to communicate with the chips. . Functionalities include the possibility to use the chips in standard mode, in bitbang mode, and to read or write the serial EEPROM. . This is the C version of the library. Package: libftdi1-dev Description-md5: c6188394379e9996eb8ba7ed64402be0 Description-en: Development files for libftdi1 This library could talk to FTDI's FT232BM, FT245BM, FT2232C, FT2232D, FT245R, FT232H and FT230X type USB chips from userspace. It uses libusb 1.0 to communicate with the chips. . This package contains the header files and static library needed to compile applications that use libftdi1. Package: libftdi1-doc Description-md5: f5b5a1fafc053ad85f42c96e74e582d7 Description-en: Documentation for libftdi1 This library could talk to FTDI's FT232BM, FT245BM, FT2232C, FT2232D, FT245R, FT232H and FT230X type USB chips from userspace. It uses libusb 1.0 to communicate with the chips. . This package contains the documentation of the libftdi1 library. Package: libftdipp1-3 Description-md5: 01d594b6b4c0b61f26ddafb651e21e03 Description-en: C++ Library to control and program the FTDI USB controllers This library could talk to FTDI's FT232BM, FT245BM, FT2232C, FT2232D, FT245R, FT232H and FT230X type USB chips from userspace. It uses libusb 1.0 to communicate with the chips. . Functionalities include the possibility to use the chips in standard mode, in bitbang mode, and to read or write the serial EEPROM. . This is the C++ version of the library. Package: libftdipp1-dev Description-md5: bc5ed68b5fb570f78e5a38de5a2ee9a7 Description-en: Development files for libftdipp1 This library could talk to FTDI's FT232BM, FT245BM, FT2232C, FT2232D, FT245R, FT232H and FT230X type USB chips from userspace. It uses libusb 1.0 to communicate with the chips. . This package contains the header files and static library needed to compile applications that use libftdipp1. Package: libga68-1 Description-md5: 5b7e5135ff8b2edbf39411219e7e6434 Description-en: GNU Algol 68 standard library (runtime library) This is the GNU Algol 68 standard library that comes with the ga68 compiler. Package: libga68-15-dev Description-md5: 9574aee072e6e6899fe754ed2347c9c0 Description-en: GNU Algol 68 standard library This is the Algol 68 standard library that comes with the ga68 compiler. Package: libga68-16-dev Description-md5: 9574aee072e6e6899fe754ed2347c9c0 Description-en: GNU Algol 68 standard library This is the Algol 68 standard library that comes with the ga68 compiler. Package: libga68-2 Description-md5: 5b7e5135ff8b2edbf39411219e7e6434 Description-en: GNU Algol 68 standard library (runtime library) This is the GNU Algol 68 standard library that comes with the ga68 compiler. 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: libgcc-15-dev Description-md5: 4ab7cb439b47e1d0796fbaf8447229ac Description-en: GCC support library (development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: libgcc-s1 Description-md5: bbd60d723e97d8e06c04228ee4c76f10 Description-en: GCC support library Shared version of the support library, a library of internal subroutines that GCC uses to overcome shortcomings of particular machines, or special needs for some languages. Package: libgck-2-2 Description-md5: 295051c0037e672e4d1c6a05313400f6 Description-en: Glib wrapper library for PKCS#11 - runtime GCK is a wrapper based on GLib implementing the PKCS#11 (Cryptoki) interface. . This package contains the shared libraries needed to run programs built against the GCK library. Package: libgck-2-dev Description-md5: cfa95aba9f3b2a479b52494f03079fe7 Description-en: GLib wrapper library for PKCS#11 - development GCK is a wrapper based on GLib implementing the PKCS#11 (Cryptoki) interface. . This package contains the static libraries, header files and documentation needed to build applications using the GCK library. Package: libgck-2-doc Description-md5: 1eff4110e2151494884bd0cc3ad14eee Description-en: GLib wrapper library for PKCS#11 - documentation GCK is a wrapper based on GLib implementing the PKCS#11 (Cryptoki) interface. . This package contains the API documentation for the GCK library. Package: libgcobol-15-dev Description-md5: 1beb62506c556ed87d0ba541f9ba4f3b Description-en: GNU COBOL standard library This is the COBOL standard library that comes with the gcobol compiler. Package: libgcobol-16-dev Description-md5: 1beb62506c556ed87d0ba541f9ba4f3b Description-en: GNU COBOL standard library This is the COBOL standard library that comes with the gcobol compiler. Package: libgcobol1 Description-md5: c971f050ff5daf13bb63cc1de52ddabd Description-en: GNU COBOL standard library (runtime library) This is the GNU COBOL standard library that comes with the gcobol compiler. Package: libgcobol2 Description-md5: c971f050ff5daf13bb63cc1de52ddabd Description-en: GNU COBOL standard library (runtime library) This is the GNU COBOL standard library that comes with the gcobol compiler. Package: libgcr-4-4 Description-md5: 14e274d3cca43006fcf7e2eab5df3b13 Description-en: Library for Crypto related tasks GCR is a library for crypto UI and related tasks. . This package contains the GObject library for high level crypto parsing. Package: libgcr-4-dev Description-md5: 2c7f08f369b97bd861c14d57fe6e7323 Description-en: Library for Crypto UI related tasks - development GCR is a library for crypto UI and related tasks. . This package contains the static libraries, header files and documentation needed to build applications using the GCR library. Package: libgcr-4-doc Description-md5: d42e997633a20f948abe39568f9aaca9 Description-en: Library for Crypto UI related tasks - documentation GCR is a library for crypto UI and related tasks. . This package contains the API documentation for the GCR library. Package: libgdiagnostics-15-dev Description-md5: 25298d5ee7dca4e26a8ec417663f0cc9 Description-en: GCC diagnostic-handling code wrapped into a library (development files) GCCs diagnostic-handling code covers things like - quoting pertinent source code (with a cache) - underlining points and ranges in the source code, possibly with labels - emitting fix-it hints - generating patches from fix-it hints - SARIF output Package: libgdiagnostics-16-dev Description-md5: 25298d5ee7dca4e26a8ec417663f0cc9 Description-en: GCC diagnostic-handling code wrapped into a library (development files) GCCs diagnostic-handling code covers things like - quoting pertinent source code (with a cache) - underlining points and ranges in the source code, possibly with labels - emitting fix-it hints - generating patches from fix-it hints - SARIF output Package: libgdiagnostics0 Description-md5: c5bf9ec39a97a42c705ddbad7418ac10 Description-en: GCC diagnostic-handling code wrapped into a library (shared library) GCCs diagnostic-handling code covers things like - quoting pertinent source code (with a cache) - underlining points and ranges in the source code, possibly with labels - emitting fix-it hints - generating patches from fix-it hints - SARIF output Package: libgdk-pixbuf-2.0-0 Description-md5: 3661d277a7bf3213cc0853346c9a25ad Description-en: GDK Pixbuf library The GDK Pixbuf library provides: - Image loading and saving facilities. - Fast scaling and compositing of pixbufs. - Simple animation loading (ie. animated GIFs) Package: libgdk-pixbuf-2.0-dev Description-md5: aef4bcfe09bfc4c90061f44783b82140 Description-en: GDK Pixbuf library (development files) The GDK Pixbuf library provides: - Image loading and saving facilities. - Fast scaling and compositing of pixbufs. - Simple animation loading (ie. animated GIFs) . This package contains the header files which are needed for using GDK Pixbuf. Package: libgdk-pixbuf2.0-bin Description-md5: 14e7b643c073024082b532bd958c5a79 Description-en: GDK Pixbuf library (thumbnailer) The GDK Pixbuf library provides: - Image loading and saving facilities. - Fast scaling and compositing of pixbufs. - Simple animation loading (ie. animated GIFs) . This package contains the GDK pixdata compression utility, the thumbnailer and a utility for converting images into C code. Package: libgdk-pixbuf2.0-common Description-md5: cd3fff9d184ca859b9cd83a1a6a9e258 Description-en: GDK Pixbuf library - data files This package contains the common files and translations for the GDK Pixbuf library. Package: libgdk-pixbuf2.0-doc Description-md5: c538f05f54e6ea408fe4af9337f2cdf0 Description-en: GDK Pixbuf library (documentation) The GDK Pixbuf library provides: - Image loading and saving facilities. - Fast scaling and compositing of pixbufs. - Simple animation loading (ie. animated GIFs) . This package contains the HTML documentation for the GDK Pixbuf library in /usr/share/doc/libgtk2.0-doc/ . Package: libgfortran-15-dev Description-md5: 146f5739f84c8211389d84c7aa5bf949 Description-en: Runtime library for GNU Fortran applications (development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: libgfortran5 Description-md5: bb4b9e7dbbaa67e95441936718b11f39 Description-en: Runtime library for GNU Fortran applications Library needed for GNU Fortran applications linked against the shared library. Package: libgjs-dev Description-md5: f37b9a744637f39fec04d24e3fa654f9 Description-en: Mozilla-based javascript bindings for GNOME - development files Makes it possible for applications to use all of GNOME's platform libraries using the JavaScript language. It's mainly based on the Mozilla JavaScript engine and the GObject introspection framework. . This package contains the development files applications need to build against. Package: libgjs0 Description-md5: 5fbf598c66bb05089d9f63d63e1412ff Description-en: Mozilla-based javascript bindings for the GNOME platform Makes it possible for applications to use all of GNOME's platform libraries using the JavaScript language. It's mainly based on the Mozilla JavaScript engine and the GObject introspection framework. . This is the shared library applications link to. Package: libgl1-mesa-dev Description-md5: 635a93bcd1440d16621693fe064c2aa9 Description-en: transitional dummy package This is a transitional dummy package, it can be safely removed. Package: libgl1-mesa-dri Description-md5: 4ce0833dab51e157223384b77395619a 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 libglx-mesa0 package. Package: libgles2-mesa-dev Description-md5: 635a93bcd1440d16621693fe064c2aa9 Description-en: transitional dummy package This is a transitional dummy package, it can be safely removed. Package: libglx-mesa0 Description-md5: 553ff9489ccb9f6bdae31dc8c33ac85b Description-en: free implementation of the OpenGL API -- GLX vendor library Mesa is a 3-D graphics library with an API which is very similar to that of OpenGL. To the extent that Mesa utilizes the OpenGL command syntax or state machine, it is being used with authorization from Silicon Graphics, Inc. However, the authors make no claim that Mesa is in any way a compatible replacement for OpenGL or associated with Silicon Graphics, Inc. . This version of Mesa provides GLX and DRI capabilities: it is capable of both direct and indirect rendering. For direct rendering, it can use DRI modules from the libgl1-mesa-dri package to accelerate drawing. . This package does not include the modules themselves: these can be found in the libgl1-mesa-dri package. Package: libgnome-bg-4-2t64 Description-md5: 772bba653069fbbcbcf25242289a6893 Description-en: Utility library for background images - runtime files The gnome-desktop set of libraries provides various utility functions that are used in multiple components of the GNOME desktop, but do not have a sufficiently stable API to be included in core libraries such as GLib and GTK. . This library provides utilities for managing background images (wallpaper). Package: libgnome-bg-4-dev Description-md5: 2af47c9a5c6a69e0092eba535e0417bf Description-en: Background image library for GNOME - development files (GTK 4) The gnome-desktop set of libraries provides various utility functions that are used in multiple components of the GNOME desktop, but do not have a sufficiently stable API to be included in core libraries such as GLib and GTK. . This package contains development files to compile programs that deal with background images. Package: libgnome-desktop-3-21 Description-md5: 430f8dc5ea00fe6a12f99f798893dcfc Description-en: Utility library for the GNOME desktop - GTK 3 version This library provides various utility functions that are used in multiple components of the GNOME desktop, but do not have a sufficiently stable API to be included in core libraries such as GLib and GTK. . This package provides a legacy GTK-3-based library with functionality similar to a combination of libgnome-bg-4-2t64 and libgnome-desktop-4-2t64 for compatibility with older GNOME components. Package: libgnome-desktop-3-dev Description-md5: 8b6bcc623524b9a310c69421d9a68a7f Description-en: Utility library for the GNOME desktop - development files (GTK 3) This package provides the include files and static library for the GNOME desktop library functions. Package: libgnome-desktop-4-2t64 Description-md5: fa3fa336c77e0fb7f58a288ae9b077a3 Description-en: Utility library for the GNOME desktop - runtime files The gnome-desktop set of libraries provides various utility functions that are used in multiple components of the GNOME desktop, but do not have a sufficiently stable API to be included in core libraries such as GLib and GTK. . This library provides miscellaneous non-GUI utilities, including sandboxed image thumbnailing, localization-related utilities, idle time monitoring, a simplified interface to the udev hardware database, putting processes into systemd scopes, user-facing time representation and keyboard layout information. Package: libgnome-desktop-4-dev Description-md5: 0b146d170235dcc0f5feb070a024c332 Description-en: Utility library for the GNOME desktop - development files (GTK 4) The gnome-desktop set of libraries provides various utility functions that are used in multiple components of the GNOME desktop, but do not have a sufficiently stable API to be included in core libraries such as GLib and GTK. . This package contains development files to compile programs that use miscellaneous non-GUI utility functions. Package: libgnome-desktop-doc Description-md5: c5b7f6d390502465a66094c2ed1cc88d Description-en: API documentation for libgnome-desktop The gnome-desktop set of libraries provides various utility functions that are used in multiple components of the GNOME desktop, but do not have a sufficiently stable API to be included in core libraries such as GLib and GTK. . This package contains API documentation, currently only available for the GTK 3 version of the library. Package: libgnome-qr-4-0 Description-md5: 14c3ce9e341ef068c2aab77fb6d05363 Description-en: Utility library for QR Codes - runtime files The gnome-desktop set of libraries provides various utility functions that are used in multiple components of the GNOME desktop, but do not have a sufficiently stable API to be included in core libraries such as GLib and GTK. . This library provides utilities for creating QR Codes textures. Package: libgnome-qr-4-dev Description-md5: 415fa0f8cd7e1164eadedec4e94343e0 Description-en: QR Codes library for GNOME - development files The gnome-desktop set of libraries provides various utility functions that are used in multiple components of the GNOME desktop, but do not have a sufficiently stable API to be included in core libraries such as GLib and GTK. . This package contains development files to compile programs that deal with QR codes. Package: libgnome-qr-gtk-4-0 Description-md5: f2de412d0298db4d476aba0b9ba91015 Description-en: Utility library for GTK4 QR codes - runtime files The gnome-desktop set of libraries provides various utility functions that are used in multiple components of the GNOME desktop, but do not have a sufficiently stable API to be included in core libraries such as GLib and GTK. . This library provides utilities for creating QR Codes GTK Widgets. Package: libgnome-qr-gtk-4-dev Description-md5: 155fdbcf94e8e313d9d3dca53294e321 Description-en: QR Codes library for GNOME - development files (GTK 4) The gnome-desktop set of libraries provides various utility functions that are used in multiple components of the GNOME desktop, but do not have a sufficiently stable API to be included in core libraries such as GLib and GTK. . This package contains development files to compile programs that deal with QR codes. Package: libgomp1 Description-md5: 9651123458dd1bf3c162dfb6a6292ff4 Description-en: GCC OpenMP (GOMP) support library GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: libgs-common Description-md5: f92b51d32c9fe5a00b067a4217fb52d4 Description-en: interpreter for the PostScript language and for PDF - ICC profiles 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 ICC profiles. Package: libgs-dev Description-md5: d6a2dde8d4db25961db6acb4a49f4d25 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: libgs10 Description-md5: de523415e19130a0934b2c696cdedb84 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: libgs10-common Description-md5: 03b0a316c78970cfdbe325103ae4bbe5 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: libgtksourceview-5-0 Description-md5: 8402de2ec305be295760107d6dd05c50 Description-en: shared libraries for the GTK 4 syntax highlighting widget GtkSourceView is a text widget that extends the standard GTK 4 text widget GtkTextView. It improves GtkTextView by implementing syntax highlighting and other features typical of a source editor. . This package contains the shared libraries required by applications to use this widget. Package: libgtksourceview-5-common Description-md5: 816e7825a6cca729f78991c589bfae90 Description-en: common files for the GTK 4 syntax highlighting widget GtkSourceView is a text widget that extends the standard GTK 4 text widget GtkTextView. It improves GtkTextView by implementing syntax highlighting and other features typical of a source editor. . This package contains the language specifications files for Ada, C, C++, C#, CSS, ".desktop", ".diff" (patch), Fortran 95, GtkRC, Haskell, HTML, IDL, ".ini", Java, JavaScript, LaTeX, Lua, MSIL, Nemerle, Pascal, Perl, PHP, ".po" (gettext), Python, R, Ruby, sh, SQL, Tcl, Texinfo, VB.NET, Verilog, VHDL and XML. Package: libgtksourceview-5-dev Description-md5: 3a0f50134575167755a6ed265a26ddbc Description-en: development files for the GTK 4 syntax highlighting widget GtkSourceView is a text widget that extends the standard GTK 4 text widget GtkTextView. It improves GtkTextView by implementing syntax highlighting and other features typical of a source editor. . This package contains the header files required if you wish to develop software that uses the GtkSourceView widget. Package: libgtksourceview-5-doc Description-md5: a36ec741acbe9d34b440d3ac839ffe77 Description-en: documentation for the GTK 4 syntax highlighting widget GtkSourceView is a text widget that extends the standard GTK 4 text widget GtkTextView. It improves GtkTextView by implementing syntax highlighting and other features typical of a source editor. . This package contains the GtkSourceView reference manual. Package: libgusb-dev Description-md5: beaec9dbb7a30253224519c270663072 Description-en: GLib wrapper around libusb1 - development files GUsb is a GObject wrapper for libusb1 that makes it easy to do asynchronous control, bulk and interrupt transfers with proper cancellation and integration into a mainloop. . This package contains header files needed for compiling programs with GUsb and the gusbcmd debugging utility. Package: libgusb-doc Description-md5: 8d3c01c7e69846f36df8fc25f014c016 Description-en: GLib wrapper around libusb1 - documentation GUsb is a GObject wrapper for libusb1 that makes it easy to do asynchronous control, bulk and interrupt transfers with proper cancellation and integration into a mainloop. . This package contains the documentation. Package: libgusb2a Description-md5: 41f01b17b9ed8d44b92d29d701dc060f Description-en: GLib wrapper around libusb1 GUsb is a GObject wrapper for libusb1 that makes it easy to do asynchronous control, bulk and interrupt transfers with proper cancellation and integration into a mainloop. . This package contains the GUsb shared library. Package: libhwasan0 Description-md5: 3e86044294569fc681ceeaf4424622e4 Description-en: AddressSanitizer -- a fast memory error detector AddressSanitizer (HWASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: libitm1 Description-md5: 353dc4001cbe783e9f0a27c29f5dc3b5 Description-en: GNU Transactional Memory Library GNU Transactional Memory Library (libitm) provides transaction support for accesses to the memory of a process, enabling easy-to-use synchronization of accesses to shared memory by several threads. Package: libjs-sphinxdoc Description-md5: 63a7d0de40a41c4829f00fcb9417cf9d Description-en: JavaScript support for Sphinx documentation Sphinx is a tool for producing documentation for Python projects, using reStructuredText as markup language. . This package provides JavaScript code for documentation generated by Sphinx. Package: liblastlog2-2 Description-md5: eea62ff73e66a83c684042e59cac1a51 Description-en: lastlog2 database shared library Y2038 safe lastlog database implementation, library files. Package: liblastlog2-dev Description-md5: 42df80bdba2e0937a17549382e737280 Description-en: liblastlog2 development files Y2038 safe lastlog database implementation, development files. Package: liblsan0 Description-md5: fd77936d8cda7d6af8bc33d6f395c678 Description-en: LeakSanitizer -- a memory leak detector (runtime) LeakSanitizer (Lsan) is a memory leak detector which is integrated into AddressSanitizer. Package: libmariadb-dev Description-md5: 8a4024b869a14aa1c459413a6bb63140 Description-en: MariaDB database development files MariaDB is a fast, stable and true multi-user, multi-threaded SQL database server. SQL (Structured Query Language) is the most popular database query language in the world. The main goals of MariaDB are speed, robustness and ease of use. . This package includes development libraries and header files to allow sources expecting the MariaDB Connector/C to build. Sources that expect the MySQL client libraries should use files from the libmariadb-dev-compat package. Package: libmariadb3 Description-md5: c48685b906f3842ee48fd71db5681868 Description-en: MariaDB database client library MariaDB is a fast, stable and true multi-user, multi-threaded SQL database server. SQL (Structured Query Language) is the most popular database query language in the world. The main goals of MariaDB are speed, robustness and ease of use. . This package includes the client library. Package: libmariadbd-dev Description-md5: 7db3cf98f13e6c2679120ae92a13e990 Description-en: MariaDB embedded database, development files package MariaDB is a fast, stable and true multi-user, multi-threaded SQL database server. SQL (Structured Query Language) is the most popular database query language in the world. The main goals of MariaDB are speed, robustness and ease of use. . This package includes the MariaDB embedded server library development and header files. Package: libmariadbd19t64 Description-md5: a85241d1aa0dccaa3ede8bda094b9117 Description-en: MariaDB embedded database, shared library MariaDB is a fast, stable and true multi-user, multi-threaded SQL database server. SQL (Structured Query Language) is the most popular database query language in the world. The main goals of MariaDB are speed, robustness and ease of use. . This package includes a shared library for embedded MariaDB applications. Package: libmount-dev Description-md5: 07d7a2af1f3a709af925942f04219978 Description-en: device mounting library - headers This device mounting library is used by mount and umount helpers. . This package contains the development environment for the mount library. Package: libmount1 Description-md5: 7e446c44302ff94779f1434f2e05d553 Description-en: device mounting library This device mounting library is used by mount and umount helpers. Package: libmutter-51-0 Description-md5: b97c0d0b0f27cb2414e26e8b7d3d4a69 Description-en: window manager library from the Mutter window manager Mutter is a Wayland display server and X11 window manager and compositor library. It contains functionality related to, among other things, window management, window compositing, focus tracking, workspace management, keybindings and monitor configuration. . Internally it uses a fork of Cogl, a hardware acceleration abstraction library used to simplify usage of OpenGL pipelines, as well as a fork of Clutter, a scene graph and user interface toolkit. . This package contains the window manager shared library, used by mutter itself, and gnome-shell. Package: libmutter-51-dev Description-md5: 95c9a0fc0bbe905f4b590d4634d1e8bd Description-en: Development files for the Mutter window manager Mutter is a Wayland display server and X11 window manager and compositor library. It contains functionality related to, among other things, window management, window compositing, focus tracking, workspace management, keybindings and monitor configuration. . Internally it uses a fork of Cogl, a hardware acceleration abstraction library used to simplify usage of OpenGL pipelines, as well as a fork of Clutter, a scene graph and user interface toolkit. . This package contains the development files. Package: libnet-ssleay-perl Description-md5: ccc2258977dc0f512ba135bc3f4c6bca Description-en: Perl module for Secure Sockets Layer (SSL) Net::SSLeay is a perl module that allows you to call Secure Sockets Layer (SSL) functions of the SSLeay library directly from your perl scripts. It is useful if you want to program robots that access secure web servers or if you want to build your own applications over SSL encrypted tunnels. If you just want to view web pages on https servers, you do not need this - your web browser already knows to do that. Package: libnss-mymachines Description-md5: 588342105e1fdd6ff74c093651cb80cc Description-en: nss module to resolve hostnames for local container instances nss-mymachines is a plugin for the GNU Name Service Switch (NSS) functionality of the GNU C Library (glibc) providing hostname resolution for local containers that are registered with systemd-machined.service(8). The container names are resolved to IP addresses of the specific container, ordered by their scope. . Installing this package automatically adds mymachines to /etc/nsswitch.conf. Package: libnss-systemd Description-md5: f5bdd7572f97a2162876ec5b0a11a2ca Description-en: nss module providing dynamic user and group name resolution nss-systemd is a plug-in module for the GNU Name Service Switch (NSS) functionality of the GNU C Library (glibc), providing UNIX user and group name resolution for dynamic users and groups allocated through the DynamicUser= option in systemd unit files. See systemd.exec(5) for details on this option. . Installing this package automatically adds the module to /etc/nsswitch.conf. Package: libpam-apparmor Description-md5: 918c214ce48cc6f3fc9db6a4756692b1 Description-en: changehat AppArmor library as a PAM module libpam-apparmor provides the PAM module needed to declare various differing confinement policies when starting PAM sessions by using the changehat abilities exposed through libapparmor. Package: libpam-systemd Description-md5: 7acf141cc9da21b0ad349b6cecc40e46 Description-en: system and service manager - PAM module This package contains the PAM module which registers user sessions in the systemd control group hierarchy for logind. . If in doubt, do install this package. . Packages that depend on logind functionality need to depend on libpam-systemd. Package: libpcap-dev Description-md5: 10078daf2f68ccb78a8fc1970d8c94f5 Description-en: development library for libpcap (transitional package) Empty package to facilitate upgrades, can be safely removed. Package: libpcap0.8-dev Description-md5: a3ff5e14494b1f84190d00036db35b80 Description-en: development library and header files for libpcap0.8t64 Headers, static libraries, and documentation for the libpcap library. . libpcap (Packet CAPture) provides a portable framework for low-level network monitoring. Applications include network statistics collection, security monitoring, network debugging, etc. . Since almost every system vendor provides a different interface for packet capture, and since there are several tools that require this functionality, the libpcap authors created this system-independent API to ease in porting and to alleviate the need for several system-dependent packet capture modules in each application. Package: libpcap0.8t64 Description-md5: fc353603d8470e05b8e9063ea61ff608 Description-en: system interface for user-level packet capture libpcap (Packet CAPture) provides a portable framework for low-level network monitoring. Applications include network statistics collection, security monitoring, network debugging, etc. . Since almost every system vendor provides a different interface for packet capture, and since there are several tools that require this functionality, the libpcap authors created this system-independent API to ease in porting and to alleviate the need for several system-dependent packet capture modules in each application. Package: libquadmath0 Description-md5: fb375c278b15a5774cef34cf9570ecc9 Description-en: GCC Quad-Precision Math Library A library, which provides quad-precision mathematical functions on targets supporting the __float128 datatype. The library is used to provide on such targets the REAL(16) type in the GNU Fortran compiler. Package: librados-dev Description-md5: 45a1795729f9041b2c4d34b965fbaee2 Description-en: RADOS distributed object store client library (development files) RADOS is a reliable, autonomic distributed object storage cluster developed as part of the Ceph distributed storage system. This is a shared library allowing applications to access the distributed object store using a simple file-like interface. . This package contains development files needed for building applications that link against librados2. Package: librados2 Description-md5: 42d0f393b45b7f226597be77c6f81917 Description-en: RADOS distributed object store client library RADOS is a reliable, autonomic distributed object storage cluster developed as part of the Ceph distributed storage system. This is a shared library allowing applications to access the distributed object store using a simple file-like interface. Package: libradospp-dev Description-md5: 4ce7db00f2938342bfc7020f0991c068 Description-en: RADOS distributed object store client C++ library (development files) RADOS is a reliable, autonomic distributed object storage cluster developed as part of the Ceph distributed storage system. This is a shared library allowing applications to access the distributed object store using a simple file-like interface. . This package contains development files needed for building C++ applications that link against librados. Package: libradosstriper-dev Description-md5: 6f57130183c8867822b0282d4ac643de Description-en: RADOS striping interface (development files) libradosstriper is a striping interface built on top of the rados library, allowing to stripe bigger objects onto several standard rados objects using an interface very similar to the rados one. . This package contains development files needed for building applications that link against libradosstriper. Package: libradosstriper1 Description-md5: 8eaa39c6dbf5ac98aa498ab19f58ef59 Description-en: RADOS striping interface Striping interface built on top of the rados library, allowing to stripe bigger objects onto several standard rados objects using an interface very similar to the rados one. Package: librbd-dev Description-md5: 5a3f9d05f90eae572a3f0c323daf1cab Description-en: RADOS block device client library (development files) RBD is a block device striped across multiple distributed objects in RADOS, a reliable, autonomic distributed object storage cluster developed as part of the Ceph distributed storage system. This is a shared library allowing applications to manage these block devices. . This package contains development files needed for building applications that link against librbd1. Package: librbd1 Description-md5: 3b39955e1c12f7ad8d4c44efcc8ec188 Description-en: RADOS block device client library RBD is a block device striped across multiple distributed objects in RADOS, a reliable, autonomic distributed object storage cluster developed as part of the Ceph distributed storage system. This is a shared library allowing applications to manage these block devices. Package: librgw-dev Description-md5: 8149104396a488a846ee0d3aa3519969 Description-en: RADOS client library (development files) RADOS is a distributed object store used by the Ceph distributed storage system. This package provides a REST gateway to the object store that aims to implement a superset of Amazon's S3 service. . This package contains development files needed for building applications that link against librgw2. Package: librgw2 Description-md5: f22d09b57c5aae1c633c01f1f6921964 Description-en: RADOS Gateway client library RADOS is a distributed object store used by the Ceph distributed storage system. This package provides a REST gateway to the object store that aims to implement a superset of Amazon's S3 service. . This package contains the library interface and headers only. Package: libsmartcols-dev Description-md5: a7578b54dbfd56c566b744ccaecec7c9 Description-en: smart column output alignment library - headers This smart column output alignment library is used by fdisk utilities. . This package contains the development environment for the mount library. Package: libsmartcols1 Description-md5: d5382f0223188fc45ed69f879488c198 Description-en: smart column output alignment library This smart column output alignment library is used by fdisk utilities. Package: libsqlite3-mod-ceph Description-md5: 15720a87061408811ae326114dbd92e3 Description-en: SQLite3 VFS for Ceph A SQLite3 VFS for storing and manipulating databases stored on Ceph's RADOS distributed object store. . This packages contains the loadable extension module for SQLite3. Package: libsqlite3-mod-ceph-dev Description-md5: 3e50681a5f6b0394e44543926bc840a7 Description-en: SQLite3 VFS for Ceph (development files) A SQLite3 VFS for storing and manipulating databases stored on Ceph's RADOS distributed object store. . This package contains development files needed for building applications that link against libsqlite3-mod-ceph. Package: libssh2-1-dev Description-md5: 069490795958c24c9fe87f4f276ea25c Description-en: SSH2 client-side library (development headers) libssh2 is a client-side C library implementing the SSH2 protocol. It supports regular terminal, SCP and SFTP (v1-v5) sessions; port forwarding, X11 forwarding; password, key-based and keyboard-interactive authentication. . This package contains the development files. Package: libssh2-1t64 Description-md5: a72806365acab9f7b0057c7e13cb7b14 Description-en: SSH2 client-side library libssh2 is a client-side C library implementing the SSH2 protocol. It supports regular terminal, SCP and SFTP (v1-v5) sessions; port forwarding, X11 forwarding; password, key-based and keyboard-interactive authentication. . This package contains the runtime library. Package: libstd-rust-dev Description-md5: 6e36dfedc334a07e0aac067c3ff7b4f2 Description-en: Rust standard libraries - development files Rust is a curly-brace, block-structured expression language. It visually resembles the C language family, but differs significantly in syntactic and semantic details. Its design is oriented toward concerns of "programming in the large", that is, of creating and maintaining boundaries - both abstract and operational - that preserve large-system integrity, availability and concurrency. . It supports a mixture of imperative procedural, concurrent actor, object-oriented and pure functional styles. Rust also supports generic programming and meta-programming, in both static and dynamic styles. . This package contains development files for the standard Rust libraries, needed to compile Rust programs. It may also be installed on a system of another host architecture, for cross-compiling to this architecture. . This is a dependency package providing the default development package. Package: libstd-rust-dev-wasm32 Description-md5: 5fc64c9fbd19805cd3e70c277f4212f6 Description-en: Rust standard libraries - development files Rust is a curly-brace, block-structured expression language. It visually resembles the C language family, but differs significantly in syntactic and semantic details. Its design is oriented toward concerns of "programming in the large", that is, of creating and maintaining boundaries - both abstract and operational - that preserve large-system integrity, availability and concurrency. . It supports a mixture of imperative procedural, concurrent actor, object-oriented and pure functional styles. Rust also supports generic programming and meta-programming, in both static and dynamic styles. . This package contains the standard Rust libraries including development files, needed to cross-compile Rust programs to the wasm32-unknown-unknown and wasm32-wasip1/wasm32-wasip2 targets. . This is a dependency package providing the default wasm32 cross-compilation standard libraries. Package: libstdc++-15-dev Description-md5: a197f2aec835e5fc6f8f76039d8a7c4e Description-en: GNU Standard C++ Library v3 (development files) This package contains the headers and static library files necessary for building C++ programs which use libstdc++. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. Package: libstdc++-15-pic Description-md5: 1b398e74a3b20401a8669d8c6472c7cc Description-en: GNU Standard C++ Library v3 (shared library subset kit) This is used to develop subsets of the libstdc++ shared libraries for use on custom installation floppies and in embedded systems. . Unless you are making one of those, you will not need this package. Package: libstdc++6 Description-md5: 724ab84919e0e220afb960e36463914d Description-en: GNU Standard C++ Library v3 This package contains an additional runtime library for C++ programs built with the GNU compiler. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. Package: libsubid-dev Description-md5: bd9c910b536a4d3d61a61fc8b4cdcd47 Description-en: subordinate id handling library -- shared library The library provides an interface for querying, granding and ungranting subordinate user and group ids. . This package contains the C header files that are needed for applications to use the libsubid library. Package: libsubid5 Description-md5: a7900d85cbe3a21108f18e52c9a6ed7a Description-en: subordinate id handling library -- shared library The library provides an interface for querying, granding and ungranting subordinate user and group ids. Package: libsystemd-dev Description-md5: b7a2ec6dc94dcd8833e0cab01ff4a2c0 Description-en: systemd utility library - development files This library provides APIs to interface with various system components such as the system journal, the system service manager, D-Bus and more. . This package contains the files needed for developing applications that use libsystemd. Package: libsystemd-shared Description-md5: 96ee33bdb47b225b7cbe0eccdc682e81 Description-en: systemd shared private library This internal shared library provides common code used by various systemd components. It is supposed to decrease memory and disk footprint. The shared library is not meant for public use and is not API or ABI stable. Package: libsystemd0 Description-md5: 9afc42993cf4bce87281097b6b9586c9 Description-en: systemd utility library This library provides APIs to interface with various system components such as the system journal, the system service manager, D-Bus and more. Package: libtag-c-dev Description-md5: 538f39350eaddbdda38b60f126bcbf68 Description-en: transitional package This is a transitional package. It can safely be removed. . Packages that need taglib C bindings should use libtag-dev instead. Package: libtag-c2 Description-md5: aab18d3b0a1b77b34ac3bac33b46cb98 Description-en: audio meta-data library - C bindings TagLib is a library for reading and editing audio meta data, commonly know as tags. . - A clean, high level, C++ API to handling audio meta data. - Format specific APIs for advanced API users. - ID3v1, ID3v2, APE, FLAC, Xiph, iTunes-style MP4 and WMA tag formats. - MP3, MPC, FLAC, MP4, ASF, AIFF, WAV, TrueAudio, WavPack, Ogg FLAC, Ogg Vorbis, Speex and Opus file formats. - Basic audio file properties such as length, sample rate, etc. - Long term binary and source compatibility. - Extensible design, notably the ability to add other formats or extend - current formats as a library user. - Full support for unicode and internationalized tags. - Dual MPL and LGPL licenses. - No external toolkit dependencies. . This is the runtime package for programs that use the TagLib Audio Meta-Data Library (C bindings). Package: libtag-dev Description-md5: bb9d2209ab39abf056daf4530acb4feb Description-en: audio meta-data library - development files TagLib is a library for reading and editing audio meta data, commonly know as tags. . - A clean, high level, C++ API to handling audio meta data. - Format specific APIs for advanced API users. - ID3v1, ID3v2, APE, FLAC, Xiph, iTunes-style MP4 and WMA tag formats. - MP3, MPC, FLAC, MP4, ASF, AIFF, WAV, TrueAudio, WavPack, Ogg FLAC, Ogg Vorbis, Speex and Opus file formats. - Basic audio file properties such as length, sample rate, etc. - Long term binary and source compatibility. - Extensible design, notably the ability to add other formats or extend - current formats as a library user. - Full support for unicode and internationalized tags. - Dual MPL and LGPL licenses. - No external toolkit dependencies. . This is the development package which contains headers for the TagLib Audio Meta-Data Library. Package: libtag-doc Description-md5: 3fe778e2182e70213e355d75b3d9f44e Description-en: audio meta-data library - API documentation TagLib is a library for reading and editing audio meta data, commonly know as tags. . - A clean, high level, C++ API to handling audio meta data. - Format specific APIs for advanced API users. - ID3v1, ID3v2, APE, FLAC, Xiph, iTunes-style MP4 and WMA tag formats. - MP3, MPC, FLAC, MP4, ASF, AIFF, WAV, TrueAudio, WavPack, Ogg FLAC, Ogg Vorbis, Speex and Opus file formats. - Basic audio file properties such as length, sample rate, etc. - Long term binary and source compatibility. - Extensible design, notably the ability to add other formats or extend - current formats as a library user. - Full support for unicode and internationalized tags. - Dual MPL and LGPL licenses. - No external toolkit dependencies. . This is the documentation package which contains API documentation for the TagLib Audio Meta-Data Library. Package: libtag2 Description-md5: 5ec525990655e19ff0dcb4105441dcfe Description-en: audio meta-data library TagLib is a library for reading and editing audio meta data, commonly know as tags. . - A clean, high level, C++ API to handling audio meta data. - Format specific APIs for advanced API users. - ID3v1, ID3v2, APE, FLAC, Xiph, iTunes-style MP4 and WMA tag formats. - MP3, MPC, FLAC, MP4, ASF, AIFF, WAV, TrueAudio, WavPack, Ogg FLAC, Ogg Vorbis, Speex and Opus file formats. - Basic audio file properties such as length, sample rate, etc. - Long term binary and source compatibility. - Extensible design, notably the ability to add other formats or extend - current formats as a library user. - Full support for unicode and internationalized tags. - Dual MPL and LGPL licenses. - No external toolkit dependencies. . This is the runtime package for programs that use the TagLib Audio Meta-Data Library. Package: libtsan2 Description-md5: 750c144e4cc79bcf76c58f43c882ff70 Description-en: ThreadSanitizer -- a Valgrind-based detector of data races (runtime) ThreadSanitizer (Tsan) is a data race detector for C/C++ programs. The Linux and Mac versions are based on Valgrind. Package: libubsan1 Description-md5: 0d50b6d1808d18442db720f04627b846 Description-en: UBSan -- undefined behaviour sanitizer (runtime) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: libudev-dev Description-md5: 3a6ff6d519afbe7874e323cf64c41387 Description-en: libudev development files This library provides APIs to introspect and enumerate devices on the local system. . This package contains the files needed for developing applications that use libudev. Package: libudev1 Description-md5: ee41de00cbb160aaa4ae2b193df34f91 Description-en: libudev shared library This library provides APIs to introspect and enumerate devices on the local system. Package: libuuid1 Description-md5: f31dd3d34d42a99fedd60c9fb7d79469 Description-en: Universally Unique ID library The libuuid library generates and parses 128-bit Universally Unique IDs (UUIDs). A UUID is an identifier that is unique within the space of all such identifiers across both space and time. It can be used for multiple purposes, from tagging objects with an extremely short lifetime to reliably identifying very persistent objects across a network. . See RFC 4122 for more information. Package: libx32asan8 Description-md5: 51a639c3760e456ac48834fb47045c42 Description-en: AddressSanitizer -- a fast memory error detector (x32) AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: libx32atomic1 Description-md5: 17429d2d39217f0a95507decf171c10f Description-en: support library providing __atomic built-in functions (x32) library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: libx32gcc-15-dev Description-md5: df49fd36cacd441ececa361c98eaaa4a Description-en: GCC support library (x32 development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: libx32gcc-s1 Description-md5: 23c4abc6ef9d972b6f047316897bf30d Description-en: GCC support library (x32) Shared version of the support library, a library of internal subroutines that GCC uses to overcome shortcomings of particular machines, or special needs for some languages. Package: libx32gfortran-15-dev Description-md5: aae616b6d05c4081844ad0d321e187db Description-en: Runtime library for GNU Fortran applications (x32 development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: libx32gfortran5 Description-md5: 3c011e928f9c344ce5ade56af0ec77b2 Description-en: Runtime library for GNU Fortran applications (x32) Library needed for GNU Fortran applications linked against the shared library. Package: libx32gomp1 Description-md5: 1388436f97e9425feb598766343a05b7 Description-en: GCC OpenMP (GOMP) support library (x32) GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: libx32itm1 Description-md5: 60c3549c857ee22163b3a82b265880de Description-en: GNU Transactional Memory Library (x32) This manual documents the usage and internals of libitm. It provides transaction support for accesses to the memory of a process, enabling easy-to-use synchronization of accesses to shared memory by several threads. Package: libx32quadmath0 Description-md5: 514c6a5cffd4febce8121f2d08419504 Description-en: GCC Quad-Precision Math Library (x32) A library, which provides quad-precision mathematical functions on targets supporting the __float128 datatype. The library is used to provide on such targets the REAL(16) type in the GNU Fortran compiler. Package: libx32stdc++-15-dev Description-md5: a197f2aec835e5fc6f8f76039d8a7c4e Description-en: GNU Standard C++ Library v3 (development files) This package contains the headers and static library files necessary for building C++ programs which use libstdc++. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. Package: libx32stdc++6 Description-md5: f336833aedca4cda1d9923ce79172164 Description-en: GNU Standard C++ Library v3 (x32) This package contains an additional runtime library for C++ programs built with the GNU compiler. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. Package: libx32ubsan1 Description-md5: 1e3c22c974d49dfa0d90d25dc725cf74 Description-en: UBSan -- undefined behaviour sanitizer (x32) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: linux-bpf-dev Description-md5: ef487f2f846252f409f3ebb8ece1c714 Description-en: Headers for BPF development The vmlinux.h header is provided to allow userspace to build BPF CO-RE programs targeting the packaged kernel. Package: linux-buildinfo-7.3.0-6-generic Description-md5: 1a4a0a2730a7cbaabc94c6c1db9f132b Description-en: Linux kernel buildinfo for version 7.3.0 This package contains the Linux kernel buildinfo for version 7.3.0. . You likely do not want to install this package. Package: linux-cloud-tools-7.3.0-6 Description-md5: 7f1cead95b726b8d6fa7ecd341220731 Description-en: Linux kernel version specific cloud tools for version 7.3.0-6 This package provides the architecture dependant parts for kernel version locked tools for cloud tools for version 7.3.0-6. You probably want to install linux-cloud-tools-7.3.0-6-. Package: linux-cloud-tools-7.3.0-6-generic Description-md5: 34ddffdad3c80a007fe1e5ffdea90dd5 Description-en: Linux kernel version specific cloud tools for version 7.3.0-6 This package provides the architecture dependant parts for kernel version locked tools for cloud for version 7.3.0-6. Package: linux-cloud-tools-common Description-md5: 8da40ec0da98914a5b3062ec901de7e0 Description-en: Linux kernel version specific cloud tools for version 7.3.0 This package provides the architecture independent parts for kernel version locked tools for cloud tools for version 7.3.0. Package: linux-cloud-tools-generic Description-md5: 5c22a6fda8e688ed1a83b6cd5236f5e8 Description-en: Generic Linux kernel cloud tools This package will always depend on the latest generic kernel cloud tools available. Package: linux-cloud-tools-generic-7.3 Description-md5: 5c22a6fda8e688ed1a83b6cd5236f5e8 Description-en: Generic Linux kernel cloud tools This package will always depend on the latest generic kernel cloud tools available. Package: linux-cloud-tools-generic-hwe-26.04 Description-md5: 5c22a6fda8e688ed1a83b6cd5236f5e8 Description-en: Generic Linux kernel cloud tools This package will always depend on the latest generic kernel cloud tools available. Package: linux-cloud-tools-generic-hwe-26.04-edge Description-md5: 5c22a6fda8e688ed1a83b6cd5236f5e8 Description-en: Generic Linux kernel cloud tools This package will always depend on the latest generic kernel cloud tools available. Package: linux-cloud-tools-virtual Description-md5: 435e414f8a2bb73a3e9efac963d69981 Description-en: Virtual Linux kernel cloud tools This package will always depend on the latest minimal generic kernel cloud tools used for virtual instances. Package: linux-cloud-tools-virtual-7.3 Description-md5: 435e414f8a2bb73a3e9efac963d69981 Description-en: Virtual Linux kernel cloud tools This package will always depend on the latest minimal generic kernel cloud tools used for virtual instances. Package: linux-cloud-tools-virtual-hwe-26.04 Description-md5: 435e414f8a2bb73a3e9efac963d69981 Description-en: Virtual Linux kernel cloud tools This package will always depend on the latest minimal generic kernel cloud tools used for virtual instances. Package: linux-cloud-tools-virtual-hwe-26.04-edge Description-md5: 435e414f8a2bb73a3e9efac963d69981 Description-en: Virtual Linux kernel cloud tools This package will always depend on the latest minimal generic kernel cloud tools used for virtual instances. Package: linux-crashdump Description-md5: 0c0b5ada9f277febaf6bd7d5ebc0d337 Description-en: Linux kernel crashdump setup for the latest generic kernel This package installs all the needed infrastructure to get crashdumps from your running system. If you are experiencing kernel crashes that cannot be debugged normally (because the problem is infrequent or panic's the system in such a way as to make information gathering impossible), then you can install this package to automatically enable capture of the vmcore on crashes. Package: linux-generic Description-md5: 000d0a6187a93215f75bba542cc6df27 Description-en: Complete Generic Linux kernel and headers This package will always depend on the latest complete generic Linux kernel and headers. Package: linux-generic-7.3 Description-md5: 000d0a6187a93215f75bba542cc6df27 Description-en: Complete Generic Linux kernel and headers This package will always depend on the latest complete generic Linux kernel and headers. Package: linux-generic-hwe-26.04 Description-md5: 000d0a6187a93215f75bba542cc6df27 Description-en: Complete Generic Linux kernel and headers This package will always depend on the latest complete generic Linux kernel and headers. Package: linux-generic-hwe-26.04-edge Description-md5: 000d0a6187a93215f75bba542cc6df27 Description-en: Complete Generic Linux kernel and headers This package will always depend on the latest complete generic Linux kernel and headers. Package: linux-headers-7.3.0-6 Description-md5: 8d7f9dc311f69d7c801d1cf210318a3c Description-en: Header files related to Linux kernel version 7.3.0 This package provides kernel header files for version 7.3.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-7.3.0-6/debian.README.gz for details Package: linux-headers-7.3.0-6-generic Description-md5: 5bf6e90c0a3626420f5f3450051e9b7c Description-en: Linux kernel headers for version 7.3.0 This package provides kernel header files for version 7.3.0. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-7.3.0-6/debian.README.gz for details. Package: linux-headers-generic Description-md5: 9c9742ab9c289b1e900fab477bc0070d Description-en: Generic Linux kernel headers This package will always depend on the latest generic kernel headers available. Package: linux-headers-generic-7.3 Description-md5: 9c9742ab9c289b1e900fab477bc0070d Description-en: Generic Linux kernel headers This package will always depend on the latest generic kernel headers available. Package: linux-headers-generic-hwe-26.04 Description-md5: 9c9742ab9c289b1e900fab477bc0070d Description-en: Generic Linux kernel headers This package will always depend on the latest generic kernel headers available. Package: linux-headers-generic-hwe-26.04-edge Description-md5: 9c9742ab9c289b1e900fab477bc0070d Description-en: Generic Linux kernel headers This package will always depend on the latest generic kernel headers available. Package: linux-headers-ibm Description-md5: 8fd465a18f6adf7ef9a7ffe67466ad50 Description-en: IBM Linux kernel headers (transitional package) Transitional package for upgrades. This package can be safely removed. Package: linux-headers-virtual Description-md5: 8b6e69f9b77aba672a89fe0ef9041d27 Description-en: Virtual Linux kernel headers This package will always depend on linux-headers-generic. Package: linux-headers-virtual-7.3 Description-md5: 8b6e69f9b77aba672a89fe0ef9041d27 Description-en: Virtual Linux kernel headers This package will always depend on linux-headers-generic. Package: linux-headers-virtual-hwe-26.04 Description-md5: 8b6e69f9b77aba672a89fe0ef9041d27 Description-en: Virtual Linux kernel headers This package will always depend on linux-headers-generic. Package: linux-headers-virtual-hwe-26.04-edge Description-md5: 8b6e69f9b77aba672a89fe0ef9041d27 Description-en: Virtual Linux kernel headers This package will always depend on linux-headers-generic. Package: linux-ibm Description-md5: 7af408d33ae3248eed1a51ff2cd94653 Description-en: Complete IBM Linux kernel and headers (transitional package) Transitional package for upgrades. This package can be safely removed. Package: linux-image-7.3.0-6-generic Description-md5: b0fd0df88b1cd31408007b00d2458952 Description-en: Signed kernel image generic A kernel image for generic. This version of it is signed with Canonical's signing key. Package: linux-image-extra-virtual Description-md5: 9294e4085f6284a282d73159409194a6 Description-en: Extra drivers for Virtual Linux kernel image This package will always depend on linux-image-generic. Package: linux-image-extra-virtual-7.3 Description-md5: 9294e4085f6284a282d73159409194a6 Description-en: Extra drivers for Virtual Linux kernel image This package will always depend on linux-image-generic. Package: linux-image-extra-virtual-hwe-26.04 Description-md5: 9294e4085f6284a282d73159409194a6 Description-en: Extra drivers for Virtual Linux kernel image This package will always depend on linux-image-generic. Package: linux-image-extra-virtual-hwe-26.04-edge Description-md5: 9294e4085f6284a282d73159409194a6 Description-en: Extra drivers for Virtual Linux kernel image This package will always depend on linux-image-generic. Package: linux-image-generic Description-md5: 6d632579c673704f44b290b16e7dbfd1 Description-en: Generic Linux kernel image This package will always depend on the latest generic kernel image available. Package: linux-image-generic-7.3 Description-md5: 6d632579c673704f44b290b16e7dbfd1 Description-en: Generic Linux kernel image This package will always depend on the latest generic kernel image available. Package: linux-image-generic-hwe-26.04 Description-md5: 6d632579c673704f44b290b16e7dbfd1 Description-en: Generic Linux kernel image This package will always depend on the latest generic kernel image available. Package: linux-image-generic-hwe-26.04-edge Description-md5: 6d632579c673704f44b290b16e7dbfd1 Description-en: Generic Linux kernel image This package will always depend on the latest generic kernel image available. Package: linux-image-ibm Description-md5: bafea1a68f999bb3512047885c2c71f1 Description-en: IBM Linux kernel image (transitional package) Transitional package for upgrades. This package can be safely removed. Package: linux-image-uc-7.3.0-6-generic Description-md5: bb6d44640dba93338416300d1c7d81bd Description-en: Signed kernel image generic for Ubuntu Core A kernel image for generic. This version of it is signed with Canonical's signing key. Package: linux-image-uc-generic Description-md5: a6714ef2fd493894df5fcf44da569b36 Description-en: Generic Linux kernel image for Ubuntu Core This package will always depend on the latest generic kernel image available. . This kernel is suitable for staging into a kernel snap, and is not suitable to be used directly on classic systems. Package: linux-image-uc-generic-7.3 Description-md5: a6714ef2fd493894df5fcf44da569b36 Description-en: Generic Linux kernel image for Ubuntu Core This package will always depend on the latest generic kernel image available. . This kernel is suitable for staging into a kernel snap, and is not suitable to be used directly on classic systems. Package: linux-image-uc-generic-hwe-26.04 Description-md5: a6714ef2fd493894df5fcf44da569b36 Description-en: Generic Linux kernel image for Ubuntu Core This package will always depend on the latest generic kernel image available. . This kernel is suitable for staging into a kernel snap, and is not suitable to be used directly on classic systems. Package: linux-image-uc-generic-hwe-26.04-edge Description-md5: a6714ef2fd493894df5fcf44da569b36 Description-en: Generic Linux kernel image for Ubuntu Core This package will always depend on the latest generic kernel image available. . This kernel is suitable for staging into a kernel snap, and is not suitable to be used directly on classic systems. Package: linux-image-unsigned-7.3.0-6-generic Description-md5: 779c34c4faf2f4e3fba21f42410dfbbf Description-en: Linux kernel image for version 7.3.0 This package contains the unsigned Linux kernel image for version 7.3.0. . 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-virtual Description-md5: 730c41972b2fe1e17a49895d30344c78 Description-en: Virtual Linux kernel image This package will always depend on the latest minimal generic kernel image used for virtual instances. Package: linux-image-virtual-7.3 Description-md5: 730c41972b2fe1e17a49895d30344c78 Description-en: Virtual Linux kernel image This package will always depend on the latest minimal generic kernel image used for virtual instances. Package: linux-image-virtual-hwe-26.04 Description-md5: 730c41972b2fe1e17a49895d30344c78 Description-en: Virtual Linux kernel image This package will always depend on the latest minimal generic kernel image used for virtual instances. Package: linux-image-virtual-hwe-26.04-edge Description-md5: 730c41972b2fe1e17a49895d30344c78 Description-en: Virtual Linux kernel image This package will always depend on the latest minimal generic kernel image used for virtual instances. Package: linux-lib-rust-7.3.0-6-generic Description-md5: 14f71965460c6a02fb2d9a9bf4221209 Description-en: Rust library files related to Linux kernel version 7.3.0 This package provides kernel library files for version 7.3.0, that allow to compile out-of-tree kernel modules written in Rust. Package: linux-libc-dev Description-md5: d5d143e6dffc891f04a85464446f9451 Description-en: Linux Kernel Headers for development This package provides headers from the Linux kernel. These headers are used by the installed headers for GNU glibc and other system libraries. They are NOT meant to be used to build third-party modules for your kernel. Use linux-headers-* packages for that. Package: linux-lowlatency Description-md5: 657a910330464eecf5ac52d5f18bc728 Description-en: Complete Generic Linux kernel and headers with lowlatency boot configuration This package will always depend on the latest complete generic Linux kernel and headers. Additionally, it will install the lowlatency-kernel package to enable kernel boot arguments tuned for latency-sensitive applications. Package: linux-lowlatency-7.3 Description-md5: 657a910330464eecf5ac52d5f18bc728 Description-en: Complete Generic Linux kernel and headers with lowlatency boot configuration This package will always depend on the latest complete generic Linux kernel and headers. Additionally, it will install the lowlatency-kernel package to enable kernel boot arguments tuned for latency-sensitive applications. Package: linux-lowlatency-hwe-26.04 Description-md5: 657a910330464eecf5ac52d5f18bc728 Description-en: Complete Generic Linux kernel and headers with lowlatency boot configuration This package will always depend on the latest complete generic Linux kernel and headers. Additionally, it will install the lowlatency-kernel package to enable kernel boot arguments tuned for latency-sensitive applications. Package: linux-lowlatency-hwe-26.04-edge Description-md5: 657a910330464eecf5ac52d5f18bc728 Description-en: Complete Generic Linux kernel and headers with lowlatency boot configuration This package will always depend on the latest complete generic Linux kernel and headers. Additionally, it will install the lowlatency-kernel package to enable kernel boot arguments tuned for latency-sensitive applications. Package: linux-main-modules Description-md5: 332dcc96ab5f2cb19129778bac2042c3 Description-en: Build interlock package. You do not want to install this package. Package: linux-main-modules-evdi-7.3.0-6-generic Description-md5: 029e9d8e3740b08df5ead802a59a963f Description-en: Signed evdi module for 7.3.0-6 This package contains the signed evdi modules. . You likely do not want to install this package directly, Instead, install the linux-evdi-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-main-modules-evdi-unsigned-7.3.0-6-generic Description-md5: dbb7a22d3c826c7f812ff3fefcf058bc Description-en: Unsigned evdi module for 7.3.0-6 This package contains the signed evdi modules. . You likely do not want to install this package directly, Instead, install the linux-evdi-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-main-modules-ipu6-7.3.0-6-generic Description-md5: 979a2c2f591283e6304e5c48316f4f7e Description-en: Signed ipu6 module for 7.3.0-6 This package contains the signed ipu6 modules. . You likely do not want to install this package directly, Instead, install the linux-ipu6-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-main-modules-ipu6-unsigned-7.3.0-6-generic Description-md5: cde2062a3635568c433fdaa97918bc51 Description-en: Unsigned ipu6 module for 7.3.0-6 This package contains the signed ipu6 modules. . You likely do not want to install this package directly, Instead, install the linux-ipu6-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-main-modules-ipu7-7.3.0-6-generic Description-md5: 4aaa8ad95159ba1b4ded47ee38a8b5b6 Description-en: Signed ipu7 module for 7.3.0-6 This package contains the signed ipu7 modules. . You likely do not want to install this package directly, Instead, install the linux-ipu7-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-main-modules-ipu7-unsigned-7.3.0-6-generic Description-md5: f2081e3b6f767baf36061b0279f8ffe6 Description-en: Unsigned ipu7 module for 7.3.0-6 This package contains the signed ipu7 modules. . You likely do not want to install this package directly, Instead, install the linux-ipu7-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-main-modules-iwlwifi-7.3.0-6-generic Description-md5: 48869d42567d8baaddfb0c7d0184c523 Description-en: Signed iwlwifi module for 7.3.0-6 This package contains the signed iwlwifi modules. . You likely do not want to install this package directly, Instead, install the linux-iwlwifi-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-main-modules-iwlwifi-unsigned-7.3.0-6-generic Description-md5: 9a3094332cddfd066cf704934ce33539 Description-en: Unsigned iwlwifi module for 7.3.0-6 This package contains the signed iwlwifi modules. . You likely do not want to install this package directly, Instead, install the linux-iwlwifi-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-main-modules-v4l2loopback-7.3.0-6-generic Description-md5: 38f63b181efe24b1996a0184d608cea8 Description-en: Signed v4l2loopback module for 7.3.0-6 This package contains the signed v4l2loopback modules. . You likely do not want to install this package directly, Instead, install the linux-v4l2loopback-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-main-modules-v4l2loopback-unsigned-7.3.0-6-generic Description-md5: 3b72803368c525d8efabc39180eccc6b Description-en: Unsigned v4l2loopback module for 7.3.0-6 This package contains the signed v4l2loopback modules. . You likely do not want to install this package directly, Instead, install the linux-v4l2loopback-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-main-modules-zfs-7.3.0-6-generic Description-md5: b4e6613b283e0e9df3355c63b9989a57 Description-en: Signed zfs module for 7.3.0-6 This package contains the signed zfs modules. . You likely do not want to install this package directly, Instead, install the linux-zfs-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-main-modules-zfs-unsigned-7.3.0-6-generic Description-md5: 5a16d428f2c64762dde0ac6fcb66b7a6 Description-en: Unsigned zfs module for 7.3.0-6 This package contains the signed zfs modules. . You likely do not want to install this package directly, Instead, install the linux-zfs-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-main-signed Description-md5: 332dcc96ab5f2cb19129778bac2042c3 Description-en: Build interlock package. You do not want to install this package. Package: linux-modules-7.3.0-6-generic Description-md5: 0ebd6d732729b2147e880c0aa764fa36 Description-en: Linux kernel modules for version 7.3.0 Contains 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-modules-evdi-generic Description-md5: bbab6cef1fe711e04eaa4d1d78226a6e Description-en: Extra drivers for evdi for the generic flavour Install extra signed evdi modules compatible with the generic flavour Package: linux-modules-evdi-generic-7.3 Description-md5: bbab6cef1fe711e04eaa4d1d78226a6e Description-en: Extra drivers for evdi for the generic flavour Install extra signed evdi modules compatible with the generic flavour Package: linux-modules-evdi-generic-hwe-26.04 Description-md5: bbab6cef1fe711e04eaa4d1d78226a6e Description-en: Extra drivers for evdi for the generic flavour Install extra signed evdi modules compatible with the generic flavour Package: linux-modules-evdi-generic-hwe-26.04-edge Description-md5: bbab6cef1fe711e04eaa4d1d78226a6e Description-en: Extra drivers for evdi for the generic flavour Install extra signed evdi modules compatible with the generic flavour Package: linux-modules-evdi-unsigned-generic Description-md5: bbab6cef1fe711e04eaa4d1d78226a6e Description-en: Extra drivers for evdi for the generic flavour Install extra signed evdi modules compatible with the generic flavour Package: linux-modules-evdi-unsigned-generic-7.3 Description-md5: bbab6cef1fe711e04eaa4d1d78226a6e Description-en: Extra drivers for evdi for the generic flavour Install extra signed evdi modules compatible with the generic flavour Package: linux-modules-evdi-unsigned-generic-hwe-26.04 Description-md5: bbab6cef1fe711e04eaa4d1d78226a6e Description-en: Extra drivers for evdi for the generic flavour Install extra signed evdi modules compatible with the generic flavour Package: linux-modules-evdi-unsigned-generic-hwe-26.04-edge Description-md5: bbab6cef1fe711e04eaa4d1d78226a6e Description-en: Extra drivers for evdi for the generic flavour Install extra signed evdi modules compatible with the generic flavour Package: linux-modules-ipu6-generic Description-md5: ebcf51f66b99abe2e07c81da857b3aef Description-en: Extra drivers for ipu6 for the generic flavour Install extra signed ipu6 modules compatible with the generic flavour Package: linux-modules-ipu6-generic-7.3 Description-md5: ebcf51f66b99abe2e07c81da857b3aef Description-en: Extra drivers for ipu6 for the generic flavour Install extra signed ipu6 modules compatible with the generic flavour Package: linux-modules-ipu6-generic-hwe-26.04 Description-md5: ebcf51f66b99abe2e07c81da857b3aef Description-en: Extra drivers for ipu6 for the generic flavour Install extra signed ipu6 modules compatible with the generic flavour Package: linux-modules-ipu6-generic-hwe-26.04-edge Description-md5: ebcf51f66b99abe2e07c81da857b3aef Description-en: Extra drivers for ipu6 for the generic flavour Install extra signed ipu6 modules compatible with the generic flavour Package: linux-modules-ipu6-unsigned-generic Description-md5: ebcf51f66b99abe2e07c81da857b3aef Description-en: Extra drivers for ipu6 for the generic flavour Install extra signed ipu6 modules compatible with the generic flavour Package: linux-modules-ipu6-unsigned-generic-7.3 Description-md5: ebcf51f66b99abe2e07c81da857b3aef Description-en: Extra drivers for ipu6 for the generic flavour Install extra signed ipu6 modules compatible with the generic flavour Package: linux-modules-ipu6-unsigned-generic-hwe-26.04 Description-md5: ebcf51f66b99abe2e07c81da857b3aef Description-en: Extra drivers for ipu6 for the generic flavour Install extra signed ipu6 modules compatible with the generic flavour Package: linux-modules-ipu6-unsigned-generic-hwe-26.04-edge Description-md5: ebcf51f66b99abe2e07c81da857b3aef Description-en: Extra drivers for ipu6 for the generic flavour Install extra signed ipu6 modules compatible with the generic flavour Package: linux-modules-ipu7-generic Description-md5: 41e941f53633d5979a5ec79e69567b53 Description-en: Extra drivers for ipu7 for the generic flavour Install extra signed ipu7 modules compatible with the generic flavour Package: linux-modules-ipu7-generic-7.3 Description-md5: 41e941f53633d5979a5ec79e69567b53 Description-en: Extra drivers for ipu7 for the generic flavour Install extra signed ipu7 modules compatible with the generic flavour Package: linux-modules-ipu7-generic-hwe-26.04 Description-md5: 41e941f53633d5979a5ec79e69567b53 Description-en: Extra drivers for ipu7 for the generic flavour Install extra signed ipu7 modules compatible with the generic flavour Package: linux-modules-ipu7-generic-hwe-26.04-edge Description-md5: 41e941f53633d5979a5ec79e69567b53 Description-en: Extra drivers for ipu7 for the generic flavour Install extra signed ipu7 modules compatible with the generic flavour Package: linux-modules-ipu7-unsigned-generic Description-md5: 41e941f53633d5979a5ec79e69567b53 Description-en: Extra drivers for ipu7 for the generic flavour Install extra signed ipu7 modules compatible with the generic flavour Package: linux-modules-ipu7-unsigned-generic-7.3 Description-md5: 41e941f53633d5979a5ec79e69567b53 Description-en: Extra drivers for ipu7 for the generic flavour Install extra signed ipu7 modules compatible with the generic flavour Package: linux-modules-ipu7-unsigned-generic-hwe-26.04 Description-md5: 41e941f53633d5979a5ec79e69567b53 Description-en: Extra drivers for ipu7 for the generic flavour Install extra signed ipu7 modules compatible with the generic flavour Package: linux-modules-ipu7-unsigned-generic-hwe-26.04-edge Description-md5: 41e941f53633d5979a5ec79e69567b53 Description-en: Extra drivers for ipu7 for the generic flavour Install extra signed ipu7 modules compatible with the generic flavour Package: linux-modules-iwlwifi-generic Description-md5: 5bae7097070e2e5bbd0ab784a0b59ce6 Description-en: Extra drivers for iwlwifi for the generic flavour Install extra signed iwlwifi modules compatible with the generic flavour Package: linux-modules-iwlwifi-generic-7.3 Description-md5: 5bae7097070e2e5bbd0ab784a0b59ce6 Description-en: Extra drivers for iwlwifi for the generic flavour Install extra signed iwlwifi modules compatible with the generic flavour Package: linux-modules-iwlwifi-generic-hwe-26.04 Description-md5: 5bae7097070e2e5bbd0ab784a0b59ce6 Description-en: Extra drivers for iwlwifi for the generic flavour Install extra signed iwlwifi modules compatible with the generic flavour Package: linux-modules-iwlwifi-generic-hwe-26.04-edge Description-md5: 5bae7097070e2e5bbd0ab784a0b59ce6 Description-en: Extra drivers for iwlwifi for the generic flavour Install extra signed iwlwifi modules compatible with the generic flavour Package: linux-modules-iwlwifi-unsigned-generic Description-md5: 5bae7097070e2e5bbd0ab784a0b59ce6 Description-en: Extra drivers for iwlwifi for the generic flavour Install extra signed iwlwifi modules compatible with the generic flavour Package: linux-modules-iwlwifi-unsigned-generic-7.3 Description-md5: 5bae7097070e2e5bbd0ab784a0b59ce6 Description-en: Extra drivers for iwlwifi for the generic flavour Install extra signed iwlwifi modules compatible with the generic flavour Package: linux-modules-iwlwifi-unsigned-generic-hwe-26.04 Description-md5: 5bae7097070e2e5bbd0ab784a0b59ce6 Description-en: Extra drivers for iwlwifi for the generic flavour Install extra signed iwlwifi modules compatible with the generic flavour Package: linux-modules-iwlwifi-unsigned-generic-hwe-26.04-edge Description-md5: 5bae7097070e2e5bbd0ab784a0b59ce6 Description-en: Extra drivers for iwlwifi for the generic flavour Install extra signed iwlwifi modules compatible with the generic flavour Package: linux-modules-v4l2loopback-generic Description-md5: 10b42b000ae7cd79548252c3c4b879dd Description-en: Extra drivers for v4l2loopback for the generic flavour Install extra signed v4l2loopback modules compatible with the generic flavour Package: linux-modules-v4l2loopback-generic-7.3 Description-md5: 10b42b000ae7cd79548252c3c4b879dd Description-en: Extra drivers for v4l2loopback for the generic flavour Install extra signed v4l2loopback modules compatible with the generic flavour Package: linux-modules-v4l2loopback-generic-hwe-26.04 Description-md5: 10b42b000ae7cd79548252c3c4b879dd Description-en: Extra drivers for v4l2loopback for the generic flavour Install extra signed v4l2loopback modules compatible with the generic flavour Package: linux-modules-v4l2loopback-generic-hwe-26.04-edge Description-md5: 10b42b000ae7cd79548252c3c4b879dd Description-en: Extra drivers for v4l2loopback for the generic flavour Install extra signed v4l2loopback modules compatible with the generic flavour Package: linux-modules-v4l2loopback-unsigned-generic Description-md5: 10b42b000ae7cd79548252c3c4b879dd Description-en: Extra drivers for v4l2loopback for the generic flavour Install extra signed v4l2loopback modules compatible with the generic flavour Package: linux-modules-v4l2loopback-unsigned-generic-7.3 Description-md5: 10b42b000ae7cd79548252c3c4b879dd Description-en: Extra drivers for v4l2loopback for the generic flavour Install extra signed v4l2loopback modules compatible with the generic flavour Package: linux-modules-v4l2loopback-unsigned-generic-hwe-26.04 Description-md5: 10b42b000ae7cd79548252c3c4b879dd Description-en: Extra drivers for v4l2loopback for the generic flavour Install extra signed v4l2loopback modules compatible with the generic flavour Package: linux-modules-v4l2loopback-unsigned-generic-hwe-26.04-edge Description-md5: 10b42b000ae7cd79548252c3c4b879dd Description-en: Extra drivers for v4l2loopback for the generic flavour Install extra signed v4l2loopback modules compatible with the generic flavour Package: linux-modules-zfs-generic Description-md5: 23e2d7ecfb8242326f177f947ea98d43 Description-en: Extra drivers for zfs for the generic flavour Install extra signed zfs modules compatible with the generic flavour Package: linux-modules-zfs-generic-7.3 Description-md5: 23e2d7ecfb8242326f177f947ea98d43 Description-en: Extra drivers for zfs for the generic flavour Install extra signed zfs modules compatible with the generic flavour Package: linux-modules-zfs-generic-hwe-26.04 Description-md5: 23e2d7ecfb8242326f177f947ea98d43 Description-en: Extra drivers for zfs for the generic flavour Install extra signed zfs modules compatible with the generic flavour Package: linux-modules-zfs-generic-hwe-26.04-edge Description-md5: 23e2d7ecfb8242326f177f947ea98d43 Description-en: Extra drivers for zfs for the generic flavour Install extra signed zfs modules compatible with the generic flavour Package: linux-modules-zfs-unsigned-generic Description-md5: 23e2d7ecfb8242326f177f947ea98d43 Description-en: Extra drivers for zfs for the generic flavour Install extra signed zfs modules compatible with the generic flavour Package: linux-modules-zfs-unsigned-generic-7.3 Description-md5: 23e2d7ecfb8242326f177f947ea98d43 Description-en: Extra drivers for zfs for the generic flavour Install extra signed zfs modules compatible with the generic flavour Package: linux-modules-zfs-unsigned-generic-hwe-26.04 Description-md5: 23e2d7ecfb8242326f177f947ea98d43 Description-en: Extra drivers for zfs for the generic flavour Install extra signed zfs modules compatible with the generic flavour Package: linux-modules-zfs-unsigned-generic-hwe-26.04-edge Description-md5: 23e2d7ecfb8242326f177f947ea98d43 Description-en: Extra drivers for zfs for the generic flavour Install extra signed zfs modules compatible with the generic flavour Package: linux-nvidia-bos-headers-7.0.0-2004 Description-md5: 9528a5c6adcbe5a90556e72cef3549e1 Description-en: Header files related to Linux kernel version 7.0.0 This package provides kernel header files for version 7.0.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-nvidia-bos-headers-7.0.0-2004/debian.README.gz for details Package: linux-perf Description-md5: 88635cc4c3dc02248bd53321c4237fb4 Description-en: Performance analysis tools for Linux 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-7.3.0 Description-md5: 5c805e166260bf56e1346504483ef531 Description-en: Linux kernel source for version 7.3.0 with Ubuntu patches This package provides the source code for the Linux kernel version 7.3.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-7.3.0-6 Description-md5: a3f8be02e87e845d34469857eb0ef9e9 Description-en: Linux kernel version specific tools for version 7.3.0-6 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 7.3.0-6. You probably want to install linux-tools-7.3.0-6-. Package: linux-tools-7.3.0-6-generic Description-md5: 6ba2c2a312b1a0623d7a05d5fb9088e1 Description-en: Linux kernel version specific tools for version 7.3.0-6 This package provides the architecture dependant parts for kernel version locked tools (such as x86_energy_perf_policy) for version 7.3.0-6. Package: linux-tools-common Description-md5: e28550e1cb7fafc1466e0e0bc9e3b0ad Description-en: Linux kernel version specific tools for version 7.3.0 This package provides the architecture independent parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 7.3.0. Package: linux-tools-generic Description-md5: 64a22a7a6c16a9e754ca8416e318c089 Description-en: Generic Linux kernel tools This package will always depend on the latest generic kernel tools available. Package: linux-tools-generic-7.3 Description-md5: 64a22a7a6c16a9e754ca8416e318c089 Description-en: Generic Linux kernel tools This package will always depend on the latest generic kernel tools available. Package: linux-tools-generic-hwe-26.04 Description-md5: 64a22a7a6c16a9e754ca8416e318c089 Description-en: Generic Linux kernel tools This package will always depend on the latest generic kernel tools available. Package: linux-tools-generic-hwe-26.04-edge Description-md5: 64a22a7a6c16a9e754ca8416e318c089 Description-en: Generic Linux kernel tools This package will always depend on the latest generic kernel tools available. Package: linux-tools-host Description-md5: d29120b11150b79af4338241d0a5dc74 Description-en: Linux kernel VM host tools This package provides kernel tools useful for VM hosts. Package: linux-tools-ibm Description-md5: 4b5d0fb340d4d086186bcfcc8021d058 Description-en: IBM Linux kernel tools (transitional package) Transitional package for upgrades. This package can be safely removed. Package: linux-tools-virtual Description-md5: 059dc5c09ea5a7d9221cca9e5861e4fb Description-en: Virtual Linux kernel tools This package will always depend on the latest minimal generic kernel tools used for virtual instances. Package: linux-tools-virtual-7.3 Description-md5: 059dc5c09ea5a7d9221cca9e5861e4fb Description-en: Virtual Linux kernel tools This package will always depend on the latest minimal generic kernel tools used for virtual instances. Package: linux-tools-virtual-hwe-26.04 Description-md5: 059dc5c09ea5a7d9221cca9e5861e4fb Description-en: Virtual Linux kernel tools This package will always depend on the latest minimal generic kernel tools used for virtual instances. Package: linux-tools-virtual-hwe-26.04-edge Description-md5: 059dc5c09ea5a7d9221cca9e5861e4fb Description-en: Virtual Linux kernel tools This package will always depend on the latest minimal generic kernel tools used for virtual instances. Package: linux-virtual Description-md5: 71a1a38f6977c1a1bbc8a7634f51401c Description-en: Minimal Generic Linux kernel and headers This package will always depend on linux-image-virtual and linux-headers-virtual. Package: linux-virtual-7.3 Description-md5: 71a1a38f6977c1a1bbc8a7634f51401c Description-en: Minimal Generic Linux kernel and headers This package will always depend on linux-image-virtual and linux-headers-virtual. Package: linux-virtual-hwe-26.04 Description-md5: 71a1a38f6977c1a1bbc8a7634f51401c Description-en: Minimal Generic Linux kernel and headers This package will always depend on linux-image-virtual and linux-headers-virtual. Package: linux-virtual-hwe-26.04-edge Description-md5: 71a1a38f6977c1a1bbc8a7634f51401c Description-en: Minimal Generic Linux kernel and headers This package will always depend on linux-image-virtual and linux-headers-virtual. Package: livecd-rootfs Description-md5: 7b59fd93401bd0efd37505de924d874f Description-en: construction script for the livecd rootfs livecd-rootfs provides the script used to create the root filesystem on the livecd. Package: login Description-md5: 3ea3021905283659aa143e4357137245 Description-en: system login tools This package provides support for console-based logins and for changing effective user or group IDs, including: * login, the program that invokes a user shell on a virtual terminal, * nologin, a dummy shell for disabled user accounts. Package: login.defs Description-md5: 4085dc032cb3ecfa269c4c2c2b85249c Description-en: system user management configuration This package provides the login.defs configuration file, used by otherwise unrelated tools managing system users. Package: mariadb-client Description-md5: 82697f9416e5e5d0a4e7331c2c735591 Description-en: MariaDB database client binaries MariaDB is a fast, stable and true multi-user, multi-threaded SQL database server. SQL (Structured Query Language) is the most popular database query language in the world. The main goals of MariaDB are speed, robustness and ease of use. . This package includes the client binaries and the additional tools innotop and mariadb-report (mysqlreport). Package: mariadb-client-core Description-md5: 2862a38a5ead2e1df7366bf661e03278 Description-en: MariaDB database core client binaries MariaDB is a fast, stable and true multi-user, multi-threaded SQL database server. SQL (Structured Query Language) is the most popular database query language in the world. The main goals of MariaDB are speed, robustness and ease of use. . This package includes the core client files, as used by Akonadi. Package: mariadb-common Description-md5: 7ba51200b10cf3577582b422675a3a16 Description-en: MariaDB database common files (/etc/mysql/mariadb.conf.d/) MariaDB is a fast, stable and true multi-user, multi-threaded SQL database server. SQL (Structured Query Language) is the most popular database query language in the world. The main goals of MariaDB are speed, robustness and ease of use. . This package includes configuration files common to all MariaDB programs. Package: mariadb-plugin-provider-bzip2 Description-md5: c3950d83efdab13503f11af3ad4e2c60 Description-en: BZip2 compression support in the server and storage engines The various MariaDB storage engines, such as InnoDB, RocksDB, Mroonga, can use different compression libraries. . Plugin provides BZip2 (https://sourceware.org/bzip2/) compression . Note that these affect InnoDB and Mroonga only; RocksDB still uses the compression algorithms from its own library Package: mariadb-plugin-provider-lz4 Description-md5: cf2abaea40b7fa6e7045bc3dbbc6b437 Description-en: LZ4 compression support in the server and storage engines The various MariaDB storage engines, such as InnoDB, RocksDB, Mroonga, can use different compression libraries. . Plugin provides LZ4 (http://lz4.github.io/lz4/) compression . Note that these affect InnoDB and Mroonga only; RocksDB still uses the compression algorithms from its own library Package: mariadb-plugin-provider-lzma Description-md5: 0e4da2d382b71c76d84e85260d3ba2d1 Description-en: LZMA compression support in the server and storage engines The various MariaDB storage engines, such as InnoDB, RocksDB, Mroonga, can use different compression libraries. . Plugin provides LZMA (https://tukaani.org/lzma/) compression . Note that these affect InnoDB and Mroonga only; RocksDB still uses the compression algorithms from its own library Package: mariadb-plugin-provider-lzo Description-md5: 3a16b9262ea33fc1cd2eae2afa074936 Description-en: LZO compression support in the server and storage engines The various MariaDB storage engines, such as InnoDB, RocksDB, Mroonga, can use different compression libraries. . Plugin provides LZO (http://www.oberhumer.com/opensource/lzo/) compression . Note that these affect InnoDB and Mroonga only; RocksDB still uses the compression algorithms from its own library Package: mariadb-plugin-provider-snappy Description-md5: 482f1c3726111908a9a3375a4fe7489c Description-en: Snappy compression support in the server and storage engines The various MariaDB storage engines, such as InnoDB, RocksDB, Mroonga, can use different compression libraries. . Plugin provides Snappy (https://github.com/google/snappy) compression . Note that these affect InnoDB and Mroonga only; RocksDB still uses the compression algorithms from its own library Package: mariadb-server Description-md5: ae76dbcde4bf3e79b8228e6dad967834 Description-en: MariaDB database server binaries MariaDB is a fast, stable and true multi-user, multi-threaded SQL database server. SQL (Structured Query Language) is the most popular database query language in the world. The main goals of MariaDB are speed, robustness and ease of use. . This package includes the server binaries. Package: mariadb-server-core Description-md5: a01f76260dfbedfdfbfcd8ff440b8a4c Description-en: MariaDB database core server files MariaDB is a fast, stable and true multi-user, multi-threaded SQL database server. SQL (Structured Query Language) is the most popular database query language in the world. The main goals of MariaDB are speed, robustness and ease of use. . This package includes the core server files, as used by Akonadi. Package: mesa-common-dev Description-md5: 0d9d46ba6861a0a8c404cf51db1e980d Description-en: Developer documentation for Mesa This package includes the specifications for the Mesa-specific OpenGL extensions, the complete set of release notes and the development header files common to all Mesa packages. Package: mesa-libgallium Description-md5: bbed14c249d6107bdd29c797c354b48e Description-en: shared infrastructure for Mesa drivers This package contains libgallium, a private library shared between multiple Mesa drivers. This library is an implementation detail of Mesa and should not be used directly by user code. Package: mesa-vulkan-drivers Description-md5: de68f7559174261711b175701783338c Description-en: Mesa Vulkan graphics drivers Vulkan is a low-overhead 3D graphics and compute API. This package includes Vulkan drivers provided by the Mesa project. Package: mount Description-md5: 90e187380786a435bb9c85b37afa2c5f Description-en: tools for mounting and manipulating filesystems This package provides the mount(8), umount(8), swapon(8), swapoff(8), and losetup(8) commands. Package: mutter-common Description-md5: 2289cdfd3182ed0acc7d7a3b4981bbda Description-en: shared files for the Mutter window manager Mutter is a Wayland display server and X11 window manager and compositor library. It contains functionality related to, among other things, window management, window compositing, focus tracking, workspace management, keybindings and monitor configuration. . Internally it uses a fork of Cogl, a hardware acceleration abstraction library used to simplify usage of OpenGL pipelines, as well as a fork of Clutter, a scene graph and user interface toolkit. . This package contains the shared files. Package: mutter-common-bin Description-md5: e51d8fdda3423fdf24a80a3951732fb1 Description-en: shared programs for the Mutter window manager Mutter is a Wayland display server and X11 window manager and compositor library. It contains functionality related to, among other things, window management, window compositing, focus tracking, workspace management, keybindings and monitor configuration. . Internally it uses a fork of Cogl, a hardware acceleration abstraction library used to simplify usage of OpenGL pipelines, as well as a fork of Clutter, a scene graph and user interface toolkit. . This package contains the program files which are used for the libraries and others. Package: openvswitch-common Description-md5: 592fb336c66a49b36ec2d6b8873eb66a Description-en: Open vSwitch common components Open vSwitch is a production quality, multilayer, software-based, Ethernet virtual switch. It is designed to enable massive network automation through programmatic extension, while still supporting standard management interfaces and protocols (e.g. NetFlow, IPFIX, sFlow, SPAN, RSPAN, CLI, LACP, 802.1ag). In addition, it is designed to support distribution across multiple physical servers similar to VMware's vNetwork distributed vswitch or Cisco's Nexus 1000V. . openvswitch-common provides components required by both openvswitch-switch and openvswitch-testcontroller. Package: openvswitch-doc Description-md5: 34dbb9eb458b41810977ed67bd034a5b Description-en: Open vSwitch documentation Open vSwitch is a production quality, multilayer, software-based, Ethernet virtual switch. It is designed to enable massive network automation through programmatic extension, while still supporting standard management interfaces and protocols (e.g. NetFlow, IPFIX, sFlow, SPAN, RSPAN, CLI, LACP, 802.1ag). In addition, it is designed to support distribution across multiple physical servers similar to VMware's vNetwork distributed vswitch or Cisco's Nexus 1000V. . This package provides documentation for configuration and use of Open vSwitch. Package: openvswitch-switch Description-md5: ff569939b14d8f902d88039019fdf3ae Description-en: Open vSwitch switch implementations Open vSwitch is a production quality, multilayer, software-based, Ethernet virtual switch. It is designed to enable massive network automation through programmatic extension, while still supporting standard management interfaces and protocols (e.g. NetFlow, IPFIX, sFlow, SPAN, RSPAN, CLI, LACP, 802.1ag). In addition, it is designed to support distribution across multiple physical servers similar to VMware's vNetwork distributed vswitch or Cisco's Nexus 1000V. . openvswitch-switch provides the userspace components and utilities for the Open vSwitch kernel-based switch. Package: openvswitch-switch-dpdk Description-md5: c9a918dc998b88bacbc77b69bf99d90f Description-en: DPDK enabled Open vSwitch switch implementation Open vSwitch is a production quality, multilayer, software-based, Ethernet virtual switch. It is designed to enable massive network automation through programmatic extension, while still supporting standard management interfaces and protocols (e.g. NetFlow, IPFIX, sFlow, SPAN, RSPAN, CLI, LACP, 802.1ag). In addition, it is designed to support distribution across multiple physical servers similar to VMware's vNetwork distributed vswitch or Cisco's Nexus 1000V. . openvswitch-switch provides the userspace components and utilities for the Open vSwitch kernel-based switch. . DPDK is a set of libraries for fast packet processing. Applications run in user-space and communicate directly with dedicated network interfaces. . This package provides a DPDK enabled implementation of the ovs-vswitchd binary. Package: passwd Description-md5: 5bbd70e421ed3367a8299e53bd7afed4 Description-en: change and administer password and group data This package includes passwd, chsh, chfn, and many other programs to maintain password and group data. . Shadow passwords are supported. See /usr/share/doc/passwd/README.Debian Package: python-pyxdg-doc Description-md5: 0e0c8b892569b4a0bf568ef7ccf113ec Description-en: Python 3 library to access freedesktop.org standards (Documentation) PyXDG contains implementations of freedesktop.org standards in Python: . * Base Directory Specification Version 0.6 * Menu Specification Version 1.0 * Desktop Entry Specification Version 1.0 * Icon Theme Specification Version 0.8 * Recent File Spec 0.2 * Shared-MIME-Database Specification 0.13 . This package contains the documentation. Package: python-requests-doc Description-md5: 21e2e1808b1a9080b30526d17fe6aa98 Description-en: elegant and simple HTTP library for Python (Documentation) Requests allow you to send HTTP/1.1 requests. You can add headers, form data, multipart files, and parameters with simple Python dictionaries, and access the response data in the same way. It's powered by httplib and urllib3, but it does all the hard work and crazy hacks for you. . Features . - International Domains and URLs - Keep-Alive & Connection Pooling - Sessions with Cookie Persistence - Browser-style SSL Verification - Basic/Digest Authentication - Elegant Key/Value Cookies - Automatic Decompression - Unicode Response Bodies - Multipart File Uploads - Connection Timeouts . This package contains the documentation. Package: python-typing-extensions-doc Description-md5: 3d628d5cae9cebb651598f1ec79c443f Description-en: Backported and Experimental Type Hints for Python (Documentation) The "typing_extensions" module serves two related purposes: . 1. Enable use of new type system features on older Python versions. 2. Enable experimentation with new type system PEPs before they are accepted and added to the "typing" module. . "typing_extensions" is treated specially by static type checkers such as mypy and pyright. Objects defined in "typing_extensions" are treated the same way as equivalent forms in "typing". . This package contains the documentation. Package: python3-apparmor Description-md5: 1b890d6ae9abbb968d17e8d6bb04be48 Description-en: AppArmor Python3 utility library python3-apparmor provides the Python3 modules that implement the higher-level AppArmor applications. Package: python3-awscurl Description-md5: 11e9073d784ada89b76957df5e0acce7 Description-en: Curl like tool with AWS request signing AWSCurl is a command-line tool and Python module that brings the familiar feel of curl to access AWS APIs, complete with AWS Signature Version 4 request signing built-in. It simplifies making HTTP requests to AWS services (REST or query APIs) by automating the tedious steps of credential lookup, region/service signing and header construction. Package: python3-ceph-argparse Description-md5: 54ff980109d2f3f2037d939a5f825081 Description-en: Python 3 utility libraries for Ceph CLI Ceph is a massively scalable, open-source, distributed storage system that runs on commodity hardware and delivers object, block and file system storage. . This package contains types and routines for Python 3 used by the Ceph CLI as well as the RESTful interface. Package: python3-ceph-common Description-md5: 578fb60591c98e49ebdb59bd5c8d1c27 Description-en: Python 3 utility libraries for Ceph Ceph is a massively scalable, open-source, distributed storage system that runs on commodity hardware and delivers object, block and file system storage. . This package contains data structures, classes and functions used by Ceph. It also contains utilities used for the cephadm orchestrator. Package: python3-cephfs Description-md5: 7fc3f2adf5750a736d0cd3a1c2717e93 Description-en: Python 3 libraries for the Ceph libcephfs library Ceph is a massively scalable, open-source, distributed storage system that runs on commodity hardware and delivers object, block and file system storage. . This package contains Python 3 libraries for interacting with Ceph's CephFS file system client library. Package: python3-dateutil Description-md5: 634691f8cceb59bf1cb0af1cea8cf9e7 Description-en: powerful extensions to the standard Python 3 datetime module It features: . * computing of relative deltas (next month, next year, next monday, last week of month, etc); * computing of relative deltas between two given date and/or datetime objects * computing of dates based on very flexible recurrence rules, using a superset of the iCalendar specification. Parsing of RFC strings is supported as well. * generic parsing of dates in almost any string format * timezone (tzinfo) implementations for tzfile(5) format files (/etc/localtime, /usr/share/zoneinfo, etc), TZ environment string (in all known formats), iCalendar format files, given ranges (with help from relative deltas), local machine timezone, fixed offset timezone, UTC timezone * computing of Easter Sunday dates for any given year, using Western, Orthodox or Julian algorithms Package: python3-germinate Description-md5: 8b04dadf046a3b0f9097dd87f3ebfff2 Description-en: expand dependencies in seed packages (Python 3 interface) Germinate takes lists of seed packages and expands their dependencies to produce a full list of packages. This can be used for purposes such as managing the list of packages present in a derived distribution's archive or CD builds. . This package provides Python 3 modules used by Germinate, which may also be used directly. Package: python3-launchpadlib Description-md5: 53d39ea819a96d68a0e9ea110c1a58db Description-en: Launchpad web services client library (Python 3) A free Python library for scripting Launchpad through its web services interface. . It currently provides access to the following parts of Launchpad: * People and Teams * Team memberships * Bugs and bugtasks . The Launchpad API is currently in beta, and may well change in ways incompatible with this library. . This package is for Python 3. Package: python3-libapparmor Description-md5: 1f2bbed66dec28e2c29a31f8a172fe70 Description-en: AppArmor library Python3 bindings python3-libapparmor provides the Python3 module that contains the language bindings for the AppArmor library, libapparmor, which were autogenerated via SWIG. Package: python3-openvswitch Description-md5: b48125d32305301f27c5399b2d5f9139 Description-en: Python 3 bindings for Open vSwitch Open vSwitch is a production quality, multilayer, software-based, Ethernet virtual switch. It is designed to enable massive network automation through programmatic extension, while still supporting standard management interfaces and protocols (e.g. NetFlow, IPFIX, sFlow, SPAN, RSPAN, CLI, LACP, 802.1ag). In addition, it is designed to support distribution across multiple physical servers similar to VMware's vNetwork distributed vswitch or Cisco's Nexus 1000V. . This package contains the full Python 3 bindings for Open vSwitch database. Package: python3-rados Description-md5: 43720478205ddceed78c274d7e93065f Description-en: Python 3 libraries for the Ceph librados library Ceph is a massively scalable, open-source, distributed storage system that runs on commodity hardware and delivers object, block and file system storage. . This package contains Python 3 libraries for interacting with Ceph's RADOS object storage. Package: python3-rbd Description-md5: 22b3b790dd68095502c20dea19a0f940 Description-en: Python 3 libraries for the Ceph librbd library Ceph is a massively scalable, open-source, distributed storage system that runs on commodity hardware and delivers object, block and file system storage. . This package contains Python 3 libraries for interacting with Ceph's RBD block device library. Package: python3-requests Description-md5: 07acba87624e46bef0aed8c374ab0db4 Description-en: elegant and simple HTTP library for Python3, built for human beings Requests allow you to send HTTP/1.1 requests. You can add headers, form data, multipart files, and parameters with simple Python dictionaries, and access the response data in the same way. It's powered by httplib and urllib3, but it does all the hard work and crazy hacks for you. . Features . - International Domains and URLs - Keep-Alive & Connection Pooling - Sessions with Cookie Persistence - Browser-style SSL Verification - Basic/Digest Authentication - Elegant Key/Value Cookies - Automatic Decompression - Unicode Response Bodies - Multipart File Uploads - Connection Timeouts . This package contains the Python 3 version of the library. Package: python3-sphinx Description-md5: 12179a5493280cf4d93e06ddec68fcc6 Description-en: documentation generator for Python projects Sphinx is a tool for producing documentation for Python projects, using reStructuredText as markup language. . Sphinx features: * HTML, CHM, LaTeX output, * Cross-referencing source code, * Automatic indices, * Code highlighting, using Pygments, * Extensibility. Existing extensions: - automatic testing of code snippets, - including docstrings from Python modules. . Build-depend on sphinx if your package uses /usr/bin/sphinx-* executables. Build-depend on python3-sphinx if your package uses the Python API (for instance by calling python3 -m sphinx). Package: python3-typing-extensions Description-md5: bed1b58bf9bc0ed89467751c2c0c6700 Description-en: Backported and Experimental Type Hints for Python (Python3 version) The "typing_extensions" module serves two related purposes: . 1. Enable use of new type system features on older Python versions. 2. Enable experimentation with new type system PEPs before they are accepted and added to the "typing" module. . "typing_extensions" is treated specially by static type checkers such as mypy and pyright. Objects defined in "typing_extensions" are treated the same way as equivalent forms in "typing". . This package contains the Python 3 version of the library. Package: python3-xdg Description-md5: 934f58c8a4790c1419f5d6230812682a Description-en: Python 3 library to access freedesktop.org standards PyXDG contains implementations of freedesktop.org standards in Python: . * Base Directory Specification Version 0.6 * Menu Specification Version 1.0 * Desktop Entry Specification Version 1.0 * Icon Theme Specification Version 0.8 * Recent File Spec 0.2 * Shared-MIME-Database Specification 0.13 . This package contains the Python 3 version of the library. Package: rados-objclass-dev Description-md5: 2e5f1992e00f3e27fc27562f912e2e58 Description-en: RADOS object class development kit. . This package contains development files needed for building RADOS object class plugins. Package: radosgw Description-md5: b4529fcdad48f423601d2e19b1260783 Description-en: REST gateway for RADOS distributed object store RADOS is a distributed object store used by the Ceph distributed storage system. This package provides a REST gateway to the object store that aims to implement a superset of Amazon's S3 service as well as the OpenStack Object Storage ("Swift") API. . This package contains the proxy daemon and related tools only. Package: rfkill Description-md5: 17939c81bd8d1bc5321ecc9fb8e5f507 Description-en: tool for enabling and disabling wireless devices rfkill is a simple tool for accessing the Linux rfkill device interface, which is used to enable and disable wireless networking devices, typically WLAN, Bluetooth and mobile broadband. Package: rsync Description-md5: 3bf40f318d2abfed74fa472aaff46d5f Description-en: fast, versatile, remote (and local) file-copying tool rsync is a fast and versatile file-copying tool which can copy locally and to/from a remote host. It offers many options to control its behavior, and its remote-update protocol can minimize network traffic to make transferring updates between machines fast and efficient. . It is widely used for backups and mirroring and as an improved copy command for everyday use. . This package provides both the rsync command line tool and optional daemon functionality. Package: rust-analyzer Description-md5: e91287c4af0551c7da1b25e1ea51d3da Description-en: Rust Language Server Protocol (LSP) implementation Rust is a curly-brace, block-structured expression language. It visually resembles the C language family, but differs significantly in syntactic and semantic details. Its design is oriented toward concerns of "programming in the large", that is, of creating and maintaining boundaries - both abstract and operational - that preserve large-system integrity, availability and concurrency. . It supports a mixture of imperative procedural, concurrent actor, object-oriented and pure functional styles. Rust also supports generic programming and meta-programming, in both static and dynamic styles. . This package contains 'rust-analyzer', an implementation of the Language Server Protocol for the Rust language. It provides features like completion and goto definition for many editors, like Emacs and (Neo)Vim. . This is a dependency package providing the default rust-analyzer implementation. Package: rust-llvm Description-md5: c8d95030d4369740cded9f41e0cb1dd3 Description-en: Rust LLVM integration Rust is a curly-brace, block-structured expression language. It visually resembles the C language family, but differs significantly in syntactic and semantic details. Its design is oriented toward concerns of "programming in the large", that is, of creating and maintaining boundaries - both abstract and operational - that preserve large-system integrity, availability and concurrency. . It supports a mixture of imperative procedural, concurrent actor, object-oriented and pure functional styles. Rust also supports generic programming and meta-programming, in both static and dynamic styles. . This package contains symlinks for integration with LLVM tools such as llvm-cov and llvm-profdata (used by cargo-binutils and grcov), and pulls in the LLVM toolchain (llvm, lld, clang) needed for wasm compilation and for -C split-debuginfo=packed. . This is a dependency package providing the default Rust LLVM integration. Package: rustc Description-md5: 8dc04359c83500c0a29daed8afa72581 Description-en: Rust systems programming language Rust is a curly-brace, block-structured expression language. It visually resembles the C language family, but differs significantly in syntactic and semantic details. Its design is oriented toward concerns of "programming in the large", that is, of creating and maintaining boundaries - both abstract and operational - that preserve large-system integrity, availability and concurrency. . It supports a mixture of imperative procedural, concurrent actor, object-oriented and pure functional styles. Rust also supports generic programming and meta-programming, in both static and dynamic styles. . This is a dependency package providing the default Rust package. Package: shotwell Description-md5: b92939eb89d116eb1ed169bb0c99b561 Description-en: digital photo organizer Shotwell is a digital photo organizer designed for the GNOME desktop environment. It allows you to import photos, pictures, images and videos from disk or camera. Shotwell can organize them in collections and in other various ways. The viewer shows them in full-window or fullscreen mode and presents them as galleries or slideshows. The integrated editor can rotate, flip, crop and tag the photos, adjust the colors und remove red eyes. Export is possible to facebook, Flickr or Youtube to share with others. It is able to manage a lot of image formats such as JPEG, PNG, BMP, TIFF and Raw CR2. Package: shotwell-common Description-md5: d5ec014668ef3a2d97419d3d6bbb0ba0 Description-en: digital photo organizer - common files Shotwell is a digital photo organizer designed for the GNOME desktop environment. It allows you to import photos, pictures, images and videos from disk or camera. Shotwell can organize them in collections and in other various ways. The viewer shows them in full-window or fullscreen mode and presents them as galleries or slideshows. The integrated editor can rotate, flip, crop and tag the photos, adjust the colors und remove red eyes. Export is possible to facebook, Flickr or Youtube to share with others. It is able to manage a lot of image formats such as JPEG, PNG, BMP, TIFF and Raw CR2. . This package provides image files and documentation for Shotwell. Package: sphinx-common Description-md5: bd9984218442c73c2721b81e265ef953 Description-en: documentation generator for Python projects - common data Sphinx is a tool for producing documentation for Python projects, using reStructuredText as markup language. . This package includes manual pages, templates, translations and other data files. Package: sudo-rs Description-md5: d250b1a37fe57284f9a368370c08e695 Description-en: Rust-based sudo and su implementations sudo-rs is a safety-oriented program designed to provide sudo and su functionalities with a focus on memory safety. The primary aim is to offer a secure and reliable alternative to traditional sudo, ensuring fewer vulnerabilities related to memory management. . While it aims to be a drop-in replacement for most common sudo use cases, there are differences in functionality and design. Users should be aware of these differences and consult the project's documentation for specifics. Package: systemd Description-md5: 2728f00e9cb47f195aa39097a3afbc42 Description-en: system and service manager systemd is a system and service manager for Linux. It provides aggressive parallelization capabilities, uses socket and D-Bus activation for starting services, offers on-demand starting of daemons, keeps track of processes using Linux control groups, maintains mount and automount points and implements an elaborate transactional dependency-based service control logic. . Installing the systemd package will not switch your init system unless you boot with init=/lib/systemd/systemd or install systemd-sysv in addition. Package: systemd-container Description-md5: 68a6de2751ef446fba8e3fe7a57ebb21 Description-en: systemd container/nspawn tools This package provides systemd's tools for nspawn and container/VM management: * systemd-nspawn * systemd-machined and machinectl * systemd-importd * systemd-portabled and portablectl Package: systemd-cryptsetup Description-md5: e998662f4ed5c59ecb7053ea5d8389a9 Description-en: Provides cryptsetup, integritysetup and veritysetup utilities Utilities and units that integrated cryptsetup/integritysetup/veritysetup support in systemd. Package: systemd-dev Description-md5: eb131ce1d6cce8efc52306fe1345c633 Description-en: systemd development files This package contains the systemd and udev pkg-config files. Note that these are different from the libsystemd's and libudev's pkg-config files, which can still be found in the respective dev packages, but instead provide data such as the installation directories for units, and more. Package: systemd-oomd Description-md5: 2250389a2113f869d77c032878886a16 Description-en: userspace out-of-memory (OOM) killer systemd-oomd is a system service that uses cgroups-v2 and pressure stall information (PSI) to monitor and take action on processes before an OOM occurs in kernel space. Package: systemd-resolved Description-md5: 846dc3eb3129c6a17b29965b209c161e Description-en: systemd DNS resolver This package provides systemd's DNS resolver and the command line tool to manage it. . Installing this package automatically overwrites /etc/resolv.conf and switches it to be managed by systemd-resolved. Package: systemd-sysv Description-md5: d704d23b3cdeb076982e788442f6eee1 Description-en: system and service manager - SysV compatibility symlinks This package provides manual pages and compatibility symlinks needed for systemd to replace sysvinit. . Installing systemd-sysv will overwrite /sbin/init with a symlink to systemd. Package: systemd-timesyncd Description-md5: cc67d85c248836d96a6310e58a659de0 Description-en: minimalistic service to synchronize local time with NTP servers The package contains the systemd-timesyncd system service that may be used to synchronize the local system clock with a remote Network Time Protocol server. Package: systemd-tpm Description-md5: 52bbc254558d120e99501115faefa901 Description-en: Provides tpm2 utilities and units Utilities and units that provide tpm2 functionality and support in systemd, including boot services and generators. Package: tar Description-md5: 48033bf96442788d1f697785773ad9bb Description-en: GNU version of the tar archiving utility Tar is a program for packaging a set of files as a single archive in tar format. The function it performs is conceptually similar to cpio, and to things like PKZIP in the DOS world. It is heavily used by the Debian package management system, and is useful for performing system backups and exchanging sets of files with others. Package: udev Description-md5: e875ddb09f46f1f7672af537f0c875ca Description-en: /dev/ and hotplug management daemon udev is a daemon which dynamically creates and removes device nodes from /dev/, handles hotplug events and loads drivers at boot time. Package: uidmap Description-md5: 5a75630915e85aa203a9f7c82c737da4 Description-en: programs to help use subuids These programs help unprivileged users to create uid and gid mappings in user namespaces. Package: util-linux Description-md5: 33d0291a69ffd307cfba295915df602a Description-en: miscellaneous system utilities This package contains a number of important utilities, most of which are oriented towards maintenance of your system. Some of the more important utilities included in this package allow you to view kernel messages, create new filesystems, view block device information, interface with real time clock, etc. Package: util-linux-extra Description-md5: 0b02a6ea1fc722cad188b6336f4cb9a8 Description-en: interactive login tools Tools commonly found on systems where humans login interactively, are needed with non-standard system configurations, or to interact with certain hardware, for example: * fadvise, a program to use the posix_fadvise system call, * lsfd, a program to list file descriptors (think lsof), * newgrp, a program to change the effective group IDs. Package: util-linux-locales Description-md5: 82531200c8b3929a95bc0ef54cf0d268 Description-en: locales files for util-linux This package contains the internationalization files for the util-linux package. . They are needed when you want the programs in util-linux to print their messages in other languages than English, or read manual pages in another language than English. Package: uuid-dev Description-md5: daeeb422c8be25af61a5fe52deff08a8 Description-en: Universally Unique ID library - headers and static libraries The libuuid library generates and parses 128-bit Universally Unique IDs (UUIDs). See RFC 4122 for more information. . This package contains the development environment for the uuid library. Package: uuid-runtime Description-md5: c848721d4a6e6dbc698c36d06bf45ef9 Description-en: runtime components for the Universally Unique ID library The libuuid library generates and parses 128-bit Universally Unique IDs (UUIDs). A UUID is an identifier that is unique within the space of all such identifiers across both space and time. It can be used for multiple purposes, from tagging objects with an extremely short lifetime to reliably identifying very persistent objects across a network. . See RFC 4122 for more information. . This package contains the uuidgen program and the uuidd daemon. . The uuidd daemon is used to generate UUIDs, especially time-based UUIDs, in a secure and guaranteed-unique fashion, even in the face of large numbers of threads trying to grab UUIDs running on different CPUs. It is used by libuuid as well as the uuidgen program. 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: 018a15965c91ba9a09e0652c1c0fb9ac 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-dev Description-md5: c5425cbd8103a5899200596c7a3c3033 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: cpp-15-aarch64-linux-gnu Description-md5: 1130cae7a8f2e67086bfe665527d22e8 Description-en: GNU C preprocessor for aarch64-linux-gnu A macro processor that is used automatically by the GNU C compiler to transform programs before actual compilation. . This package has been separated from gcc for the benefit of those who require the preprocessor configured for the aarch64-linux-gnu architecture but not the compiler. Package: g++-15-aarch64-linux-gnu Description-md5: 1698f8e6d84da70ee66e46fcb9fae062 Description-en: GNU C++ compiler for the aarch64-linux-gnu architecture This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This package contains C++ cross-compiler for the aarch64-linux-gnu architecture. Package: gcc-15-aarch64-linux-gnu Description-md5: a174b3cd9d1ab0fcdf59f034f24cdb2b Description-en: GNU C compiler for the aarch64-linux-gnu architecture This is the GNU C compiler for the aarch64-linux-gnu architecture, a fairly portable optimizing compiler for C. Package: gfortran-15-aarch64-linux-gnu Description-md5: c9a58ab7359394ce988886339852089d Description-en: GNU Fortran compiler for the aarch64-linux-gnu architecture This is the GNU Fortran compiler for the aarch64-linux-gnu architecture, which compiles Fortran on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: linux-buildinfo-7.3.0-1002-raspi Description-md5: 1a4a0a2730a7cbaabc94c6c1db9f132b Description-en: Linux kernel buildinfo for version 7.3.0 This package contains the Linux kernel buildinfo for version 7.3.0. . You likely do not want to install this package. Package: linux-buildinfo-7.3.0-1002-raspi-realtime Description-md5: 1a4a0a2730a7cbaabc94c6c1db9f132b Description-en: Linux kernel buildinfo for version 7.3.0 This package contains the Linux kernel buildinfo for version 7.3.0. . You likely do not want to install this package. Package: linux-buildinfo-7.3.0-6-generic-64k Description-md5: 1a4a0a2730a7cbaabc94c6c1db9f132b Description-en: Linux kernel buildinfo for version 7.3.0 This package contains the Linux kernel buildinfo for version 7.3.0. . You likely do not want to install this package. Package: linux-generic-64k Description-md5: 84245d4a6d27106a917f04bcf9296d55 Description-en: Complete Generic 64K Linux kernel and headers This package will always depend on the latest complete generic-64k Linux kernel and headers. Package: linux-generic-64k-7.3 Description-md5: 84245d4a6d27106a917f04bcf9296d55 Description-en: Complete Generic 64K Linux kernel and headers This package will always depend on the latest complete generic-64k Linux kernel and headers. Package: linux-generic-64k-hwe-26.04 Description-md5: 84245d4a6d27106a917f04bcf9296d55 Description-en: Complete Generic 64K Linux kernel and headers This package will always depend on the latest complete generic-64k Linux kernel and headers. Package: linux-generic-64k-hwe-26.04-edge Description-md5: 84245d4a6d27106a917f04bcf9296d55 Description-en: Complete Generic 64K Linux kernel and headers This package will always depend on the latest complete generic-64k Linux kernel and headers. Package: linux-headers-7.3.0-1002-raspi Description-md5: 7c01da178bd88896ad979e1661097f4a Description-en: Linux kernel headers for version 7.3.0 This package provides kernel header files for version 7.3.0. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-7.3.0-1002/debian.README.gz for details. Package: linux-headers-7.3.0-1002-raspi-realtime Description-md5: 7c01da178bd88896ad979e1661097f4a Description-en: Linux kernel headers for version 7.3.0 This package provides kernel header files for version 7.3.0. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-7.3.0-1002/debian.README.gz for details. Package: linux-headers-7.3.0-6-generic-64k Description-md5: 5bf6e90c0a3626420f5f3450051e9b7c Description-en: Linux kernel headers for version 7.3.0 This package provides kernel header files for version 7.3.0. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-7.3.0-6/debian.README.gz for details. Package: linux-headers-generic-64k Description-md5: 7a578625be626f96075f6bacf4b9abc1 Description-en: Generic 64K Linux kernel headers This package will always depend on the latest generic-64k kernel headers available. Package: linux-headers-generic-64k-7.3 Description-md5: 7a578625be626f96075f6bacf4b9abc1 Description-en: Generic 64K Linux kernel headers This package will always depend on the latest generic-64k kernel headers available. Package: linux-headers-generic-64k-hwe-26.04 Description-md5: 7a578625be626f96075f6bacf4b9abc1 Description-en: Generic 64K Linux kernel headers This package will always depend on the latest generic-64k kernel headers available. Package: linux-headers-generic-64k-hwe-26.04-edge Description-md5: 7a578625be626f96075f6bacf4b9abc1 Description-en: Generic 64K Linux kernel headers This package will always depend on the latest generic-64k kernel headers available. Package: linux-headers-raspi Description-md5: 0223bd3893bcf16c07760109963ffebd Description-en: Raspberry Pi Linux kernel headers This package will always depend on the latest Raspberry Pi Linux kernel headers available. Package: linux-headers-raspi-7.3 Description-md5: 0223bd3893bcf16c07760109963ffebd Description-en: Raspberry Pi Linux kernel headers This package will always depend on the latest Raspberry Pi Linux kernel headers available. Package: linux-headers-raspi-realtime Description-md5: 51a96ef3c7b6e645756dee1aced81bc5 Description-en: Raspberry Pi real-time Linux kernel headers This package will always depend on the latest Raspberry Pi real-time Linux kernel headers available. Package: linux-headers-raspi-realtime-7.3 Description-md5: 51a96ef3c7b6e645756dee1aced81bc5 Description-en: Raspberry Pi real-time Linux kernel headers This package will always depend on the latest Raspberry Pi real-time Linux kernel headers available. Package: linux-image-7.3.0-1002-raspi Description-md5: cdc6b6e74f51e1a61e2fe396f2ad9010 Description-en: Linux kernel image for version 7.3.0 This package contains the Linux kernel image for version 7.3.0. . Supports Raspberry Pi processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-7.3.0-1002-raspi-realtime Description-md5: b8cdf63c35d339842dfa039d51cdaa6e Description-en: Linux kernel image for version 7.3.0 This package contains the Linux kernel image for version 7.3.0. . Supports Raspberry Pi processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-raspi-realtime meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-7.3.0-6-generic-64k Description-md5: be5ef7aaf9c2431197b30237e7c935c7 Description-en: Signed kernel image generic-64k A kernel image for generic-64k. This version of it is signed with Canonical's signing key. Package: linux-image-fb-7.3.0-6-generic Description-md5: ec7165fe150e840b5cd0566facf49fe9 Description-en: Signed kernel image generic (Stubble) A kernel image for generic. This version of it is signed with Canonical's signing key. Delivered as a stubble payload. Fallback kernel without stubble wrapper. Package: linux-image-fb-7.3.0-6-generic-64k Description-md5: 62615b39c53cc823a65dbbb794303da7 Description-en: Signed kernel image generic-64k (Stubble) A kernel image for generic-64k. This version of it is signed with Canonical's signing key. Delivered as a stubble payload. Fallback kernel without stubble wrapper. Package: linux-image-fb-generic Description-md5: ada37ea00dd50acd3f1a77c4ff2e051a Description-en: Generic Linux kernel image for Ubuntu Core (fallback) This package will always depend on the latest generic kernel image available. . This kernel is built without the stubble wrapper. Package: linux-image-fb-generic-7.3 Description-md5: ada37ea00dd50acd3f1a77c4ff2e051a Description-en: Generic Linux kernel image for Ubuntu Core (fallback) This package will always depend on the latest generic kernel image available. . This kernel is built without the stubble wrapper. Package: linux-image-fb-generic-hwe-26.04 Description-md5: ada37ea00dd50acd3f1a77c4ff2e051a Description-en: Generic Linux kernel image for Ubuntu Core (fallback) This package will always depend on the latest generic kernel image available. . This kernel is built without the stubble wrapper. Package: linux-image-fb-generic-hwe-26.04-edge Description-md5: ada37ea00dd50acd3f1a77c4ff2e051a Description-en: Generic Linux kernel image for Ubuntu Core (fallback) This package will always depend on the latest generic kernel image available. . This kernel is built without the stubble wrapper. Package: linux-image-generic-64k Description-md5: 46b80cb09d6c1756e139a2bce58d6a9b Description-en: Generic 64K Linux kernel image This package will always depend on the latest generic-64k kernel image available. Package: linux-image-generic-64k-7.3 Description-md5: 46b80cb09d6c1756e139a2bce58d6a9b Description-en: Generic 64K Linux kernel image This package will always depend on the latest generic-64k kernel image available. Package: linux-image-generic-64k-hwe-26.04 Description-md5: 46b80cb09d6c1756e139a2bce58d6a9b Description-en: Generic 64K Linux kernel image This package will always depend on the latest generic-64k kernel image available. Package: linux-image-generic-64k-hwe-26.04-edge Description-md5: 46b80cb09d6c1756e139a2bce58d6a9b Description-en: Generic 64K Linux kernel image This package will always depend on the latest generic-64k kernel image available. Package: linux-image-raspi Description-md5: e483328aafaaedd15601d42be69d056f Description-en: Raspberry Pi Linux kernel image This package will always depend on the latest Raspberry Pi Linux kernel image available. Package: linux-image-raspi-7.3 Description-md5: e483328aafaaedd15601d42be69d056f Description-en: Raspberry Pi Linux kernel image This package will always depend on the latest Raspberry Pi Linux kernel image available. Package: linux-image-raspi-realtime Description-md5: f4866fed3049d7bc9633fa8ad6168f0f Description-en: Raspberry Pi real-time Linux kernel image This package will always depend on the latest Raspberry Pi real-time Linux kernel image available. Package: linux-image-raspi-realtime-7.3 Description-md5: f4866fed3049d7bc9633fa8ad6168f0f Description-en: Raspberry Pi real-time Linux kernel image This package will always depend on the latest Raspberry Pi real-time Linux kernel image available. Package: linux-image-uc-7.3.0-6-generic-64k Description-md5: bb7a4ec80404e80b1dcbf294704a3a43 Description-en: Signed kernel image generic-64k for Ubuntu Core A kernel image for generic-64k. This version of it is signed with Canonical's signing key. Package: linux-image-unsigned-7.3.0-6-generic-64k Description-md5: 1775472fe6faa8217c8a56f89ed073c9 Description-en: Linux kernel image for version 7.3.0 This package contains the unsigned Linux kernel image for version 7.3.0. . Supports Generic 64K pages processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic-64k meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-lowlatency-64k Description-md5: c5683d77c70824dbd2b2c5d344ce9b18 Description-en: Complete Generic 64K Linux kernel and headers with lowlatency boot configuration This package will always depend on the latest complete generic-64k Linux kernel and headers. Additionally, it will install the lowlatency-kernel package to enable kernel boot arguments tuned for latency-sensitive applications. Package: linux-lowlatency-64k-7.3 Description-md5: c5683d77c70824dbd2b2c5d344ce9b18 Description-en: Complete Generic 64K Linux kernel and headers with lowlatency boot configuration This package will always depend on the latest complete generic-64k Linux kernel and headers. Additionally, it will install the lowlatency-kernel package to enable kernel boot arguments tuned for latency-sensitive applications. Package: linux-lowlatency-64k-hwe-26.04 Description-md5: c5683d77c70824dbd2b2c5d344ce9b18 Description-en: Complete Generic 64K Linux kernel and headers with lowlatency boot configuration This package will always depend on the latest complete generic-64k Linux kernel and headers. Additionally, it will install the lowlatency-kernel package to enable kernel boot arguments tuned for latency-sensitive applications. Package: linux-lowlatency-64k-hwe-26.04-edge Description-md5: c5683d77c70824dbd2b2c5d344ce9b18 Description-en: Complete Generic 64K Linux kernel and headers with lowlatency boot configuration This package will always depend on the latest complete generic-64k Linux kernel and headers. Additionally, it will install the lowlatency-kernel package to enable kernel boot arguments tuned for latency-sensitive applications. Package: linux-main-modules-raspi Description-md5: 332dcc96ab5f2cb19129778bac2042c3 Description-en: Build interlock package. You do not want to install this package. Package: linux-main-modules-zfs-7.3.0-1002-raspi Description-md5: 135f854ae881c840f8e009b5d39b34fc Description-en: Signed zfs module for 7.3.0-1002 This package contains the signed zfs modules. . You likely do not want to install this package directly, Instead, install the linux-zfs-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-main-modules-zfs-7.3.0-6-generic-64k Description-md5: c96156479229533ac060a0c2afdfb2d7 Description-en: Signed zfs module for 7.3.0-6 This package contains the signed zfs modules. . You likely do not want to install this package directly, Instead, install the linux-zfs-generic-64k meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-main-modules-zfs-unsigned-7.3.0-1002-raspi Description-md5: 5d74c148daf62e322834369a4fa85ce9 Description-en: Unsigned zfs module for 7.3.0-1002 This package contains the signed zfs modules. . You likely do not want to install this package directly, Instead, install the linux-zfs-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-main-modules-zfs-unsigned-7.3.0-6-generic-64k Description-md5: c246ec3122b2774f67dfbbd20afcf3e9 Description-en: Unsigned zfs module for 7.3.0-6 This package contains the signed zfs modules. . You likely do not want to install this package directly, Instead, install the linux-zfs-generic-64k meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-main-signed-raspi Description-md5: 332dcc96ab5f2cb19129778bac2042c3 Description-en: Build interlock package. You do not want to install this package. Package: linux-modules-7.3.0-1002-raspi Description-md5: 99f6da2cabd98f6d2eed6c48f3f84631 Description-en: Linux kernel modules for version 7.3.0 Contains 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 Raspberry Pi processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-7.3.0-1002-raspi-realtime Description-md5: 065d18d3fee9b31ea81ce8c7cf2e21b7 Description-en: Linux kernel modules for version 7.3.0 Contains 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 Raspberry Pi processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-raspi-realtime meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-7.3.0-6-generic-64k Description-md5: 2b81980b6dc5cc10d79956ea6b0ef20e Description-en: Linux kernel modules for version 7.3.0 Contains 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 64K pages processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic-64k meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-zfs-generic-64k Description-md5: 23fd9bbe85c4251527113b38105ffaef Description-en: Extra drivers for zfs for the generic-64k flavour Install extra signed zfs modules compatible with the generic-64k flavour Package: linux-modules-zfs-generic-64k-7.3 Description-md5: 23fd9bbe85c4251527113b38105ffaef Description-en: Extra drivers for zfs for the generic-64k flavour Install extra signed zfs modules compatible with the generic-64k flavour Package: linux-modules-zfs-generic-64k-hwe-26.04 Description-md5: 23fd9bbe85c4251527113b38105ffaef Description-en: Extra drivers for zfs for the generic-64k flavour Install extra signed zfs modules compatible with the generic-64k flavour Package: linux-modules-zfs-generic-64k-hwe-26.04-edge Description-md5: 23fd9bbe85c4251527113b38105ffaef Description-en: Extra drivers for zfs for the generic-64k flavour Install extra signed zfs modules compatible with the generic-64k flavour Package: linux-modules-zfs-raspi Description-md5: 8986409a1269feb70357fffe193f2a60 Description-en: Extra drivers for zfs for the raspi flavour Install extra signed zfs modules compatible with the raspi flavour Package: linux-modules-zfs-unsigned-generic-64k Description-md5: 23fd9bbe85c4251527113b38105ffaef Description-en: Extra drivers for zfs for the generic-64k flavour Install extra signed zfs modules compatible with the generic-64k flavour Package: linux-modules-zfs-unsigned-generic-64k-7.3 Description-md5: 23fd9bbe85c4251527113b38105ffaef Description-en: Extra drivers for zfs for the generic-64k flavour Install extra signed zfs modules compatible with the generic-64k flavour Package: linux-modules-zfs-unsigned-generic-64k-hwe-26.04 Description-md5: 23fd9bbe85c4251527113b38105ffaef Description-en: Extra drivers for zfs for the generic-64k flavour Install extra signed zfs modules compatible with the generic-64k flavour Package: linux-modules-zfs-unsigned-generic-64k-hwe-26.04-edge Description-md5: 23fd9bbe85c4251527113b38105ffaef Description-en: Extra drivers for zfs for the generic-64k flavour Install extra signed zfs modules compatible with the generic-64k flavour Package: linux-modules-zfs-unsigned-raspi Description-md5: 8986409a1269feb70357fffe193f2a60 Description-en: Extra drivers for zfs for the raspi flavour Install extra signed zfs modules compatible with the raspi flavour Package: linux-raspi Description-md5: 1014763f32b756bcf58c98df74203796 Description-en: Complete Raspberry Pi Linux kernel and headers This package will always depend on the latest complete Raspberry Pi Linux kernel and headers available. Package: linux-raspi-7.3 Description-md5: 1014763f32b756bcf58c98df74203796 Description-en: Complete Raspberry Pi Linux kernel and headers This package will always depend on the latest complete Raspberry Pi Linux kernel and headers available. Package: linux-raspi-headers-7.3.0-1002 Description-md5: bdead07c3b196debd360de91dfd2733e Description-en: Header files related to Linux kernel version 7.3.0 This package provides kernel header files for version 7.3.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-raspi-headers-7.3.0-1002/debian.README.gz for details Package: linux-raspi-realtime Description-md5: 59fcb949f59c6891cdb1484fd210a52f Description-en: Complete Raspberry Pi real-time Linux kernel and headers This package will always depend on the latest complete Raspberry Pi real-time Linux kernel and headers available. Package: linux-raspi-realtime-7.3 Description-md5: 59fcb949f59c6891cdb1484fd210a52f Description-en: Complete Raspberry Pi real-time Linux kernel and headers This package will always depend on the latest complete Raspberry Pi real-time Linux kernel and headers available. Package: linux-raspi-tools-7.3.0-1002 Description-md5: 5799db420e60140dcdd6ddef5bc5a9d5 Description-en: Linux kernel version specific tools for version 7.3.0-1002 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 7.3.0-1002. You probably want to install linux-tools-7.3.0-1002-. Package: linux-tools-7.3.0-1002-raspi Description-md5: 114b272c0dccc3c154ff05813989c277 Description-en: Linux kernel version specific tools for version 7.3.0-1002 This package provides the architecture dependant parts for kernel version locked tools (such as x86_energy_perf_policy) for version 7.3.0-1002. Package: linux-tools-7.3.0-1002-raspi-realtime Description-md5: 114b272c0dccc3c154ff05813989c277 Description-en: Linux kernel version specific tools for version 7.3.0-1002 This package provides the architecture dependant parts for kernel version locked tools (such as x86_energy_perf_policy) for version 7.3.0-1002. Package: linux-tools-7.3.0-6-generic-64k Description-md5: 6ba2c2a312b1a0623d7a05d5fb9088e1 Description-en: Linux kernel version specific tools for version 7.3.0-6 This package provides the architecture dependant parts for kernel version locked tools (such as x86_energy_perf_policy) for version 7.3.0-6. Package: linux-tools-generic-64k Description-md5: ba4f375a2a2b5ada997c4cffff881f11 Description-en: Generic 64K Linux kernel tools This package will always depend on the latest generic-64k kernel tools available. Package: linux-tools-generic-64k-7.3 Description-md5: ba4f375a2a2b5ada997c4cffff881f11 Description-en: Generic 64K Linux kernel tools This package will always depend on the latest generic-64k kernel tools available. Package: linux-tools-generic-64k-hwe-26.04 Description-md5: ba4f375a2a2b5ada997c4cffff881f11 Description-en: Generic 64K Linux kernel tools This package will always depend on the latest generic-64k kernel tools available. Package: linux-tools-generic-64k-hwe-26.04-edge Description-md5: ba4f375a2a2b5ada997c4cffff881f11 Description-en: Generic 64K Linux kernel tools This package will always depend on the latest generic-64k kernel tools available. Package: linux-tools-raspi Description-md5: e30171db1195241a4736905110203a08 Description-en: Raspberry Pi Linux kernel tools This package will always depend on the latest Raspberry Pi Linux kernel tools available. Package: linux-tools-raspi-7.3 Description-md5: e30171db1195241a4736905110203a08 Description-en: Raspberry Pi Linux kernel tools This package will always depend on the latest Raspberry Pi Linux kernel tools available. Package: linux-tools-raspi-realtime Description-md5: be94622a6034c8bb5e7505abb1d11ebe Description-en: Raspberry Pi real-time Linux kernel tools This package will always depend on the latest Raspberry Pi real-time Linux kernel tools available. Package: linux-tools-raspi-realtime-7.3 Description-md5: be94622a6034c8bb5e7505abb1d11ebe Description-en: Raspberry Pi real-time Linux kernel tools This package will always depend on the latest Raspberry Pi real-time Linux kernel tools available. Package: cpp-15-arm-linux-gnueabihf Description-md5: ebf0ad16c97b571650e3bbee5ea0b0be Description-en: GNU C preprocessor for arm-linux-gnueabihf A macro processor that is used automatically by the GNU C compiler to transform programs before actual compilation. . This package has been separated from gcc for the benefit of those who require the preprocessor configured for the arm-linux-gnueabihf architecture but not the compiler. Package: g++-15-arm-linux-gnueabihf Description-md5: 7e42e2316ead40c4b651752dc83234d7 Description-en: GNU C++ compiler for the arm-linux-gnueabihf architecture This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This package contains C++ cross-compiler for the arm-linux-gnueabihf architecture. Package: gcc-15-arm-linux-gnueabihf Description-md5: 33f90d4dfb358631d3e5a94e55aaa543 Description-en: GNU C compiler for the arm-linux-gnueabihf architecture This is the GNU C compiler for the arm-linux-gnueabihf architecture, a fairly portable optimizing compiler for C. Package: gfortran-15-arm-linux-gnueabihf Description-md5: 97ae8549d5e903133d4832ce451bf9d5 Description-en: GNU Fortran compiler for the arm-linux-gnueabihf architecture This is the GNU Fortran compiler for the arm-linux-gnueabihf architecture, which compiles Fortran on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: liberasurecode-dev Description-md5: fbad4cc5eda403f2ccf3578c485a317a Description-en: support of multiple erasure code backends - development files Liberasurecode is an erasure code library which can support multiple erasure code 'backends'. The repository includes a Jerasure for Reed-Solomon implementation. . This package contains the development files needed to build against the shared library. Package: liberasurecode1 Description-md5: 3dca7acc4e8a6c946dd42ab4f1a445a6 Description-en: support of multiple erasure code backends - shared library Liberasurecode is an erasure code library which can support multiple erasure code 'backends'. The repository includes a Jerasure for Reed-Solomon implementation. . This package contains the shared library. Package: linux-image-7.3.0-6-generic Description-md5: 47bb087ffd2ef291d38b0b7955997042 Description-en: Linux kernel image for version 7.3.0 This package contains the Linux kernel image for version 7.3.0. . 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: cpp-15-i686-linux-gnu Description-md5: 1627f20783636de7a009846e94750c64 Description-en: GNU C preprocessor for i686-linux-gnu A macro processor that is used automatically by the GNU C compiler to transform programs before actual compilation. . This package has been separated from gcc for the benefit of those who require the preprocessor configured for the i686-linux-gnu architecture but not the compiler. Package: g++-15-i686-linux-gnu Description-md5: 4bcee97f3f1dbbe3d26ed394722ba5bc Description-en: GNU C++ compiler for the i686-linux-gnu architecture This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This package contains C++ cross-compiler for the i686-linux-gnu architecture. Package: gcc-15-i686-linux-gnu Description-md5: ba5a678e8889d9e2f2dd41bf10f39ab5 Description-en: GNU C compiler for the i686-linux-gnu architecture This is the GNU C compiler for the i686-linux-gnu architecture, a fairly portable optimizing compiler for C. Package: gfortran-15-i686-linux-gnu Description-md5: b4cc25194ee0177ada8bf1a75e17c538 Description-en: GNU Fortran compiler for the i686-linux-gnu architecture This is the GNU Fortran compiler for the i686-linux-gnu architecture, which compiles Fortran on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: lib64asan8 Description-md5: 1a9f659ca4439e2038933f842e164011 Description-en: AddressSanitizer -- a fast memory error detector (64bit) AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: lib64atomic1 Description-md5: dcde910e366c584abcb0cd438bd4f06e Description-en: support library providing __atomic built-in functions (64bit) library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: lib64gcc-15-dev Description-md5: 44d3aaff7c21b9d5950416cabd2035a0 Description-en: GCC support library (64bit development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: lib64gcc-s1 Description-md5: 3fa6e907907011d66479852df2d160b2 Description-en: GCC support library (64bit) Shared version of the support library, a library of internal subroutines that GCC uses to overcome shortcomings of particular machines, or special needs for some languages. Package: lib64gfortran-15-dev Description-md5: 552b8ddfa55fb97fed937c39ac7c9855 Description-en: Runtime library for GNU Fortran applications (64bit development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: lib64gfortran5 Description-md5: 46b19e07ae6f07ea3757b2684cf21c0d Description-en: Runtime library for GNU Fortran applications (64bit) Library needed for GNU Fortran applications linked against the shared library. Package: lib64gomp1 Description-md5: a0950cb11ce700192ac4d8252bba5f9e Description-en: GCC OpenMP (GOMP) support library (64bit) GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: lib64itm1 Description-md5: fcc38020a0be9787c7556be2d025d1a4 Description-en: GNU Transactional Memory Library (64bit) GNU Transactional Memory Library (libitm) provides transaction support for accesses to the memory of a process, enabling easy-to-use synchronization of accesses to shared memory by several threads. Package: lib64quadmath0 Description-md5: 49289451e79bd744581e76fbb05eb94d Description-en: GCC Quad-Precision Math Library (64bit) A library, which provides quad-precision mathematical functions on targets supporting the __float128 datatype. The library is used to provide on such targets the REAL(16) type in the GNU Fortran compiler. Package: lib64stdc++-15-dev Description-md5: a197f2aec835e5fc6f8f76039d8a7c4e Description-en: GNU Standard C++ Library v3 (development files) This package contains the headers and static library files necessary for building C++ programs which use libstdc++. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. Package: lib64stdc++6 Description-md5: 0b7bd88ae533336258d0ca3201397c0f Description-en: GNU Standard C++ Library v3 (64bit) This package contains an additional runtime library for C++ programs built with the GNU compiler. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. Package: lib64ubsan1 Description-md5: c22f6718422baad4c7aa40c7b8c9e6ac Description-en: UBSan -- undefined behaviour sanitizer (64bit) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: cpp-15-powerpc64le-linux-gnu Description-md5: caf654af13d5f6bb609053003756486f Description-en: GNU C preprocessor for powerpc64le-linux-gnu A macro processor that is used automatically by the GNU C compiler to transform programs before actual compilation. . This package has been separated from gcc for the benefit of those who require the preprocessor configured for the powerpc64le-linux-gnu architecture but not the compiler. Package: g++-15-powerpc64le-linux-gnu Description-md5: ebb9916a66f41b95daf1752865ac8395 Description-en: GNU C++ compiler for the powerpc64le-linux-gnu architecture This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This package contains C++ cross-compiler for the powerpc64le-linux-gnu architecture. Package: gcc-15-powerpc64le-linux-gnu Description-md5: 9a78fbda526c5f3157cb5ab0c3cf7fc1 Description-en: GNU C compiler for the powerpc64le-linux-gnu architecture This is the GNU C compiler for the powerpc64le-linux-gnu architecture, a fairly portable optimizing compiler for C. Package: gfortran-15-powerpc64le-linux-gnu Description-md5: c4e5fd95008e20fa21421f07aca27e28 Description-en: GNU Fortran compiler for the powerpc64le-linux-gnu architecture This is the GNU Fortran compiler for the powerpc64le-linux-gnu architecture, which compiles Fortran on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: acl Description-md5: b83fc53f6059dbeb88f11752e70968e7 Description-en: access control list - utilities This package contains the getfacl and setfacl utilities needed for manipulating access control lists. It also contains the chacl IRIX compatible utility. Package: gettext Description-md5: 0db85b3962766eeef57d5324263a308e Description-en: GNU Internationalization utilities Interesting for authors or maintainers of other packages or programs which they want to see internationalized. Package: gettext-base Description-md5: 6c8ed1da584066e0871910b60d931f43 Description-en: GNU Internationalization utilities for the base system This package includes the gettext and ngettext programs which allow other packages to internationalize the messages given by shell scripts. Package: libacl1 Description-md5: 819a4a0833dcbd5db23e4a5fd341c3aa Description-en: access control list - shared library This package contains the shared library containing the POSIX 1003.1e draft standard 17 functions for manipulating access control lists. Package: libacl1-dev Description-md5: a045d1c523a69128d4ab4cdf4765ed94 Description-en: access control list - static libraries and headers This package contains the static libraries and header files needed for developing programs which make use of the access control list programming interface defined in POSIX 1003.1e draft standard 17. Package: libasprintf-dev Description-md5: cf1fef7ad5efe4699246499cc22d4b78 Description-en: use fprintf and friends in C++ - static libraries and headers This package contains development files for the libasprintf library. Package: libasprintf0v5 Description-md5: 219cd3f952d632bf9709be3cec1ed64c Description-en: use fprintf and friends in C++ - shared library This package contains the libasprintf shared library which makes the C formatted output routines (fprintf et al.) usable in C++ programs, for use with the strings and the streams. Package: libgettextpo-dev Description-md5: 9e10b083de4abd01e0722086aa10698d Description-en: process PO files - static libraries and headers This package contains development files for the libgettextpo library. Package: libgettextpo0 Description-md5: 20ba3999bd6531593d7a4b9c7b10bc14 Description-en: process PO files - shared library This package contains the libgettextpo shared library for interfacing programmatically with GNU gettext .po files. Package: postgresql-plperl-17 Description-md5: e71f9fc9f12a6b48643a5c16c534f05d Description-en: PL/Perl procedural language for PostgreSQL 17 PL/Perl enables an SQL developer to write procedural language functions for PostgreSQL 17 in Perl. You need this package if you have any PostgreSQL 17 functions that use the languages plperl or plperlu. . PostgreSQL is an object-relational SQL database management system. Package: postgresql-plpython3-17 Description-md5: 39f7322482ccde9f7b976e11030fd57d Description-en: PL/Python 3 procedural language for PostgreSQL 17 PL/Python 3 enables an SQL developer to write procedural language functions for PostgreSQL 17 in Python 3. You need this package if you have any PostgreSQL 17 functions that use the languages plpython3 or plpython3u. . PostgreSQL is an object-relational SQL database management system. Package: postgresql-pltcl-17 Description-md5: 594006a691e4767ebf6e995aa34f5e17 Description-en: PL/Tcl procedural language for PostgreSQL 17 PL/Tcl enables an SQL developer to write procedural language functions for PostgreSQL 17 in Tcl. You need this package if you have any PostgreSQL 17 functions that use the languages pltcl or pltclu. . PostgreSQL is an object-relational SQL database management system. Package: cpp-15-s390x-linux-gnu Description-md5: 543132d3aca6089e85c5024bc8d3a6ca Description-en: GNU C preprocessor for s390x-linux-gnu A macro processor that is used automatically by the GNU C compiler to transform programs before actual compilation. . This package has been separated from gcc for the benefit of those who require the preprocessor configured for the s390x-linux-gnu architecture but not the compiler. Package: g++-15-s390x-linux-gnu Description-md5: 242579a2aad3a3fffda9604eae1be5bd Description-en: GNU C++ compiler for the s390x-linux-gnu architecture This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This package contains C++ cross-compiler for the s390x-linux-gnu architecture. Package: gcc-15-s390x-linux-gnu Description-md5: 2323f276c14ea19238d792f7bdca46a5 Description-en: GNU C compiler for the s390x-linux-gnu architecture This is the GNU C compiler for the s390x-linux-gnu architecture, a fairly portable optimizing compiler for C. Package: gfortran-15-s390x-linux-gnu Description-md5: 01fdbbd9efb81f1ce24e9908283f9b07 Description-en: GNU Fortran compiler for the s390x-linux-gnu architecture This is the GNU Fortran compiler for the s390x-linux-gnu architecture, which compiles Fortran on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code.