From 8590bd3ec1959ea6d7338d39d49708be05a40e59 Mon Sep 17 00:00:00 2001 From: Chitoku YATO Date: Tue, 27 Aug 2024 17:33:28 -0700 Subject: [PATCH] Add JetPack 6.0 numbers and outputs --- docs/analysis.md | 2246 ++++++++++++++++- docs/images/dpkg_nvidia-jetpack-60.png | Bin 0 -> 1708981 bytes .../images/dpkg_nvidia-l4t-gstreamer_jp60.png | Bin 0 -> 2709695 bytes .../dpkg_nvidia-l4t-multimedia_jp60.png | Bin 0 -> 1329142 bytes l4t_pkg_lists/l4t-r36.3_JAO.txt | 2077 +++++++++++++++ mkdocs.yml | 7 +- 6 files changed, 4307 insertions(+), 23 deletions(-) create mode 100644 docs/images/dpkg_nvidia-jetpack-60.png create mode 100644 docs/images/dpkg_nvidia-l4t-gstreamer_jp60.png create mode 100644 docs/images/dpkg_nvidia-l4t-multimedia_jp60.png create mode 100644 l4t_pkg_lists/l4t-r36.3_JAO.txt diff --git a/docs/analysis.md b/docs/analysis.md index 26741c3..eb6f79f 100644 --- a/docs/analysis.md +++ b/docs/analysis.md @@ -12,6 +12,22 @@ df -h /dev/mmcblk0p1 ??? info "Example outputs of `df` command after installing full JetPack" + === ":material-numeric-6-box: JetPack 6.0 GA" + + Example output on Jetson AGX Orin Developer Kit with JetPack 6.0 GA: + ``` + $ df -h /dev/nvme0n1p1 + Filesystem Size Used Avail Use% Mounted on + /dev/nvme0n1p1 227G 19G 197G 9% / + ``` + + Example output on Jetson AGX Orin Developer Kit with **just L4T r36.3.0**: + ``` + $ df -h /dev/nvme0n1p1 + Filesystem Size Used Avail Use% Mounted on + /dev/nvme0n1p1 227G 6.4G 209G 3% / + ``` + === ":material-numeric-5-box-multiple: JetPack 5.0.2" Example output on Jetson AGX Orin Developer Kit with JetPack 5.0.2: @@ -45,13 +61,13 @@ dpkg -l | grep -c '^ii' !!! info "Example outputs summarized into a table format for JetPack versions" - | | JetPack 5.0.2
(Rel 35.1.0)
Jetson AGX Orin
Developer Kit | JetPack 5.0.1 DP
(Rel 34.1.1)
Jetson AGX Orin
Developer Kit | JetPack 4.6.2
(Rel 32.7.2)
Jetson AGX Xavier
Developer Kit | JetPack 4.6.1
(Rel 32.7.1)
Jetson Xavier NX
Developer Kit | + | | JetPack 6.0 GA
(Rel 36.3.0)
Jetson AGX Orin
Developer Kit | JetPack 5.0.2
(Rel 35.1.0)
Jetson AGX Orin
Developer Kit | JetPack 4.6.2
(Rel 32.7.2)
Jetson AGX Xavier
Developer Kit | JetPack 4.6.1
(Rel 32.7.1)
Jetson Xavier NX
Developer Kit | |---|--:|--:|--:|--:| - | [a] Regular L4T BSP | 1909 | 1920 | 2217 | | - | [A] Full JetPack | 2038 |2013 | 2340 | 2348 | - | [B] GUI removed | nnn | 1063 | 993 | 1003 | - | [C] Docs/Samples removed | nnn | 1059 | 988 | 998 | - | [D] dev packages removed | nnn | **1040** | **969** | **979** | + | [a] Regular L4T BSP | 2077 | 1909 | 2217 | | + | [A] Full JetPack | 2204 | 2038 | 2340 | 2348 | + | [B] GUI removed | | nnn | 993 | 1003 | + | [C] Docs/Samples removed | | nnn | 988 | 998 | + | [D] dev packages removed | | nnn | **969** | **979** | ### `tree` command output filtered by disk usage size @@ -64,7 +80,109 @@ sudo apt-get install tree sudo bash -c "cd /; tree --du -h | grep -E \"\[[0-9]*M]|G]\"" ``` -??? info "Example output of the `tree` command on JetPack 5.x and JetPack 4.6.1:" +??? info "Example output of the `tree` command on JetPack 6.x, 5.x and 4.x:" + + === ":material-numeric-6-box: JetPack 6.0 GA" + + ``` + [ 19G] . + ├── [2.9G] opt + │   ├── [2.7G] nvidia + │   │   ├── [1.2G] nsight-compute + │   │   │   └── [1.2G] 2023.2.2 + │   │   │   ├── [624M] host + │   │   │   │   ├── [322M] linux-desktop-glibc_2_11_3-x64 + │   │   │   │   │   ├── [163M] Plugins + │   │   │   │   └── [301M] linux-v4l_l4t-t210-a64 + │   │   │   │   ├── [150M] Plugins + │   │   │   └── [521M] target + │   │   │   ├── [194M] linux-desktop-glibc_2_11_3-x64 + │   │   │   ├── [191M] linux-v4l_l4t-t210-a64 + │   │   │   └── [131M] qnx-700-t210-a64 + │   │   ├── [544M] nsight-graphics-for-embeddedlinux + │   │   │   └── [544M] nsight-graphics-for-embeddedlinux-2023.4.1.0 + │   │   │   ├── [365M] host + │   │   │   │   └── [365M] linux-v4l_l4t-nomad-t210-a64 + │   │   │   └── [179M] target + │   │   │   ├── [116M] linux-v4l_l4t-nomad-t210-a64 + │   │   ├── [874M] nsight-systems + │   │   │   └── [874M] 2024.2.2 + │   │   │   ├── [631M] host-linux-armv8 + │   │   │   │   ├── [246M] libQt6WebEngineCore.so.6 + │   │   │   └── [223M] target-linux-tegra-armv8 + │   │   └── [119M] vpi3 + │   │   ├── [100M] lib + │   │   │   └── [100M] aarch64-linux-gnu + │   └── [221M] ota_package + │   └── [221M] t23x + ├── [110M] sys + ├── [ 16G] usr + │   ├── [253M] bin + │   ├── [195M] include + │   │   ├── [130M] boost + │   ├── [9.4G] lib + │   │   ├── [7.1G] aarch64-linux-gnu + │   │   │   ├── [1.1G] dri + │   │   │   ├── [148M] libcudnn_adv_infer.so.8.9.4 + │   │   │   ├── [150M] libcudnn_adv_infer_static.a + │   │   │   ├── [124M] libcudnn_adv_train.so.8.9.4 + │   │   │   ├── [127M] libcudnn_adv_train_static.a + │   │   │   ├── [627M] libcudnn_cnn_infer.so.8.9.4 + │   │   │   ├── [741M] libcudnn_cnn_infer_static.a + │   │   │   ├── [130M] libcudnn_cnn_train.so.8.9.4 + │   │   │   ├── [180M] libcudnn_cnn_train_static.a + │   │   │   ├── [101M] libcudnn_ops_infer.so.8.9.4 + │   │   │   ├── [105M] libcudnn_ops_infer_static.a + │   │   │   ├── [106M] libLLVM-15.so.1 + │   │   │   ├── [457M] libnvinfer_builder_resource.so.8.6.2 + │   │   │   ├── [138M] libnvinfer_dispatch_static.a + │   │   │   ├── [163M] libnvinfer_lean_static.a + │   │   │   ├── [220M] libnvinfer.so.8.6.2 + │   │   │   ├── [910M] libnvinfer_static.a + │   │   │   ├── [366M] nvidia + │   │   ├── [1.0G] firmware + │   │   │   ├── [140M] netronome + │   │   ├── [276M] libreoffice + │   │   │   ├── [204M] program + │   │   ├── [295M] python3 + │   │   │   └── [295M] dist-packages + │   │   ├── [220M] thunderbird + │   │   │   ├── [134M] libxul.so + │   ├── [4.3G] local + │   │   ├── [4.3G] cuda-12.2 + │   │   │   ├── [122M] bin + │   │   │   ├── [3.9G] targets + │   │   │   │   └── [3.9G] aarch64-linux + │   │   │   │   ├── [3.9G] lib + │   │   │   │   │   ├── [434M] libcublasLt.so.12.2.5.6 + │   │   │   │   │   ├── [632M] libcublasLt_static.a + │   │   │   │   │   ├── [117M] libcublas.so.12.2.5.6 + │   │   │   │   │   ├── [197M] libcublas_static.a + │   │   │   │   │   ├── [170M] libcufft.so.11.0.8.103 + │   │   │   │   │   ├── [188M] libcufft_static.a + │   │   │   │   │   ├── [188M] libcufft_static_nocallback.a + │   │   │   │   │   ├── [105M] libcurand.so.10.3.3.141 + │   │   │   │   │   ├── [105M] libcurand_static.a + │   │   │   │   │   ├── [130M] libcusolver.so.11.5.2.141 + │   │   │   │   │   ├── [147M] libcusolver_static.a + │   │   │   │   │   ├── [275M] libcusparse.so.12.1.2.141 + │   │   │   │   │   ├── [314M] libcusparse_static.a + │   │   │   │   │   ├── [107M] libnppif.so.12.2.1.4 + │   │   │   │   │   ├── [111M] libnppif_static.a + │   ├── [1.1G] share + │   │   ├── [256M] AAVMF + │   │   ├── [184M] fonts + │   │   ├── [137M] icons + │   └── [437M] src + │   └── [200M] tensorrt + │   ├── [197M] data + └── [403M] var + ├── [124M] cache + │   ├── [100M] apt + ├── [274M] lib + │   ├── [201M] apt + │   │   ├── [201M] lists + ``` === ":material-numeric-5-box-multiple: JetPack 5.0.2" @@ -295,6 +413,2091 @@ dpkg-query -Wf '${Installed-Size;8} KiB \t${Package;-30}\t${binary:Summary}\n' ??? info "Example outputs of the `dpkg-query` command:" + === ":material-numeric-6-box: JetPack 6.0 GA" + + Jetson AGX Orin Developer Kit with JetPack 6.0 GA + ``` + 496 KiB accountsservice query and manipulate user account information + 172 KiB acl access control list - utilities + 608 KiB adduser add and remove users and groups + 5234 KiB adwaita-icon-theme default icon theme of GNOME (small subset) + 8800 KiB aisleriot GNOME solitaire card game collection + 464 KiB alsa-base ALSA driver configuration files + 597 KiB alsa-ucm-conf ALSA Use Case Manager configuration files + 2420 KiB alsa-utils Utilities for configuring and using ALSA + 94 KiB anacron cron-like program that doesn't go by time + 105 KiB apg Automated Password Generator - Standalone version + 2632 KiB apparmor user-space parser utility for AppArmor + 812 KiB apport automatically generate crash reports for debugging + 205 KiB apport-gtk GTK+ frontend for the apport crash report system + 61 KiB apport-symptoms symptom scripts for apport + 292 KiB appstream Software component metadata management + 3941 KiB apt commandline package manager + 26 KiB apt-config-icons APT configuration snippet to enable icon downloads + 26 KiB apt-config-icons-hidpi APT configuration snippet to enable HiDPI icon downloads + 176 KiB aptdaemon transaction based package management service + 248 KiB aptdaemon-data data files for clients + 55 KiB apturl install packages using the apt protocol - GTK+ frontend + 168 KiB apturl-common install packages using the apt protocol - common data + 320 KiB aspell GNU Aspell spell-checker + 424 KiB aspell-en English dictionary for GNU Aspell + 264 KiB at-spi2-core Assistive Technology Service Provider Interface (dbus core) + 2032 KiB autoconf automatic configure script builder + 134 KiB autotools-dev Update infrastructure for config.{guess,sub} files + 121 KiB avahi-autoipd Avahi IPv4LL network address configuration daemon + 289 KiB avahi-daemon Avahi mDNS/DNS-SD daemon + 153 KiB avahi-utils Avahi browsing, publishing and discovery utilities + 788 KiB baobab GNOME disk usage analyzer + 389 KiB base-files Debian base system miscellaneous files + 235 KiB base-passwd Debian base system master password and group files + 1864 KiB bash GNU Bourne Again SHell + 1464 KiB bash-completion programmable completion for the bash shell + 203 KiB bc GNU bc arbitrary precision calculator language + 171 KiB bind9-host DNS Lookup Utility + 3283 KiB bind9-libs Shared Libraries used by BIND 9 + 183 KiB binfmt-support Support for extra binary formats + 113 KiB binutils GNU assembler, linker and binary utilities + 13487 KiB binutils-aarch64-linux-gnu GNU binary utilities, for aarch64-linux-gnu target + 504 KiB binutils-common Common files for the GNU assembler, linker and binary utilities + 2432 KiB bison YACC-compatible parser generator + 29 KiB blt graphics extension library for Tcl/Tk - run-time + 3600 KiB bluez Bluetooth tools and daemons + 676 KiB bluez-obexd bluez obex daemon + 453 KiB bolt system daemon to manage thunderbolt 3 devices + 1168 KiB branding-ubuntu Replacement artwork with Ubuntu branding + 114 KiB bridge-utils Utilities for configuring the Linux Ethernet bridge + 7916 KiB brltty Access software for a blind person using a braille display + 309 KiB bsdextrautils extra utilities from 4.4BSD-Lite + 330 KiB bsdutils basic utilities from 4.4BSD-Lite + 121 KiB bubblewrap utility for unprivileged chroot and namespace manipulation + 381 KiB busybox-initramfs Standalone shell setup for initramfs + 110 KiB bzip2 high-quality block-sorting file compressor - utilities + 390 KiB ca-certificates Common CA certificates + 104 KiB ca-certificates-mono Common CA certificates (Mono keystore) + 599 KiB can-utils SocketCAN userspace utilities and tools + 434 KiB cheese tool to take pictures and videos from your webcam + 912 KiB cheese-common Common files for the Cheese tool to take pictures and videos + 265 KiB cli-common common files between all CLI packages + 924 KiB colord system service to manage device colour profiles -- system daemon + 1000 KiB colord-data system service to manage device colour profiles -- data files + 426 KiB console-setup console font and keymap setup program + 2171 KiB console-setup-linux Linux specific part of console-setup + 6220 KiB coreutils GNU core utilities + 308 KiB cpio GNU cpio -- a program to manage archives of files + 67 KiB cpp GNU C preprocessor (cpp) + 24392 KiB cpp-11 GNU C preprocessor + 259 KiB cpuset Allows manipluation of cpusets and provides higher level fun + 574 KiB cracklib-runtime runtime support for password checker library cracklib2 + 247 KiB cron process scheduling daemon + 568 KiB cryptsetup-bin disk encryption support - command line tools + 210 KiB dash POSIX-compliant shell + 542 KiB dbus simple interprocess messaging system (daemon and utilities) + 130 KiB dbus-user-session simple interprocess messaging system (systemd --user integration) + 156 KiB dbus-x11 simple interprocess messaging system (X11 deps) + 123 KiB dc GNU dc arbitrary precision reverse-polish calculator + 81 KiB dconf-cli simple configuration storage system - utilities + 74 KiB dconf-gsettings-backend simple configuration storage system - GSettings back-end + 98 KiB dconf-service simple configuration storage system - D-Bus service + 260 KiB dctrl-tools Command-line tools to process Debian package information + 512 KiB debconf Debian configuration management system + 105 KiB debconf-utils debconf utilities + 230 KiB debianutils Miscellaneous utilities specific to Debian + 1388 KiB deja-dup Backup utility + 248 KiB desktop-file-utils Utilities for .desktop files + 392 KiB device-tree-compiler Device Tree Compiler for Flat Device Trees + 765 KiB dictionaries-common spelling dictionaries - common utilities + 392 KiB diffutils File comparison utilities + 635 KiB dirmngr GNU privacy guard - network certificate management service + 69 KiB distro-info provides information about the distributions' releases + 20 KiB distro-info-data information about the distributions' releases (data files) + 280 KiB dmsetup Linux Kernel Device Mapper userspace library + 3567 KiB dmz-cursor-theme Style neutral, scalable cursor theme + 18 KiB dns-root-data DNS root data including root zone and DNSSEC key + 852 KiB dnsmasq-base Small caching DNS proxy and DHCP/TFTP server + 2134 KiB docbook-xml standard XML documentation system for software and systems + 229 KiB dosfstools utilities for making and checking MS-DOS FAT filesystems + 6669 KiB dpkg Debian package management system + 1284 KiB duplicity encrypted bandwidth-efficient backup + 1432 KiB e2fsprogs ext2/ext3/ext4 file system utilities + 148 KiB eject ejects CDs and operates CD-Changers under Linux + 62 KiB emacsen-common Common facilities for all emacsen + 57 KiB enchant-2 Wrapper for various spell checker engines (binary programs) + 2064 KiB eog Eye of GNOME graphics viewer program + 10054 KiB espeak-ng-data Multi-lingual software speech synthesizer: speech data files + 614 KiB ethtool display or change Ethernet device settings + 971 KiB evince Document (PostScript, PDF) viewer + 1596 KiB evince-common Document (PostScript, PDF) viewer - common files + 2725 KiB evolution-data-server evolution database backend server + 524 KiB evolution-data-server-common architecture independent files for Evolution Data Server + 421 KiB fdisk collection of partitioning utilities + 80 KiB file Recognize the type of data in a file using "magic" numbers + 1768 KiB file-roller archive manager for GNOME + 604 KiB findutils utilities for finding files--find, xargs + 7400 KiB fio flexible I/O tester + 972 KiB flex fast lexical analyzer generator + 345 KiB fontconfig generic font configuration library - support binaries + 172 KiB fontconfig-config generic font configuration library - configuration + 9 KiB fonts-beng Metapackage to install Bengali and Assamese fonts + 662 KiB fonts-beng-extra TrueType fonts for Bengali language + 2954 KiB fonts-dejavu-core Vera font family derivate with additional characters + 9 KiB fonts-deva Meta package to install all Devanagari fonts + 3310 KiB fonts-deva-extra Free fonts for Devanagari script + 7347 KiB fonts-droid-fallback handheld device font with extensive style and language support (fallback) + 6497 KiB fonts-freefont-ttf Freefont Serif, Sans and Mono Truetype fonts + 91 KiB fonts-gargi OpenType Devanagari font + 147 KiB fonts-gubbi Gubbi free font for Kannada script + 9 KiB fonts-gujr Meta package to install all Gujarati fonts + 385 KiB fonts-gujr-extra Free fonts for Gujarati script + 10 KiB fonts-guru Meta package to install all Punjabi fonts + 134 KiB fonts-guru-extra Free fonts for Punjabi language + 9 KiB fonts-indic Meta package to install all Indian language fonts + 978 KiB fonts-kacst KACST free TrueType Arabic fonts + 117 KiB fonts-kacst-one TrueType font designed for Arabic language + 463 KiB fonts-kalapi Kalapi Gujarati Unicode font + 539 KiB fonts-khmeros-core KhmerOS Unicode fonts for the Khmer language of Cambodia + 10 KiB fonts-knda Meta package for Kannada fonts + 206 KiB fonts-lao TrueType font for Lao language + 2089 KiB fonts-liberation Fonts with the same metrics as Times, Arial and Courier + 4288 KiB fonts-liberation2 Fonts with the same metrics as Times, Arial and Courier (v2) + 320 KiB fonts-lklug-sinhala Unicode Sinhala font by Lanka Linux User Group + 165 KiB fonts-lohit-beng-assamese Lohit TrueType font for Assamese Language + 165 KiB fonts-lohit-beng-bengali Lohit TrueType font for Bengali Language + 193 KiB fonts-lohit-deva Lohit TrueType font for Devanagari script + 98 KiB fonts-lohit-gujr Lohit TrueType font for Gujarati Language + 62 KiB fonts-lohit-guru Lohit TrueType font for Punjabi Language + 230 KiB fonts-lohit-knda Lohit TrueType font for Kannada Language + 83 KiB fonts-lohit-mlym Lohit TrueType font for Malayalam Language + 120 KiB fonts-lohit-orya Lohit TrueType font for Oriya Language + 84 KiB fonts-lohit-taml Lohit TrueType font for Tamil Language + 100 KiB fonts-lohit-taml-classical Lohit Tamil TrueType fonts for Tamil script + 370 KiB fonts-lohit-telu Lohit TrueType font for Telugu Language + 352 KiB fonts-lyx TrueType versions of some TeX fonts used by LyX + 10 KiB fonts-mlym Meta package to install all Malayalam fonts + 344 KiB fonts-nakula Free Unicode compliant Devanagari font + 150 KiB fonts-navilu Handwriting font for Kannada + 91003 KiB fonts-noto-cjk "No Tofu" font families with large Unicode coverage (CJK regular and bold) + 10740 KiB fonts-noto-color-emoji color emoji font from Google + 1160 KiB fonts-noto-mono "No Tofu" monospaced font family with large Unicode coverage + 456 KiB fonts-opensymbol OpenSymbol TrueType font + 10 KiB fonts-orya Meta package to install all Odia fonts + 174 KiB fonts-orya-extra Free fonts for Odia script + 207 KiB fonts-pagul Free TrueType font for the Sourashtra language + 361 KiB fonts-sahadeva Free Unicode compliant Devanagari font + 140 KiB fonts-samyak-deva Samyak TrueType font for Devanagari script + 113 KiB fonts-samyak-gujr Samyak TrueType font for Gujarati language + 60 KiB fonts-samyak-mlym Samyak TrueType font for Malayalam language + 62 KiB fonts-samyak-taml Samyak TrueType font for Tamil language + 137 KiB fonts-sarai truetype font for devanagari script + 1271 KiB fonts-sil-abyssinica Ethiopic script font designed in a calligraphic style + 3349 KiB fonts-sil-padauk Burmese Unicode TrueType font with OpenType and Graphite support + 15 KiB fonts-smc Metapackage for various TrueType fonts for Malayalam Language + 351 KiB fonts-smc-anjalioldlipi AnjaliOldLipi malayalam font + 266 KiB fonts-smc-chilanka Chilanka malayalam font + 254 KiB fonts-smc-dyuthi Dyuthi malayalam font + 562 KiB fonts-smc-gayathri Gayathri Malayalam font + 472 KiB fonts-smc-karumbi Karumbi malayalam font + 241 KiB fonts-smc-keraleeyam Keraleeyam malayalam font + 466 KiB fonts-smc-manjari Manjari malayalam font + 328 KiB fonts-smc-meera Meera malayalam font + 648 KiB fonts-smc-rachana Rachana malayalam font + 78 KiB fonts-smc-raghumalayalamsans RaghuMalayalamSans malayalam font + 354 KiB fonts-smc-suruma Suruma malayalam font + 192 KiB fonts-smc-uroob Uroob malayalam font + 10 KiB fonts-taml Meta package to install all Tamil fonts + 9 KiB fonts-telu Meta package to install all Telugu fonts + 420 KiB fonts-telu-extra Free fonts for Telugu script + 11511 KiB fonts-teluguvijayam TrueType fonts for Telugu script (te) + 31 KiB fonts-thai-tlwg Thai fonts maintained by TLWG (metapackage) + 4424 KiB fonts-tibetan-machine font for Tibetan, Dzongkha and Ladakhi (OpenType Unicode) + 37 KiB fonts-tlwg-garuda Thai Garuda font (dependency package) + 351 KiB fonts-tlwg-garuda-ttf Thai Garuda TrueType font + 37 KiB fonts-tlwg-kinnari Thai Kinnari font (dependency package) + 618 KiB fonts-tlwg-kinnari-ttf Thai Kinnari TrueType font + 37 KiB fonts-tlwg-laksaman Thai Laksaman font (dependency package) + 494 KiB fonts-tlwg-laksaman-ttf Thai Laksaman TrueType font + 35 KiB fonts-tlwg-loma Thai Loma font (dependency package) + 386 KiB fonts-tlwg-loma-ttf Thai Loma TrueType font + 35 KiB fonts-tlwg-mono Thai TlwgMono font (dependency package) + 418 KiB fonts-tlwg-mono-ttf Thai TlwgMono TrueType font + 35 KiB fonts-tlwg-norasi Thai Norasi font (dependency package) + 720 KiB fonts-tlwg-norasi-ttf Thai Norasi TrueType font + 24 KiB fonts-tlwg-purisa Thai Purisa font (dependency package) + 655 KiB fonts-tlwg-purisa-ttf Thai Purisa TrueType font + 24 KiB fonts-tlwg-sawasdee Thai Sawasdee font (dependency package) + 419 KiB fonts-tlwg-sawasdee-ttf Thai Sawasdee TrueType font + 24 KiB fonts-tlwg-typewriter Thai TlwgTypewriter font (dependency package) + 440 KiB fonts-tlwg-typewriter-ttf Thai TlwgTypewriter TrueType font + 35 KiB fonts-tlwg-typist Thai TlwgTypist font (dependency package) + 434 KiB fonts-tlwg-typist-ttf Thai TlwgTypist TrueType font + 35 KiB fonts-tlwg-typo Thai TlwgTypo font (dependency package) + 435 KiB fonts-tlwg-typo-ttf Thai TlwgTypo TrueType font + 37 KiB fonts-tlwg-umpush Thai Umpush font (dependency package) + 566 KiB fonts-tlwg-umpush-ttf Thai Umpush TrueType font + 35 KiB fonts-tlwg-waree Thai Waree font (dependency package) + 414 KiB fonts-tlwg-waree-ttf Thai Waree TrueType font + 4339 KiB fonts-ubuntu sans-serif font set from Ubuntu + 11095 KiB fonts-urw-base35 font set metric-compatible with the 35 PostScript Level 2 Base Fonts + 3252 KiB fonts-yrsa-rasa Open-source, libre fonts for Latin + Gujarati + 437 KiB foomatic-db-compressed-ppds OpenPrinting printer support - Compressed PPDs derived from the database + 1313 KiB foomatic-filters OpenPrinting printer support - filters + 632 KiB fprintd D-Bus daemon for fingerprint reader access + 294 KiB freeglut3 OpenGL Utility Toolkit + 82 KiB fuse3 Filesystem in Userspace (3.x version) + 6160 KiB fwupd Firmware update daemon + 80 KiB fwupd-signed Linux Firmware Updater EFI signed binary + 16 KiB g++ GNU C++ compiler + 26907 KiB g++-11 GNU C++ compiler + 37 KiB gamemode Optimise Linux system performance on demand + 196 KiB gamemode-daemon Optimise Linux system performance on demand (daemon) + 50 KiB gcc GNU C compiler + 48978 KiB gcc-11 GNU C compiler + 273 KiB gcc-11-base GCC, the GNU Compiler Collection (base package) + 272 KiB gcc-12-base GCC, the GNU Compiler Collection (base package) + 376 KiB gcr GNOME crypto services (daemon and tools) + 2045 KiB gdal-data Geospatial Data Abstraction Library - Data files + 15081 KiB gdb GNU Debugger + 701 KiB gdbserver GNU Debugger (remote server) + 670 KiB gdisk GPT fdisk text-mode partitioning tool + 1812 KiB gdm3 GNOME Display Manager + 1709 KiB gedit official text editor of the GNOME desktop environment + 2948 KiB gedit-common official text editor of the GNOME desktop environment (support files) + 438 KiB geoclue-2.0 geoinformation service + 252 KiB gettext-base GNU Internationalization utilities for the base system + 230 KiB ghostscript interpreter for the PostScript language and for PDF + 215 KiB ghostscript-x interpreter for the PostScript language and for PDF - X11 support + 33 KiB gir1.2-accountsservice-1.0 GObject introspection data for AccountService + 107 KiB gir1.2-adw-1 GObject introspection files for libadwaita + 28 KiB gir1.2-appindicator3-0.1 Typelib files for libappindicator3-1. + 92 KiB gir1.2-atk-1.0 ATK accessibility toolkit (GObject introspection) + 76 KiB gir1.2-atspi-2.0 Assistive Technology Service Provider (GObject introspection) + 112 KiB gir1.2-freedesktop Introspection data for some FreeDesktop components + 59 KiB gir1.2-gck-1 GObject introspection data for the GCK library + 79 KiB gir1.2-gcr-3 GObject introspection data for the GCR library + 28 KiB gir1.2-gdesktopenums-3.0 GObject introspection for GSettings desktop-wide schemas + 51 KiB gir1.2-gdkpixbuf-2.0 GDK Pixbuf library - GObject-Introspection + 106 KiB gir1.2-gdm-1.0 GObject introspection data for the GNOME Display Manager + 45 KiB gir1.2-geoclue-2.0 convenience library to interact with geoinformation service (introspection) + 677 KiB gir1.2-glib-2.0 Introspection data for GLib, GObject, Gio and GModule + 30 KiB gir1.2-gmenu-3.0 GObject introspection data for the GNOME menu library + 27 KiB gir1.2-gnomebluetooth-3.0 Introspection data for GnomeBluetooth + 68 KiB gir1.2-gnomedesktop-3.0 Introspection data for GnomeDesktop (GTK 3) + 82 KiB gir1.2-goa-1.0 Introspection data for GNOME Online Accounts + 52 KiB gir1.2-graphene-1.0 library of graphic data types (introspection files) + 273 KiB gir1.2-gst-plugins-bad-1.0 GObject introspection data for the GStreamer libraries from the "bad" set + 471 KiB gir1.2-gst-plugins-base-1.0 GObject introspection data for the GStreamer Plugins Base library + 373 KiB gir1.2-gstreamer-1.0 GObject introspection data for the GStreamer library + 1020 KiB gir1.2-gtk-3.0 GTK graphical user interface library -- gir bindings + 877 KiB gir1.2-gtk-4.0 GTK graphical user interface library -- gir bindings + 92 KiB gir1.2-gtksource-4 gir files for the GTK+ syntax highlighting widget + 22 KiB gir1.2-gudev-1.0 libgudev-1.0 introspection data + 41 KiB gir1.2-gweather-3.0 GObject introspection data for the GWeather library + 74 KiB gir1.2-handy-1 GObject introspection files for libhandy + 134 KiB gir1.2-harfbuzz-0.0 OpenType text shaping engine (GObject introspection data) + 352 KiB gir1.2-ibus-1.0 Intelligent Input Bus - introspection data + 324 KiB gir1.2-javascriptcoregtk-4.0 JavaScript engine library from WebKitGTK - GObject introspection data + 43 KiB gir1.2-json-1.0 GLib JSON manipulation library (introspection data) + 548 KiB gir1.2-mutter-10 GObject introspection data for Mutter + 366 KiB gir1.2-nm-1.0 GObject introspection data for the libnm library + 29 KiB gir1.2-nma-1.0 GObject introspection data for libnma + 23 KiB gir1.2-notify-0.7 sends desktop notifications to a notification daemon (Introspection files) + 123 KiB gir1.2-packagekitglib-1.0 GObject introspection data for the PackageKit GLib library + 186 KiB gir1.2-pango-1.0 Layout and rendering of internationalized text - gir bindings + 31 KiB gir1.2-peas-1.0 Application plugin library (introspection files) + 48 KiB gir1.2-polkit-1.0 GObject introspection data for PolicyKit + 196 KiB gir1.2-rb-3.0 GObject introspection data for the rhythmbox music player + 73 KiB gir1.2-rsvg-2.0 gir files for renderer library for SVG files + 45 KiB gir1.2-secret-1 Secret store (GObject-Introspection) + 71 KiB gir1.2-snapd-1 Typelib file for libsnapd-glib1 + 137 KiB gir1.2-soup-2.4 GObject introspection data for the libsoup HTTP library + 47 KiB gir1.2-totem-1.0 GObject introspection data for Totem media player + 28 KiB gir1.2-totemplparser-1.0 GObject introspection data for the Totem Playlist Parser library + 35 KiB gir1.2-upowerglib-1.0 GObject introspection data for upower + 59 KiB gir1.2-vte-2.91 GObject introspection data for the VTE library + 617 KiB gir1.2-webkit2-4.0 Web content engine library for GTK - GObject introspection data + 67 KiB gir1.2-wnck-3.0 GObject introspection data for the WNCK library + 18032 KiB git fast, scalable, distributed revision control system + 1958 KiB git-man fast, scalable, distributed revision control system (manual pages) + 186 KiB gjs Mozilla-based javascript bindings for the GNOME platform (cli tool) + 26 KiB gkbd-capplet GNOME control center tools for libgnomekbd + 205 KiB glib-networking network-related giomodules for GLib + 48 KiB glib-networking-common network-related giomodules for GLib - data files + 46 KiB glib-networking-services network-related giomodules for GLib - D-Bus services + 32 KiB glibc-tools Tools and libraries that used to be part of glibc + 5633 KiB gnome-accessibility-themes High Contrast GTK+ 2 theme and icons + 160 KiB gnome-bluetooth GNOME Bluetooth Send To app + 984 KiB gnome-bluetooth-3-common GNOME Bluetooth 3 common files + 60 KiB gnome-bluetooth-common GNOME Bluetooth common files + 3464 KiB gnome-calculator GNOME desktop calculator + 856 KiB gnome-calendar Calendar application for GNOME + 720 KiB gnome-characters character map application + 4865 KiB gnome-control-center utilities to configure the GNOME desktop + 996 KiB gnome-control-center-data configuration applets for GNOME - data files + 1332 KiB gnome-control-center-faces utilities to configure the GNOME desktop - faces images + 552 KiB gnome-desktop3-data Common files for GNOME desktop apps + 1012 KiB gnome-disk-utility manage and configure disk drives and media + 296 KiB gnome-font-viewer font viewer for GNOME + 1696 KiB gnome-initial-setup Initial GNOME system setup helper + 3032 KiB gnome-keyring GNOME keyring services (daemon and tools) + 114 KiB gnome-keyring-pkcs11 GNOME keyring module for the PKCS#11 module loading library + 756 KiB gnome-logs viewer for the systemd journal + 3376 KiB gnome-mahjongg classic Eastern tile game for GNOME + 252 KiB gnome-menus GNOME implementation of the freedesktop menu specification + 792 KiB gnome-mines popular minesweeper puzzle game for GNOME + 294 KiB gnome-online-accounts service to manage online accounts for the GNOME desktop + 312 KiB gnome-power-manager power management tool for the GNOME desktop + 448 KiB gnome-remote-desktop Remote desktop daemon for GNOME using PipeWire + 248 KiB gnome-screenshot screenshot application for GNOME + 442 KiB gnome-session-bin GNOME Session Manager - Minimal runtime + 46 KiB gnome-session-canberra GNOME session log in and log out sound events + 232 KiB gnome-session-common GNOME Session Manager - common files + 1196 KiB gnome-settings-daemon daemon handling the GNOME session settings + 344 KiB gnome-settings-daemon-common daemon handling the GNOME session settings - common files + 3861 KiB gnome-shell graphical shell for the GNOME desktop + 2608 KiB gnome-shell-common common files for the GNOME graphical shell + 256 KiB gnome-shell-extension-appindic AppIndicator, KStatusNotifierItem and tray support for GNOME Shell + 432 KiB gnome-shell-extension-desktop- desktop icon support for GNOME Shell + 732 KiB gnome-shell-extension-ubuntu-d Ubuntu Dock for GNOME Shell + 2797 KiB gnome-software Software Center for GNOME + 160 KiB gnome-software-common Software Center for GNOME (common files) + 106 KiB gnome-software-plugin-snap Snap support for GNOME Software + 174 KiB gnome-startup-applications Startup Applications manager for GNOME + 1004 KiB gnome-sudoku Sudoku puzzle game for GNOME + 2940 KiB gnome-system-monitor Process viewer and system resource monitor for GNOME + 620 KiB gnome-terminal GNOME terminal emulator application + 1644 KiB gnome-terminal-data Data files for the GNOME terminal emulator + 42 KiB gnome-themes-extra Adwaita GTK+ 2 theme — engine + 504 KiB gnome-themes-extra-data Adwaita GTK+ 2 theme — common files + 467 KiB gnome-todo minimalistic personal task manager designed to fit GNOME desktop + 284 KiB gnome-todo-common common files for GNOME To Do + 3199 KiB gnome-user-docs GNOME Help + 124 KiB gnome-video-effects Collection of GStreamer effects + 473 KiB gnupg GNU privacy guard - a free PGP replacement + 392 KiB gnupg-l10n GNU privacy guard - localization files + 735 KiB gnupg-utils GNU privacy guard - utility programs + 51 KiB gnupg2 GNU privacy guard - a free PGP replacement (dummy transitional package) + 1097 KiB gpg GNU Privacy Guard -- minimalist public key operations + 566 KiB gpg-agent GNU privacy guard - cryptographic agent + 175 KiB gpg-wks-client GNU privacy guard - Web Key Service client + 159 KiB gpg-wks-server GNU privacy guard - Web Key Service server + 264 KiB gpgconf GNU privacy guard - core configuration utilities + 460 KiB gpgsm GNU privacy guard - S/MIME version + 307 KiB gpgv GNU privacy guard - signature verification tool + 112 KiB gpiod Tools for interacting with Linux GPIO character device - binary + 476 KiB grep GNU grep, egrep and fgrep + 1408 KiB grilo-plugins-0.3-base Framework for discovering and browsing media - Plugins + 3343 KiB groff-base GNU troff text-formatting system (base system components) + 13600 KiB grub-common GRand Unified Bootloader (common files) + 308 KiB gsettings-desktop-schemas GSettings desktop-wide schemas + 33 KiB gsettings-ubuntu-schemas GSettings deskop-wide schemas for Ubuntu + 174 KiB gstreamer1.0-alsa GStreamer plugin for ALSA + 29 KiB gstreamer1.0-clutter-3.0 Clutter PLugin for GStreamer 1.0 + 393 KiB gstreamer1.0-gl GStreamer plugins for GL + 149 KiB gstreamer1.0-gtk3 GStreamer plugin for GTK+3 + 249 KiB gstreamer1.0-libav ffmpeg plugin for GStreamer + 51 KiB gstreamer1.0-packagekit GStreamer plugin to install codecs using PackageKit + 137 KiB gstreamer1.0-pipewire GStreamer 1.0 plugin for the PipeWire multimedia server + 8132 KiB gstreamer1.0-plugins-bad GStreamer plugins from the "bad" set + 2129 KiB gstreamer1.0-plugins-base GStreamer plugins from the "base" set + 166 KiB gstreamer1.0-plugins-base-apps GStreamer helper programs from the "base" set + 6036 KiB gstreamer1.0-plugins-good GStreamer plugins from the "good" set + 800 KiB gstreamer1.0-plugins-ugly GStreamer plugins from the "ugly" set + 90 KiB gstreamer1.0-pulseaudio GStreamer plugin for PulseAudio (transitional package) + 252 KiB gstreamer1.0-tools Tools for use with GStreamer + 294 KiB gstreamer1.0-x GStreamer plugins for X11 and Pango + 152 KiB gtk-update-icon-cache icon theme caching utility + 265 KiB gtk2-engines-murrine cairo-based gtk+-2.0 theme engine + 118 KiB gtk2-engines-pixbuf pixbuf-based theme for GTK 2 + 44058 KiB guile-2.2-libs Core Guile libraries + 346 KiB gvfs userspace virtual filesystem - GIO module + 1642 KiB gvfs-backends userspace virtual filesystem - backends + 100 KiB gvfs-common userspace virtual filesystem - common data files + 487 KiB gvfs-daemons userspace virtual filesystem - servers + 77 KiB gvfs-fuse userspace virtual filesystem - fuse server + 448 KiB gvfs-libs userspace virtual filesystem - private libraries + 235 KiB gzip GNU compression utilities + 88 KiB haveged Linux entropy source using the HAVEGE algorithm + 440 KiB hicolor-icon-theme default fallback theme for FreeDesktop.org icon themes + 47 KiB hostname utility to set/show the host name or domain name + 20660 KiB humanity-icon-theme Humanity Icon theme + 878 KiB hunspell-en-us English_american dictionary for hunspell + 287 KiB i2c-tools heterogeneous set of I2C tools for Linux + 1160 KiB ibus Intelligent Input Bus - core + 56044 KiB ibus-data Intelligent Input Bus - data files + 75 KiB ibus-gtk Intelligent Input Bus - GTK2 support + 75 KiB ibus-gtk3 Intelligent Input Bus - GTK3 support + 75 KiB ibus-gtk4 Intelligent Input Bus - GTK4 support + 1876 KiB ibus-table table engine for IBus + 998 KiB ibverbs-providers User space provider drivers for libibverbs + 601 KiB icu-devtools Development utilities for International Components for Unicode + 121 KiB iio-sensor-proxy IIO sensors to D-Bus proxy + 364 KiB im-config Input method configuration framework + 133 KiB init-system-helpers helper tools for all init systems + 148 KiB initramfs-tools generic modular initramfs generator (automation) + 123 KiB initramfs-tools-bin binaries used by initramfs-tools + 275 KiB initramfs-tools-core generic modular initramfs generator (core tools) + 68 KiB inputattach utility to connect serial-attached peripherals to the input subsystem + 55 KiB iperf3 Internet Protocol bandwidth measuring tool + 5032 KiB ipp-usb Daemon for IPP over USB printer support + 2776 KiB iproute2 networking and traffic control tools + 2286 KiB iptables administration tools for packet filtering and NAT + 109 KiB iputils-ping Tools to test the reachability of network hosts + 633 KiB isc-dhcp-client DHCP client for automatically obtaining an IP address + 1117 KiB isc-dhcp-server ISC DHCP server for automatic IP address assignment + 19769 KiB iso-codes ISO language, territory, currency, script codes and their translations + 293 KiB iw tool for configuring Linux wireless devices + 59 KiB jetson-gpio-common Jetson GPIO library package (common files) + 1232 KiB kbd Linux console font and keytable utilities + 79 KiB kerneloops kernel oops tracker + 222 KiB kexec-tools tools to support fast kexec reboots + 842 KiB keyboard-configuration system-wide keyboard preferences + 399 KiB klibc-utils small utilities built with klibc for early boot + 239 KiB kmod tools for managing Linux kernel modules + 9 KiB language-pack-en translation updates for language English + 3760 KiB language-pack-en-base translations for language English + 1776 KiB language-selector-common Language selector for Ubuntu + 121 KiB language-selector-gnome Language selector frontend for Ubuntu + 20 KiB laptop-detect system chassis type checker + 650 KiB ldap-utils OpenLDAP utilities + 312 KiB less pager program similar to more + 66 KiB liba52-0.7.4 library for decoding ATSC A/52 streams + 151 KiB libaa1 ASCII art library + 1441 KiB libabsl20210324 extensions to the C++ standard library + 258 KiB libabw-0.1-1 library for reading and writing AbiWord(tm) documents + 239 KiB libaccountsservice0 query and manipulate user account information - shared libraries + 62 KiB libacl1 access control list - shared library + 1576 KiB libadwaita-1-0 Library with GTK widgets for mobile phones + 49 KiB libaec0 Adaptive Entropy Coding library + 32 KiB libaio1 Linux kernel AIO access library - shared library + 24 KiB libao-common Cross Platform Audio Output Library (Common files) + 139 KiB libao4 Cross Platform Audio Output Library + 3046 KiB libaom3 AV1 Video Codec Library + 167 KiB libapparmor1 changehat AppArmor library + 572 KiB libappstream4 Library to access AppStream services + 2998 KiB libapt-pkg6.0 package management runtime library + 843 KiB libarchive13 Multi-format archive and compression library (shared library) + 47 KiB libargon2-1 memory-hard hashing function - runtime library + 705 KiB libarmadillo10 streamlined C++ linear algebra library + 261 KiB libarpack2 Fortran77 subroutines to solve large scale eigenvalue problems + 7602 KiB libasan6 AddressSanitizer -- a fast memory error detector + 1146 KiB libasound2 shared library for ALSA applications + 217 KiB libasound2-data Configuration files and profiles for ALSA drivers + 677 KiB libasound2-dev shared library for ALSA applications -- development files + 282 KiB libasound2-plugins ALSA library additional plugins + 2052 KiB libaspell15 GNU Aspell spell-checker runtime library + 187 KiB libass9 library for SSA/ASS subtitles rendering + 102 KiB libassuan0 IPC library for the GnuPG components + 39 KiB libasyncns0 Asynchronous name service query library + 78 KiB libatasmart4 ATA S.M.A.R.T. reading and parsing library + 55 KiB libatk-adaptor AT-SPI 2 toolkit bridge + 241 KiB libatk-bridge2.0-0 AT-SPI 2 toolkit bridge - shared library + 202 KiB libatk1.0-0 ATK accessibility toolkit + 44 KiB libatk1.0-data Common files for the ATK accessibility toolkit + 328 KiB libatkmm-1.6-1v5 C++ wrappers for ATK accessibility toolkit (shared libraries) + 48 KiB libatomic1 support library providing __atomic built-in functions + 151 KiB libatopology2 shared library for handling ALSA topology definitions + 263 KiB libatspi2.0-0 Assistive Technology Service Provider Interface - shared library + 52 KiB libattr1 extended attribute handling - shared library + 23 KiB libaudit-common Dynamic library for security auditing - common files + 151 KiB libaudit1 Dynamic library for security auditing + 119 KiB libauthen-sasl-perl Authen::SASL - SASL Authentication framework + 129 KiB libavahi-client3 Avahi client library + 116 KiB libavahi-common-data Avahi common data files + 114 KiB libavahi-common3 Avahi common library + 282 KiB libavahi-core7 Avahi's embeddable mDNS/DNS-SD library + 74 KiB libavahi-glib1 Avahi GLib integration library + 111 KiB libavahi-ui-gtk3-0 Avahi GTK+ User interface library for GTK3 + 58 KiB libavc1394-0 control IEEE 1394 audio/video devices + 18173 KiB libavcodec-dev FFmpeg library with de/encoders for audio/video codecs - development files + 12133 KiB libavcodec58 FFmpeg library with de/encoders for audio/video codecs - runtime files + 4416 KiB libavfilter7 FFmpeg library containing media filters - runtime files + 5602 KiB libavformat-dev FFmpeg library with (de)muxers for multimedia containers - development files + 2689 KiB libavformat58 FFmpeg library with (de)muxers for multimedia containers - runtime files + 1727 KiB libavutil-dev FFmpeg library with functions for simplifying programming - development files + 711 KiB libavutil56 FFmpeg library with functions for simplifying programming - runtime files + 86 KiB libayatana-appindicator3-1 Ayatana Application Indicators (GTK-3+ version) + 184 KiB libayatana-ido3-0.4-0 Widgets and other objects used for Ayatana Indicators + 104 KiB libayatana-indicator3-7 panel indicator applet - shared library (GTK-3+ variant) + 454 KiB libbabeltrace1 Babeltrace conversion libraries + 28 KiB libbasicobjects0 Basic object types for C + 38 KiB libbfb0 bfb protocol library + 2560 KiB libbinutils GNU binary utilities (private shared library) + 467 KiB libblas3 Basic Linear Algebra Reference implementations, shared library + 998 KiB libblkid-dev block device ID library - headers + 318 KiB libblkid1 block device ID library + 63 KiB libblockdev-crypto2 Crypto plugin for libblockdev + 80 KiB libblockdev-fs2 file system plugin for libblockdev + 34 KiB libblockdev-loop2 Loop device plugin for libblockdev + 26 KiB libblockdev-part-err2 Partition error utility functions for libblockdev + 55 KiB libblockdev-part2 Partitioning plugin for libblockdev + 34 KiB libblockdev-swap2 Swap plugin for libblockdev + 51 KiB libblockdev-utils2 Utility functions for libblockdev + 224 KiB libblockdev2 Library for manipulating block devices + 77 KiB libblosc1 high performance meta-compressor optimized for binary data + 271 KiB libbluetooth3 Library to use the BlueZ Linux Bluetooth stack + 364 KiB libbluray2 Blu-ray disc playback support library (shared library) + 2060 KiB libboost-atomic1.74.0 atomic data types, operations, and memory ordering constraints + 2080 KiB libboost-chrono1.74.0 C++ representation of time duration, time point, and clocks + 2052 KiB libboost-date-time1.74.0 set of date-time libraries based on generic programming concepts + 11 KiB libboost-dev Boost C++ Libraries development files (default version) + 2156 KiB libboost-filesystem1.74.0 filesystem operations (portable paths, iteration over directories, etc) in C++ + 2128 KiB libboost-iostreams1.74.0 Boost.Iostreams Library + 2669 KiB libboost-locale1.74.0 C++ facilities for localization + 3248 KiB libboost-log1.74.0 C++ logging library + 2913 KiB libboost-regex1.74.0 regular expression library for C++ + 2052 KiB libboost-system1.74.0 Operating system (e.g. diagnostics support) library + 2172 KiB libboost-thread1.74.0 portable C++ multi-threading + 138248 KiB libboost1.74-dev Boost C++ Libraries development files + 340 KiB libbpf0 eBPF helper library (shared library) + 158 KiB libbrlapi0.8 braille display access via BRLTTY - shared library + 723 KiB libbrotli1 library implementing brotli encoder and decoder (shared libraries) + 36 KiB libbs2b0 Bauer stereophonic-to-binaural DSP library + 127 KiB libbsd0 utility functions from BSD systems - shared library + 95 KiB libbz2-1.0 high-quality block-sorting file compressor library - runtime + 107 KiB libc-ares2 asynchronous name resolver + 2048 KiB libc-bin GNU C Library: Binaries + 295 KiB libc-dev-bin GNU C Library: Development binaries + 10331 KiB libc6 GNU C Library: Shared libraries + 16470 KiB libc6-dbg GNU C Library: detached debugging symbols + 9053 KiB libc6-dev GNU C Library: Development Libraries and Header Files + 1029 KiB libcaca0 colour ASCII art library + 53 KiB libcairo-gobject-perl integrate Cairo into the Glib type system in Perl + 98 KiB libcairo-gobject2 Cairo 2D vector graphics library (GObject library) + 417 KiB libcairo-perl Perl interface to the Cairo graphics library + 205 KiB libcairo-script-interpreter2 Cairo 2D vector graphics library (script interpreter) + 1283 KiB libcairo2 Cairo 2D vector graphics library + 170 KiB libcairomm-1.0-1v5 C++ wrappers for Cairo (shared libraries) + 1536 KiB libcamel-1.2-63 Evolution MIME message handling library + 43 KiB libcanberra-gtk3-0 GTK+ 3.0 helper for playing widget event sounds with libcanberra + 57 KiB libcanberra-gtk3-module translates GTK3 widgets signals to event sounds + 52 KiB libcanberra-pulse PulseAudio backend for libcanberra + 125 KiB libcanberra0 simple abstract interface for playing event sounds + 41 KiB libcap-ng0 An alternate POSIX capabilities library + 60 KiB libcap2 POSIX 1003.1e capabilities (library) + 99 KiB libcap2-bin POSIX 1003.1e capabilities (utilities) + 83 KiB libcbor0.8 library for parsing and generating CBOR (RFC 7049) + 136 KiB libcc1-0 GCC cc1 plugin for GDB + 47 KiB libcdio-cdda2 library to read and control digital audio CDs + 46 KiB libcdio-paranoia2 library to read digital audio CDs with error correction + 177 KiB libcdio19 library to read and control CD-ROM + 126 KiB libcdparanoia0 audio extraction tool for sampling CDs (library) + 634 KiB libcdr-0.1-1 library for reading and converting Corel DRAW files + 1408 KiB libcfitsio9 shared library for I/O with FITS format data files + 285 KiB libcharls2 Implementation of the JPEG-LS standard + 100 KiB libcheese-gtk25 tool to take pictures and videos from your webcam - widgets + 122 KiB libcheese8 tool to take pictures and videos from your webcam - base library + 74 KiB libchromaprint1 audio fingerprint library + 39 KiB libclone-perl module for recursively copying Perl datatypes + 407 KiB libclucene-contribs1v5 language specific text analyzers (runtime) + 1608 KiB libclucene-core1v5 core library for full-featured text search engine (runtime) + 1627 KiB libclutter-1.0-0 Open GL based interactive canvas library + 48 KiB libclutter-1.0-common Open GL based interactive canvas library (common files) + 191 KiB libclutter-gst-3.0-0 Open GL based interactive canvas library GStreamer elements + 84 KiB libclutter-gtk-1.0-0 Open GL based interactive canvas library GTK+ widget + 14997 KiB libcodec2-1.0 Codec2 runtime library + 224 KiB libcogl-common Object oriented GL/GLES Abstraction/Utility Layer (common files) + 62 KiB libcogl-pango20 Object oriented GL/GLES Abstraction/Utility Layer + 95 KiB libcogl-path20 Object oriented GL/GLES Abstraction/Utility Layer + 840 KiB libcogl20 Object oriented GL/GLES Abstraction/Utility Layer + 63 KiB libcolamd2 column approximate minimum degree ordering library for sparse matrices + 71 KiB libcollection4 Collection data-type for C + 112 KiB libcolord-gtk1 GTK+ convenience library for interacting with colord + 608 KiB libcolord2 system service to manage device colour profiles -- runtime + 142 KiB libcolorhug2 library to access the ColorHug colourimeter -- runtime + 96 KiB libcom-err2 common error description library + 152 KiB libcrack2 pro-active password checker library + 326 KiB libcrypt-dev libcrypt development files + 212 KiB libcrypt1 libcrypt shared library + 552 KiB libcryptsetup12 disk encryption support - shared library + 292 KiB libctf-nobfd0 Compact C Type Format library (runtime, no BFD dependency) + 215 KiB libctf0 Compact C Type Format library (runtime, BFD dependency) + 54 KiB libcue2 CUE Sheet Parser Library + 770 KiB libcups2 Common UNIX Printing System(tm) - Core library + 321 KiB libcupsfilters1 OpenPrinting CUPS Filters - Shared library + 715 KiB libcurl3-gnutls easy-to-use client-side URL transfer library (GnuTLS flavour) + 735 KiB libcurl4 easy-to-use client-side URL transfer library (OpenSSL flavour) + 46 KiB libdaemon0 lightweight C library for daemons - runtime library + 64 KiB libdata-dump-perl Perl module to help dump data structures + 54 KiB libdatrie1 Double-array trie library + 705 KiB libdav1d5 fast and small AV1 video stream decoder (shared library) + 61 KiB libdaxctl1 Utility library for managing the device DAX subsystem + 1030 KiB libdazzle-1.0-0 feature-filled library for GTK+ and GObject + 44 KiB libdazzle-common feature-filled library for GTK+ and GObject (common files) + 1626 KiB libdb5.3 Berkeley v5.3 Database Libraries [runtime] + 453 KiB libdbus-1-3 simple interprocess messaging system (library) + 203 KiB libdbus-glib-1-2 deprecated library for D-Bus IPC + 149 KiB libdbusmenu-glib4 library for passing menus over DBus + 111 KiB libdbusmenu-gtk3-4 library for passing menus over DBus - GTK+ version + 249 KiB libdc1394-25 high level programming interface for IEEE 1394 digital cameras + 583 KiB libdc1394-dev high level programming interface for IEEE 1394 digital cameras - development + 173 KiB libdca0 decoding library for DTS Coherent Acoustics streams + 102 KiB libdconf1 simple configuration storage system - runtime library + 685 KiB libde265-0 Open H.265 video codec implementation + 70 KiB libdebconfclient0 Debian Configuration Management System (C-implementation library) + 41 KiB libdebuginfod-common configuration to enable the Debian debug info server + 57 KiB libdebuginfod1 library to interact with debuginfod (development files) + 53 KiB libdecor-0-0 client-side window decoration library + 300 KiB libdee-1.0-4 Model to synchronize multiple instances over DBus - shared lib + 124 KiB libdeflate-dev headers for whole-buffer compression and decompression library + 121 KiB libdeflate0 fast, whole-buffer DEFLATE-based compression and decompression + 500 KiB libdevmapper1.02.1 Linux Kernel Device Mapper userspace library + 32 KiB libdhash1 Dynamic hash table + 349 KiB libdjvulibre-text Linguistic support files for libdjvulibre + 1566 KiB libdjvulibre21 Runtime support for the DjVu image format + 257 KiB libdmapsharing-3.0-2 DMAP client and server library - runtime + 2120 KiB libdns-export1110 Exported DNS Shared Library + 45 KiB libdotconf0 Configuration file parser library - runtime files + 97 KiB libdouble-conversion3 routines to convert IEEE floats to and from strings + 2340 KiB libdpkg-perl Dpkg perl modules + 80 KiB libdrm-amdgpu1 Userspace interface to amdgpu-specific kernel DRM services -- runtime + 45 KiB libdrm-common Userspace interface to kernel DRM services -- common files + 1128 KiB libdrm-dev Userspace interface to kernel DRM services -- development files + 62 KiB libdrm-etnaviv1 Userspace interface to etnaviv-specific kernel DRM services -- runtime + 79 KiB libdrm-freedreno1 Userspace interface to msm/kgsl kernel DRM services -- runtime + 74 KiB libdrm-nouveau2 Userspace interface to nouveau-specific kernel DRM services -- runtime + 83 KiB libdrm-radeon1 Userspace interface to radeon-specific kernel DRM services -- runtime + 59 KiB libdrm-tegra0 Userspace interface to tegra-specific kernel DRM services -- runtime + 128 KiB libdrm2 Userspace interface to kernel DRM services -- runtime + 143 KiB libdv4 software library for DV format digital video (runtime lib) + 104 KiB libdvdnav4 DVD navigation library + 147 KiB libdvdread8 library for reading DVDs + 1630 KiB libdw-dev libdw1 development libraries and header files + 693 KiB libdw1 library that provides access to the DWARF debug information + 421 KiB libe-book-0.1-1 library for reading and converting various e-book formats + 399 KiB libebackend-1.2-10 Utility library for evolution data servers + 361 KiB libebook-1.2-20 Client library for evolution address books + 216 KiB libebook-contacts-1.2-3 Client library for evolution contacts books + 605 KiB libecal-2.0-1 Client library for evolution calendars + 819 KiB libedata-book-1.2-26 Backend library for evolution address books + 520 KiB libedata-cal-2.0-1 Backend library for evolution calendars + 1001 KiB libedataserver-1.2-26 Utility library for evolution data servers + 241 KiB libedataserverui-1.2-3 Utility library for evolution data servers + 252 KiB libedit2 BSD editline and history libraries + 114 KiB libefiboot1 Library to manage UEFI variables + 163 KiB libefivar1 Library to manage UEFI variables + 117 KiB libegl-dev Vendor neutral GL dispatch library -- EGL development files + 365 KiB libegl-mesa0 free implementation of the EGL API -- Mesa vendor library + 96 KiB libegl1 Vendor neutral GL dispatch library -- EGL support + 73 KiB libegl1-mesa transitional dummy package + 368 KiB libelf-dev libelf1 development libraries and header files + 192 KiB libelf1 library to read and write ELF files + 169 KiB libenchant-2-2 Wrapper library for various spell checker engines (runtime libs) + 32 KiB libencode-locale-perl utility to determine the locale encoding + 78 KiB libeot0 Library for parsing/converting Embedded OpenType files + 1472 KiB libepoxy0 OpenGL function pointer management library + 340 KiB libepubgen-0.1-1 EPUB generator library + 71 KiB liberror-perl Perl module for error/exception handling in an OO-ish way + 474 KiB libespeak-ng1 Multi-lingual software speech synthesizer: shared library + 30 KiB libestr0 Helper functions for handling strings (lib) + 7808 KiB libetonyek-0.1-1 library for reading and converting Apple Keynote presentations + 135 KiB libevdev2 wrapper library for evdev devices + 624 KiB libevdocument3-4 Document (PostScript, PDF) rendering library + 389 KiB libevent-2.1-7 Asynchronous event notification library + 255 KiB libevent-core-2.1-7 Asynchronous event notification library (core) + 42 KiB libevent-pthreads-2.1-7 Asynchronous event notification library (pthreads) + 446 KiB libevview3-3 Document (PostScript, PDF) rendering library - Gtk+ widgets + 1184 KiB libexempi8 library to parse XMP metadata (Library) + 578 KiB libexif-dev library to parse EXIF files (development files) + 392 KiB libexif12 library to parse EXIF files + 2968 KiB libexiv2-27 EXIF/IPTC/XMP metadata manipulation library + 385 KiB libexpat1 XML parsing C library - runtime library + 699 KiB libexpat1-dev XML parsing C library - development kit + 560 KiB libext2fs2 ext2/ext3/ext4 file system libraries + 46 KiB libexttextcat-2.0-0 Language detection library + 501 KiB libexttextcat-data Language detection library - data files + 38 KiB libextutils-depends-perl Perl module for building extensions that depend on other extensions + 479 KiB libfaad2 freeware Advanced Audio Decoder - runtime files + 1052 KiB libfabric1 libfabric communication library + 171 KiB libfakechroot gives a fake chroot environment - runtime + 166 KiB libfakeroot tool for simulating superuser privileges - shared libraries + 61 KiB libfastjson4 fast json library for C + 433 KiB libfdisk1 fdisk partitioning library + 59 KiB libfdt1 Flat Device Trees manipulation library + 295 KiB libffi-dev Foreign Function Interface library (development files) + 58 KiB libffi7 Foreign Function Interface library runtime + 61 KiB libffi8 Foreign Function Interface library runtime + 1274 KiB libfftw3-single3 Library for computing Fast Fourier Transforms - Single precision + 231 KiB libfido2-1 library for generating and verifying FIDO 2.0 objects + 39 KiB libfile-basedir-perl Perl module to use the freedesktop basedir specification + 47 KiB libfile-desktopentry-perl Perl module to handle freedesktop .desktop files + 31 KiB libfile-listing-perl module to parse directory listings + 112 KiB libfile-mimeinfo-perl Perl module to determine file types + 241 KiB libflac8 Free Lossless Audio Codec - runtime C library + 26655 KiB libflite1 Small run-time speech synthesis engine - shared libraries + 558 KiB libfluidsynth3 Real-time MIDI software synthesizer (runtime library) + 69 KiB libfont-afm-perl Perl interface to Adobe Font Metrics files + 326 KiB libfontconfig1 generic font configuration library - runtime + 46 KiB libfontenc1 X11 font encoding library + 795 KiB libfprint-2-2 async fingerprint library of fprint project, shared libraries + 38 KiB libfreeaptx0 Free implementation of aptX + 442 KiB libfreehand-0.1-1 Library for parsing the FreeHand file format structure + 837 KiB libfreerdp-client2-2 Free Remote Desktop Protocol library (client library) + 345 KiB libfreerdp-server2-2 Free Remote Desktop Protocol library (server library) + 1495 KiB libfreerdp2-2 Free Remote Desktop Protocol library (core library) + 810 KiB libfreetype6 FreeType 2 font engine, shared library files + 90 KiB libfreexl1 library for direct reading of Microsoft Excel spreadsheets + 136 KiB libfribidi0 Free Implementation of the Unicode BiDi algorithm + 274 KiB libfuse3-3 Filesystem in Userspace (library) (3.x version) + 388 KiB libfwupd2 Firmware update daemon library + 588 KiB libfwupdplugin5 Firmware update daemon plugin library + 301 KiB libfyba0 FYBA library to read and write Norwegian geodata standard format SOSI + 462 KiB libgail-common GNOME Accessibility Implementation Library -- common modules + 99 KiB libgail18 GNOME Accessibility Implementation Library -- shared libraries + 36 KiB libgamemode0 Optimise Linux system performance on demand (host library) + 28 KiB libgamemodeauto0 Optimise Linux system performance on demand (client library) + 98 KiB libgbm-dev generic buffer management API -- development files + 143 KiB libgbm1 generic buffer management API -- runtime + 387 KiB libgc1 conservative garbage collector for C and C++ + 81 KiB libgcab-1.0-0 Microsoft Cabinet file manipulation library + 11214 KiB libgcc-11-dev GCC support library (development files) + 99 KiB libgcc-s1 GCC support library + 254 KiB libgck-1-0 Glib wrapper library for PKCS#11 - runtime + 674 KiB libgcr-base-3-1 Library for Crypto related tasks + 452 KiB libgcr-ui-3-1 Library for Crypto UI related tasks + 961 KiB libgcrypt20 LGPL Crypto library - runtime library + 456 KiB libgd3 GD Graphics Library + 20621 KiB libgdal30 Geospatial Data Abstraction Library + 44 KiB libgdata-common Library for accessing GData webservices - common data files + 1018 KiB libgdata22 Library for accessing GData webservices - shared libraries + 41 KiB libgdbm-compat4 GNU dbm database routines (legacy support runtime version) + 99 KiB libgdbm6 GNU dbm database routines (runtime version) + 2972 KiB libgdcm-dev Grassroots DICOM development libraries and headers + 9787 KiB libgdcm3.0 Grassroots DICOM runtime libraries + 452 KiB libgdk-pixbuf-2.0-0 GDK Pixbuf library + 71 KiB libgdk-pixbuf2.0-bin GDK Pixbuf library (thumbnailer) + 56 KiB libgdk-pixbuf2.0-common GDK Pixbuf library - data files + 282 KiB libgdm1 GNOME Display Manager (shared library) + 847 KiB libgee-0.8-2 GObject based collection and utility library + 130 KiB libgeoclue-2-0 convenience library to interact with geoinformation service + 174 KiB libgeocode-glib0 geocoding and reverse geocoding GLib library using Nominatim + 263 KiB libgeos-c1v5 Geometry engine for Geographic Information Systems - C Library + 2309 KiB libgeos3.10.2 Geometry engine for Geographic Information Systems - C++ Library + 251 KiB libgeotiff5 GeoTIFF (geografic enabled TIFF) library -- run-time files + 235 KiB libgexiv2-2 GObject-based wrapper around the Exiv2 library + 214 KiB libgfapi0 GlusterFS gfapi shared library + 1521 KiB libgfortran5 Runtime library for GNU Fortran applications + 274 KiB libgfrpc0 GlusterFS libgfrpc shared library + 109 KiB libgfxdr0 GlusterFS libgfxdr shared library + 69 KiB libgif7 library for GIF images (library) + 174 KiB libgirepository-1.0-1 Library for handling GObject introspection data (runtime library) + 1204 KiB libgjs0g Mozilla-based javascript bindings for the GNOME platform + 1356 KiB libgl-dev Vendor neutral GL dispatch library -- GL development files + 1037 KiB libgl1 Vendor neutral GL dispatch library -- legacy GL support + 74 KiB libgl1-mesa-dev transitional dummy package + 26164 KiB libgl1-mesa-dri free implementation of the OpenGL API -- DRI modules + 96 KiB libgl2ps1.4 Lib providing high quality vector output for OpenGL application + 381 KiB libglapi-mesa free implementation of the GL API -- shared library + 701 KiB libgles-dev Vendor neutral GL dispatch library -- GLES development files + 170 KiB libgles1 Vendor neutral GL dispatch library -- GLESv1 support + 182 KiB libgles2 Vendor neutral GL dispatch library -- GLESv2 support + 73 KiB libgles2-mesa transitional dummy package + 947 KiB libglew2.2 OpenGL Extension Wrangler - runtime environment + 218 KiB libglib-object-introspection-p Perl bindings for gobject-introspection libraries + 935 KiB libglib-perl interface to the GLib and GObject libraries + 4129 KiB libglib2.0-0 GLib library of C routines + 318 KiB libglib2.0-bin Programs for the GLib library + 283 KiB libglib2.0-cil CLI binding for the GLib utility library 2.12 + 150 KiB libglib2.0-cil-dev CLI binding for the GLib utility library 2.12 + 112 KiB libglib2.0-data Common files for GLib library + 11063 KiB libglib2.0-dev Development files for the GLib library + 647 KiB libglib2.0-dev-bin Development utilities for the GLib library + 21807 KiB libglib2.0-doc Documentation files for the GLib library + 8822 KiB libglib2.0-tests GLib library of C routines - installed tests + 2540 KiB libglibmm-2.4-1v5 C++ wrapper for the GLib toolkit (shared libraries) + 314 KiB libglu1-mesa Mesa OpenGL utility library (GLU) + 893 KiB libglusterfs0 GlusterFS shared library + 64 KiB libglvnd-core-dev Vendor neutral GL dispatch library -- core development files + 20 KiB libglvnd-dev Vendor neutral GL dispatch library -- development files + 1509 KiB libglvnd0 Vendor neutral GL dispatch library + 89 KiB libglx-dev Vendor neutral GL dispatch library -- GLX development files + 607 KiB libglx-mesa0 free implementation of the OpenGL API -- GLX vendor library + 155 KiB libglx0 Vendor neutral GL dispatch library -- GLX support + 301 KiB libgme0 Playback library for video game music files - shared library + 504 KiB libgmp10 Multiprecision arithmetic library + 108 KiB libgnome-autoar-0-0 Archives integration support for GNOME + 131 KiB libgnome-bg-4-1 Utility library for background images - runtime files + 142 KiB libgnome-bluetooth-3.0-13 GNOME Bluetooth 3 support library + 254 KiB libgnome-bluetooth13 GNOME Bluetooth tools - support library + 308 KiB libgnome-desktop-3-19 Utility library for the GNOME desktop - GTK 3 version + 198 KiB libgnome-desktop-4-1 Utility library for the GNOME desktop - runtime files + 101 KiB libgnome-games-support-1-3 library for common functions of GNOME games + 40 KiB libgnome-games-support-common library for common functions of GNOME games (common files) + 131 KiB libgnome-menu-3-0 GNOME implementation of the freedesktop menu specification + 31 KiB libgnome-todo library data for GNOME To Do + 104 KiB libgnomekbd-common GNOME library to manage keyboard configuration - common files + 146 KiB libgnomekbd8 GNOME library to manage keyboard configuration - shared library + 2296 KiB libgnutls30 GNU TLS library - main runtime library + 354 KiB libgoa-1.0-0b library for GNOME Online Accounts + 60 KiB libgoa-1.0-common library for GNOME Online Accounts - common files + 398 KiB libgoa-backend-1.0-1 backend library for GNOME Online Accounts + 156 KiB libgom-1.0-0 Object mapper from GObjects to SQLite + 300 KiB libgomp1 GCC OpenMP (GOMP) support library + 180 KiB libgpg-error0 GnuPG development runtime library + 359 KiB libgpgme11 GPGME - GnuPG Made Easy (library) + 356 KiB libgpgmepp6 C++ wrapper library for GPGME + 2499 KiB libgphoto2-6 gphoto2 digital camera library + 186 KiB libgphoto2-dev gphoto2 digital camera library (development files) + 280 KiB libgphoto2-port12 gphoto2 digital camera port library + 136 KiB libgpiod2 C library for interacting with Linux GPIO device - shared libraries + 64 KiB libgpm2 General Purpose Mouse - shared library + 156 KiB libgpod-common common files for libgpod + 528 KiB libgpod4 library to read and write songs and artwork to an iPod + 147 KiB libgraphene-1.0-0 library of graphic data types + 143 KiB libgraphite2-3 Font rendering engine for Complex Scripts -- library + 424 KiB libgrilo-0.3-0 Framework for discovering and browsing media - Shared libraries + 24689 KiB libgs9 interpreter for the PostScript language and for PDF - Library + 3095 KiB libgs9-common interpreter for the PostScript language and for PDF - common files + 318 KiB libgsf-1-114 Structured File Library - runtime version + 60 KiB libgsf-1-common Structured File Library - common files + 64 KiB libgsm1 Shared libraries for GSM speech compressor + 34 KiB libgsound0 small library for playing system sounds + 168 KiB libgspell-1-2 spell-checking library for GTK+ applications + 48 KiB libgspell-1-common libgspell architecture-independent files + 439 KiB libgssapi-krb5-2 MIT Kerberos runtime libraries - krb5 GSS-API Mechanism + 133 KiB libgssdp-1.2-0 GObject-based library for SSDP + 613 KiB libgstreamer-gl1.0-0 GStreamer GL libraries + 128 KiB libgstreamer-opencv1.0-0 GStreamer OpenCV libraries + 1565 KiB libgstreamer-plugins-bad1.0-0 GStreamer libraries from the "bad" set + 2154 KiB libgstreamer-plugins-bad1.0-de GStreamer development files for libraries from the "bad" set + 2592 KiB libgstreamer-plugins-base1.0-0 GStreamer libraries from the "base" set + 5855 KiB libgstreamer-plugins-base1.0-d GStreamer development files for libraries from the "base" set + 158 KiB libgstreamer-plugins-good1.0-0 GStreamer development files for libraries from the "good" set + 150 KiB libgstreamer-plugins-good1.0-d GStreamer development files for libraries from the "good" set + 2888 KiB libgstreamer1.0-0 Core GStreamer libraries and elements + 6059 KiB libgstreamer1.0-dev GStreamer core development files + 10246 KiB libgtk-3-0 GTK graphical user interface library + 432 KiB libgtk-3-common common files for the GTK graphical user interface library + 8602 KiB libgtk-4-1 GTK graphical user interface library + 8445 KiB libgtk-4-bin programs for the GTK graphical user interface library + 2208 KiB libgtk-4-common common files for the GTK graphical user interface library + 5946 KiB libgtk2.0-0 GTK graphical user interface library - old version + 72 KiB libgtk2.0-bin programs for the GTK graphical user interface library + 268 KiB libgtk2.0-common common files for the GTK graphical user interface library + 107 KiB libgtk3-perl Perl bindings for the GTK+ graphical user interface library + 4777 KiB libgtkmm-3.0-1v5 C++ wrappers for GTK+ (shared libraries) + 684 KiB libgtksourceview-4-0 shared libraries for the GTK+ syntax highlighting widget + 2720 KiB libgtksourceview-4-common common files for the GTK+ syntax highlighting widget + 108 KiB libgtop-2.0-11 gtop system monitoring library (shared) + 44 KiB libgtop2-common gtop system monitoring library (common) + 64 KiB libgudev-1.0-0 GObject-based wrapper library for libudev + 373 KiB libgudev-1.0-dev libgudev-1.0 development files + 258 KiB libgupnp-1.2-1 GObject-based library for UPnP + 305 KiB libgupnp-av-1.0-3 Audio/Visual utility library for GUPnP + 320 KiB libgupnp-dlna-2.0-4 DLNA utility library for GUPnP + 51 KiB libgupnp-igd-1.0-4 library to handle UPnP IGD port mapping + 92 KiB libgusb2 GLib wrapper around libusb1 + 830 KiB libgweather-3-16 GWeather shared library + 1644 KiB libgweather-common GWeather common files + 163 KiB libgxps2 handling and rendering XPS documents (library) + 760 KiB libhandy-1-0 Library with GTK widgets for mobile phones + 31 KiB libharfbuzz-icu0 OpenType text shaping engine ICU backend + 824 KiB libharfbuzz0b OpenType text shaping engine (shared library) + 122 KiB libhavege2 entropy source using the HAVEGE algorithm - shared library + 718 KiB libhdf4-0-alt Hierarchical Data Format library (without NetCDF) + 4009 KiB libhdf5-103-1 HDF5 C runtime files - serial version + 191 KiB libhdf5-hl-100 HDF5 High Level runtime files - serial version + 502 KiB libheif1 ISO/IEC 23008-12:2017 HEIF file format decoder - shared library + 330 KiB libhogweed6 low level cryptographic library (public-key cryptos) + 62 KiB libhtml-form-perl module that represents an HTML form element + 126 KiB libhtml-format-perl module for transforming HTML into various formats + 213 KiB libhtml-parser-perl collection of modules that parse HTML text documents + 31 KiB libhtml-tagset-perl data tables pertaining to HTML + 481 KiB libhtml-tree-perl Perl module to represent and create HTML syntax trees + 50 KiB libhttp-cookies-perl HTTP cookie jars + 56 KiB libhttp-daemon-perl simple http server class + 29 KiB libhttp-date-perl module of date conversion routines + 191 KiB libhttp-message-perl perl interface to HTTP style messages + 34 KiB libhttp-negotiate-perl implementation of content negotiation + 437 KiB libhunspell-1.7-0 spell checker and morphological analyzer (shared library) + 3147 KiB libhwasan0 AddressSanitizer -- a fast memory error detector + 76 KiB libhwloc-plugins Hierarchical view of the machine - plugins + 353 KiB libhwloc15 Hierarchical view of the machine - shared libs + 74 KiB libhyphen0 ALTLinux hyphenation library - shared library + 29 KiB libi2c0 userspace I2C programming library + 549 KiB libibus-1.0-5 Intelligent Input Bus - shared library + 182 KiB libibverbs1 Library for direct userspace use of RDMA (InfiniBand/iWARP) + 1388 KiB libical3 iCalendar library implementation in C (runtime) + 108 KiB libice6 X11 Inter-Client Exchange library + 45830 KiB libicu-dev Development files for International Components for Unicode + 34279 KiB libicu70 International Components for Unicode + 227 KiB libidn12 GNU Libidn library, implementation of IETF IDN specifications + 212 KiB libidn2-0 Internationalized domain names (IDNA2008/TR46) library + 74 KiB libiec61883-0 partial implementation of IEC 61883 (shared lib) + 67 KiB libieee1284-3 cross-platform library for parallel port access + 46 KiB libijs-0.35 IJS raster image transport protocol: shared library + 635 KiB libilmbase-dev development files for IlmBase + 868 KiB libilmbase25 several utility libraries from ILM used by OpenEXR + 80 KiB libimagequant0 palette quantization library + 206 KiB libimobiledevice6 Library for communicating with iPhone and other Apple devices + 125 KiB libini-config5 INI file parser for C + 25 KiB libinih1 simple .INI file parser + 34 KiB libiniparser1 runtime library for the iniParser INI file reader/writer + 119 KiB libinput-bin input device management and event handling library - udev quirks + 330 KiB libinput10 input device management and event handling library - shared library + 817 KiB libinstpatch-1.0-2 MIDI instrument editing library + 40 KiB libio-html-perl open an HTML file with automatic charset detection + 561 KiB libio-socket-ssl-perl Perl module implementing object oriented interface to SSL sockets + 134 KiB libio-stringy-perl modules for I/O on in-core objects (strings/arrays) + 79 KiB libip4tc2 netfilter libip4tc library + 79 KiB libip6tc2 netfilter libip6tc library + 51 KiB libipa-hbac0 FreeIPA HBAC Evaluator library + 61 KiB libipc-system-simple-perl Perl module to run commands simply, with detailed diagnostics + 221 KiB libiperf0 Internet Protocol bandwidth measuring tool (runtime files) + 87 KiB libirs-export161 Exported IRS Shared Library + 494 KiB libisc-export1105 Exported ISC Shared Library + 220 KiB libisccfg-export163 Exported ISC CFG Shared Library + 2107 KiB libisl23 manipulating sets and relations of integer points bounded by linear constraints + 110 KiB libitm1 GNU Transactional Memory Library + 56 KiB libiw30 Wireless tools - library + 1111 KiB libjack-jackd2-0 JACK Audio Connection Kit (libraries) + 91 KiB libjansson4 C library for encoding, decoding and manipulating JSON data + 26691 KiB libjavascriptcoregtk-4.0-18 JavaScript engine library from WebKitGTK + 84 KiB libjbig-dev JBIGkit development files + 69 KiB libjbig0 JBIGkit libraries + 170 KiB libjbig2dec0 JBIG2 decoder library - shared libraries + 91 KiB libjcat1 JSON catalog library + 9 KiB libjpeg-dev Independent JPEG Group's JPEG runtime library (dependency package) + 327 KiB libjpeg-turbo8 IJG JPEG compliant runtime library. + 648 KiB libjpeg-turbo8-dev Development files for the IJG JPEG library + 9 KiB libjpeg8 Independent JPEG Group's JPEG runtime library (dependency package) + 9 KiB libjpeg8-dev Independent JPEG Group's JPEG runtime library (dependency package) + 679 KiB libjs-jquery JavaScript library for dynamic web applications + 2400 KiB libjs-jquery-ui JavaScript UI library for dynamic web applications + 194 KiB libjs-sphinxdoc JavaScript support for Sphinx documentation + 345 KiB libjs-underscore JavaScript's functional programming helper library + 94 KiB libjson-c5 JSON manipulation library - shared library + 205 KiB libjson-glib-1.0-0 GLib JSON manipulation library + 44 KiB libjson-glib-1.0-common GLib JSON manipulation library (common files) + 211 KiB libjsoncpp25 library for reading and writing JSON for C++ + 284 KiB libk5crypto3 MIT Kerberos runtime libraries - Crypto Library + 104 KiB libkate1 Codec for karaoke and text encapsulation + 42 KiB libkeyutils1 Linux Key Management Utilities (library) + 126 KiB libklibc minimal libc subset for use with initramfs + 142 KiB libkmlbase1 Library to manipulate KML 2.2 OGC standard files - libkmlbase + 736 KiB libkmldom1 Library to manipulate KML 2.2 OGC standard files - libkmldom + 261 KiB libkmlengine1 Library to manipulate KML 2.2 OGC standard files - libkmlengine + 130 KiB libkmod2 libkmod shared library + 256 KiB libkpathsea6 TeX Live: path search library for TeX (runtime part) + 1019 KiB libkrb5-3 MIT Kerberos runtime libraries + 164 KiB libkrb5support0 MIT Kerberos runtime libraries - Support library + 293 KiB libksba8 X.509 and CMS support library + 1993 KiB liblangtag-common library to access tags for identifying languages -- data + 169 KiB liblangtag1 library to access tags for identifying languages + 5575 KiB liblapack3 Library of linear algebra routines 3 - shared version + 61 KiB liblbfgsb0 Limited-memory quasi-Newton bound-constrained optimization + 398 KiB liblcms2-2 Little CMS 2 color management library + 151 KiB liblcms2-utils Little CMS 2 color management library (utilities) + 62 KiB libldacbt-enc2 LDAC Bluetooth encoder library (shared library) + 549 KiB libldap-2.5-0 OpenLDAP libraries + 528 KiB libldb2 LDAP-like embedded database - shared library + 2900 KiB liblept5 image processing library + 131 KiB liblilv-0-0 library for simple use of LV2 plugins + 86 KiB liblirc-client0 infra-red remote control support - client library + 108644 KiB libllvm15 Modular compiler and toolchain technologies, runtime library + 104 KiB liblmdb0 Lightning Memory-Mapped Database shared library + 55 KiB liblocale-gettext-perl module using libc functions for internationalization in Perl + 10577 KiB liblouis-data Braille translation library - data + 185 KiB liblouis20 Braille translation library - shared libs + 2951 KiB liblsan0 LeakSanitizer -- a memory leak detector (runtime) + 39 KiB libltc11 linear timecode library + 419 KiB libltdl7 System independent dlopen wrapper for GNU libtool + 489 KiB liblua5.3-0 Shared library for the Lua interpreter version 5.3 + 72 KiB liblwp-mediatypes-perl module to guess media type for a file or a URL + 27 KiB liblwp-protocol-https-perl HTTPS driver for LWP::UserAgent + 132 KiB liblz4-1 Fast LZ compression algorithm library - runtime + 607 KiB liblzma-dev XZ-format compression library - development files + 278 KiB liblzma5 XZ-format compression library + 142 KiB liblzo2-2 data compression library + 7128 KiB libmagic-mgc File type determination library using "magic" numbers (compiled magic file) + 213 KiB libmagic1 Recognize the type of data in a file using "magic" numbers - library + 223 KiB libmailtools-perl modules to manipulate email in perl programs + 77 KiB libmalcontent-0-0 library for parental control of applications + 202 KiB libmanette-0.2-0 Simple GObject game controller library + 76 KiB libmaxminddb0 IP geolocation database library + 683 KiB libmbim-glib4 Support library to use the MBIM protocol + 29 KiB libmbim-proxy Proxy to communicate with MBIM ports + 67 KiB libmd0 message digest functions from BSD systems - shared library + 55 KiB libmediaart-2.0-0 media art extraction and cache management library + 86 KiB libmessaging-menu0 Ayatana Messaging Menu - shared library + 193 KiB libmhash2 Library for cryptographic hashing and message authentication + 72 KiB libminiupnpc17 UPnP IGD client lightweight library + 55 KiB libminizip1 compression library - minizip library + 69 KiB libmjpegutils-2.1-0 MJPEG capture/editing/replay and MPEG encoding toolset (library) + 1274 KiB libmm-glib0 D-Bus service for managing modems - shared libraries + 42 KiB libmnl0 minimalistic Netlink communication library + 330 KiB libmodplug1 shared libraries for mod music based on ModPlug + 112 KiB libmono-btls-interface4.0-cil Mono Mono.Btls.Interface library (for CLI 4.0) + 78 KiB libmono-corlib4.5-cil Mono core library (for CLI 4.5) + 4779 KiB libmono-corlib4.5-dll Mono core library (for CLI 4.5) + 154 KiB libmono-i18n-west4.0-cil Mono I18N.West library (for CLI 4.0) + 123 KiB libmono-i18n4.0-cil Mono I18N base library (for CLI 4.0) + 340 KiB libmono-security4.0-cil Mono Security library (for CLI 4.0) + 211 KiB libmono-system-configuration4. Mono System.Configuration library (for CLI 4.0) + 1226 KiB libmono-system-core4.0-cil Mono System.Core library (for CLI 4.0) + 209 KiB libmono-system-numerics4.0-cil Mono System.Numerics library (for CLI 4.0) + 409 KiB libmono-system-security4.0-cil Mono System.Security library (for CLI 4.0) + 3372 KiB libmono-system-xml4.0-cil Mono System.Xml library (for CLI 4.0) + 2792 KiB libmono-system4.0-cil Mono System libraries (for CLI 4.0) + 140 KiB libmount-dev device mounting library - headers + 382 KiB libmount1 device mounting library + 10981 KiB libmozjs-91-0 SpiderMonkey JavaScript library + 293 KiB libmp3lame0 MP3 encoding library + 121 KiB libmpc3 multiple precision complex floating-point library + 80 KiB libmpcdec6 MusePack decoder - library + 246 KiB libmpdec3 library for decimal floating point arithmetic (runtime library) + 134 KiB libmpeg2-4 MPEG1 and MPEG2 video decoder library + 173 KiB libmpeg2encpp-2.1-0 MJPEG capture/editing/replay and MPEG encoding toolset (library) + 1134 KiB libmpfr6 multiple precision floating-point computation + 340 KiB libmpg123-0 MPEG layer 1/2/3 audio decoder (shared library) + 129 KiB libmplex2-2.1-0 MJPEG capture/editing/replay and MPEG encoding toolset (library) + 341 KiB libmspub-0.1-1 library for parsing the mspub file structure + 51 KiB libmtdev1 Multitouch Protocol Translation Library - shared library + 143 KiB libmtp-common Media Transfer Protocol (MTP) common files + 36 KiB libmtp-runtime Media Transfer Protocol (MTP) runtime tools + 516 KiB libmtp9 Media Transfer Protocol (MTP) library + 30 KiB libmulticobex1 multi-protocol cable OBEX library + 3908 KiB libmutter-10-0 window manager library from the Mutter window manager + 5396 KiB libmwaw-0.3-3 import library for some old Mac text documents + 1258 KiB libmysofa1 library to read HRTFs stored in the AES69-2015 SOFA format + 6661 KiB libmysqlclient21 MySQL database client library + 32 KiB libmythes-1.2-0 simple thesaurus library + 25 KiB libnatpmp1 portable and fully compliant implementation of NAT-PMP + 85 KiB libnautilus-extension1a libraries for nautilus components - runtime version + 293 KiB libncurses5 shared libraries for terminal handling (legacy version) + 303 KiB libncurses6 shared libraries for terminal handling + 392 KiB libncursesw6 shared libraries for terminal handling (wide character support) + 185 KiB libndctl6 Utility library for managing the libnvdimm subsystem + 41 KiB libndp0 Library for Neighbor Discovery Protocol + 621 KiB libnet-dbus-perl Perl extension for the DBus bindings + 61 KiB libnet-http-perl module providing low-level HTTP connection client + 19 KiB libnet-smtp-ssl-perl Perl module providing SSL support to Net::SMTP + 1361 KiB libnet-ssleay-perl Perl module for Secure Sockets Layer (SSL) + 1466 KiB libnetcdf19 Interface for scientific data access to large binary data + 133 KiB libnetfilter-conntrack3 Netfilter netlink-conntrack library + 340 KiB libnettle8 low level cryptographic library (symmetric and one-way cryptos) + 196 KiB libnewt0.52 Not Erik's Windowing Toolkit - text mode windowing with slang + 40 KiB libnfnetlink0 Netfilter netlink library + 364 KiB libnfs13 NFS client library (shared library) + 193 KiB libnfsidmap1 NFS idmapping library + 875 KiB libnftables1 Netfilter nftables high level userspace API library + 226 KiB libnftnl11 Netfilter nftables userspace API library + 195 KiB libnghttp2-14 library implementing HTTP/2 protocol (shared library) + 371 KiB libnice10 ICE library (shared library) + 180 KiB libnl-3-200 library for dealing with netlink sockets + 52 KiB libnl-genl-3-200 library for dealing with netlink sockets - generic netlink + 572 KiB libnl-route-3-200 library for dealing with netlink sockets - route interface + 1475 KiB libnm0 GObject-based client library for NetworkManager + 52 KiB libnma-common NetworkManager GUI library - translations + 382 KiB libnma0 NetworkManager GUI library + 485 KiB libnorm1 NACK-Oriented Reliable Multicast (NORM) library + 35 KiB libnotify-bin sends desktop notifications to a notification daemon (Utilities) + 61 KiB libnotify4 sends desktop notifications to a notification daemon + 36 KiB libnpth0 replacement for GNU Pth using system threads + 351 KiB libnsl-dev libnsl development files + 118 KiB libnsl2 Public client interface for NIS(YP) and NIS+ + 310 KiB libnspr4 NetScape Portable Runtime Library + 124 KiB libnss-mdns NSS module for Multicast DNS name resolution + 84 KiB libnss-sss Nss library for the System Security Services Daemon + 491 KiB libnss-systemd nss module providing dynamic user and group name resolution + 3422 KiB libnss3 Network Security Service libraries + 359 KiB libntfs-3g89 read/write NTFS driver for FUSE (runtime library) + 70 KiB libnuma1 Libraries for controlling NUMA policy + 54 KiB libobexftp0 object exchange file transfer library + 411 KiB libodbc2 ODBC Driver Manager library for Unix + 90 KiB libodbcinst2 Support library for accessing ODBC configuration files + 659 KiB libodfgen-0.1-1 library to generate ODF documents + 573 KiB libogdi4.1 Open Geographic Datastore Interface Library -- library + 54 KiB libogg0 Ogg bitstream library + 207 KiB libopenal-data Software implementation of the OpenAL audio API (data files) + 935 KiB libopenal1 Software implementation of the OpenAL audio API (shared library) + 55 KiB libopenblas-dev Optimized BLAS (linear algebra) library (dev, meta) + 34513 KiB libopenblas-pthread-dev Optimized BLAS (linear algebra) library (dev, pthread) + 43 KiB libopenblas0 Optimized BLAS (linear algebra) library (meta) + 26050 KiB libopenblas0-pthread Optimized BLAS (linear algebra) library (shared lib, pthread) + 175 KiB libopencore-amrnb0 Adaptive Multi Rate speech codec - shared library + 92 KiB libopencore-amrwb0 Adaptive Multi-Rate - Wideband speech codec - shared library + 5061 KiB libopencv-calib3d-dev development files for libopencv-calib3d4.5d + 1492 KiB libopencv-calib3d4.5d computer vision Camera Calibration library + 24450 KiB libopencv-contrib-dev development files for libopencv-contrib4.5d + 7759 KiB libopencv-contrib4.5d computer vision contrlib library + 11039 KiB libopencv-core-dev development files for libopencv-core4.5d + 2588 KiB libopencv-core4.5d computer vision core library + 327 KiB libopencv-dev development files for opencv + 12579 KiB libopencv-dnn-dev development files for libopencv-dnn4.5d + 3097 KiB libopencv-dnn4.5d computer vision Deep neural network module + 1671 KiB libopencv-features2d-dev development files for libopencv-features2d4.5d + 581 KiB libopencv-features2d4.5d computer vision Feature Detection and Descriptor Extraction library + 1718 KiB libopencv-flann-dev development files for libopencv-flann4.5d + 413 KiB libopencv-flann4.5d computer vision Clustering and Search in Multi-Dimensional spaces library + 743 KiB libopencv-highgui-dev development files for libopencv-highgui4.5d + 220 KiB libopencv-highgui4.5d computer vision High-level GUI and Media I/O library + 1302 KiB libopencv-imgcodecs-dev development files for libopencv-imgcodecs4.5d + 340 KiB libopencv-imgcodecs4.5d computer vision Image Codecs library + 7257 KiB libopencv-imgproc-dev development files for libopencv-imgproc4.5d + 2880 KiB libopencv-imgproc4.5d computer vision Image Processing library + 1560 KiB libopencv-ml-dev development files for libopencv-ml4.5d + 460 KiB libopencv-ml4.5d computer vision Machine Learning library + 1116 KiB libopencv-objdetect-dev development files for libopencv-objdetect4.5d + 401 KiB libopencv-objdetect4.5d computer vision Object Detection library + 1359 KiB libopencv-photo-dev development files for libopencv-photo4.5d + 504 KiB libopencv-photo4.5d computer vision computational photography library + 447 KiB libopencv-shape-dev development files for libopencv-shape4.5d + 148 KiB libopencv-shape4.5d computer vision shape descriptors and matchers library + 1651 KiB libopencv-stitching-dev development files for libopencv-stitching4.5d + 509 KiB libopencv-stitching4.5d computer vision image stitching library + 363 KiB libopencv-superres-dev development files for libopencv-superres4.5d + 156 KiB libopencv-superres4.5d computer vision Super Resolution library + 1324 KiB libopencv-video-dev development files for libopencv-video4.5d + 445 KiB libopencv-video4.5d computer vision Video analysis library + 1782 KiB libopencv-videoio-dev development files for libopencv-videoio4.5d + 505 KiB libopencv-videoio4.5d computer vision Video I/O library + 687 KiB libopencv-videostab-dev development files for libopencv-videostab4.5d + 220 KiB libopencv-videostab4.5d computer vision video stabilization library + 1259 KiB libopencv-viz-dev development files for libopencv-viz4.5d + 340 KiB libopencv-viz4.5d computer vision 3D data visualization library + 774 KiB libopenexr-dev development files for the OpenEXR image library + 2912 KiB libopenexr25 runtime files for the OpenEXR image library + 22 KiB libopengl-dev Vendor neutral GL dispatch library -- OpenGL development files + 412 KiB libopengl0 Vendor neutral GL dispatch library -- OpenGL support + 903 KiB libopenh264-6 OpenH264 Video Codec + 383 KiB libopenjp2-7 JPEG 2000 image compression/decompression library + 8817 KiB libopenmpi3 high performance message passing library -- shared library + 1331 KiB libopenmpt0 module music library based on OpenMPT -- shared library + 1467 KiB libopenni2-0 framework for sensor-based 'Natural Interaction' + 123 KiB libopenobex2 OBEX protocol library + 347 KiB libopus0 Opus codec runtime library + 1068 KiB liborc-0.4-0 Library of Optimized Inner Loops Runtime Compiler + 1384 KiB liborc-0.4-dev Library of Optimized Inner Loops Runtime Compiler (development headers) + 1075 KiB liborc-0.4-dev-bin Library of Optimized Inner Loops Runtime Compiler (development tools) + 1152 KiB liborcus-0.17-0 library for processing spreadsheet documents + 296 KiB liborcus-parser-0.17-0 library for processing spreadsheet documents - parser library + 1292 KiB libp11-kit0 library for loading and coordinating access to PKCS#11 modules - runtime + 455 KiB libpackagekit-glib2-18 Library for accessing PackageKit using GLib + 148 KiB libpagemaker-0.0-0 Library for importing and converting PageMaker Documents + 50 KiB libpam-fprintd PAM module for fingerprint authentication through fprintd + 67 KiB libpam-gnome-keyring PAM module to unlock the GNOME keyring upon login + 936 KiB libpam-modules Pluggable Authentication Modules for PAM + 221 KiB libpam-modules-bin Pluggable Authentication Modules for PAM - helper binaries + 36 KiB libpam-pwquality PAM module to check password strength + 312 KiB libpam-runtime Runtime support for the PAM library + 121 KiB libpam-sss Pam module for the System Security Services Daemon + 650 KiB libpam-systemd system and service manager - PAM module + 220 KiB libpam0g Pluggable Authentication Modules library + 555 KiB libpango-1.0-0 Layout and rendering of internationalized text + 146 KiB libpangocairo-1.0-0 Layout and rendering of internationalized text + 189 KiB libpangoft2-1.0-0 Layout and rendering of internationalized text + 219 KiB libpangomm-1.4-1v5 C++ Wrapper for pango (shared libraries) + 125 KiB libpangoxft-1.0-0 Layout and rendering of internationalized text + 39 KiB libpaper-utils library for handling paper characteristics (utilities) + 60 KiB libpaper1 library for handling paper characteristics + 32 KiB libpaps0 UTF-8 to PostScript converter library using Pango + 139 KiB libparted-fs-resize0 disk partition manipulator - shared FS resizing library + 454 KiB libparted2 disk partition manipulator - shared library + 33 KiB libpath-utils1 Filesystem Path Utilities + 333 KiB libpcap0.8 system interface for user-level packet capture + 33 KiB libpcaudio0 C API to different audio devices - shared library + 82 KiB libpci3 PCI utilities (shared library) + 100 KiB libpciaccess-dev Generic PCI access library for X - development files + 57 KiB libpciaccess0 Generic PCI access library for X + 498 KiB libpcre16-3 Old Perl 5 Compatible Regular Expression Library - 16 bit runtime files + 492 KiB libpcre2-16-0 New Perl Compatible Regular Expression Library - 16 bit runtime files + 476 KiB libpcre2-32-0 New Perl Compatible Regular Expression Library - 32 bit runtime files + 541 KiB libpcre2-8-0 New Perl Compatible Regular Expression Library- 8 bit runtime files + 2066 KiB libpcre2-dev New Perl Compatible Regular Expression Library - development files + 30 KiB libpcre2-posix3 New Perl Compatible Regular Expression Library - posix-compatible runtime files + 617 KiB libpcre3 Old Perl 5 Compatible Regular Expression Library - runtime files + 1891 KiB libpcre3-dev Old Perl 5 Compatible Regular Expression Library - development files + 486 KiB libpcre32-3 Old Perl 5 Compatible Regular Expression Library - 32 bit runtime files + 188 KiB libpcrecpp0v5 Old Perl 5 Compatible Regular Expression Library - C++ runtime files + 62 KiB libpcsclite1 Middleware to access a smart card using PC/SC (library) + 216 KiB libpeas-1.0-0 Application plugin library + 108 KiB libpeas-common Application plugin library (common files) + 27963 KiB libperl5.34 shared Perl library + 321 KiB libpgm-5.3-0 OpenPGM shared library + 669 KiB libphonenumber8 parsing/formatting/validating phone numbers + 64 KiB libpipeline1 Unix process pipeline manipulation library + 917 KiB libpipewire-0.3-0 libraries for the PipeWire multimedia server + 52 KiB libpipewire-0.3-common libraries for the PipeWire multimedia server - common files + 2237 KiB libpipewire-0.3-modules libraries for the PipeWire multimedia server - modules + 431 KiB libpixman-1-0 pixel-manipulation library for X and cairo + 623 KiB libpixman-1-dev pixel-manipulation library for X and cairo (development files) + 145 KiB libpkcs11-helper1 library that simplifies the interaction with PKCS#11 + 87 KiB libplist3 Library for handling Apple binary and XML property lists + 383 KiB libplymouth5 graphical boot animation and logger - shared libraries + 101 KiB libpmem1 Persistent Memory low level support library, v1 runtime + 169 KiB libpmemblk1 Persistent Memory block array support library + 317 KiB libpmemobj1 Persistent Memory object store support library + 1868 KiB libpmix2 Process Management Interface (Exascale) library + 720 KiB libpng-dev PNG library - development (version 1.6) + 332 KiB libpng16-16 PNG library - runtime (version 1.6) + 298 KiB libpocketsphinx3 Speech recognition tool - front-end library + 72 KiB libpolkit-agent-1-0 PolicyKit Authentication Agent API + 154 KiB libpolkit-gobject-1-0 PolicyKit Authorization API + 460 KiB libpoppler-glib8 PDF rendering library (GLib-based shared library) + 3366 KiB libpoppler118 PDF rendering library + 146 KiB libpopt-dev lib for parsing cmdline parameters - development files + 120 KiB libpopt0 lib for parsing cmdline parameters + 121 KiB libpostproc55 FFmpeg library for post processing - runtime files + 396 KiB libpq5 PostgreSQL C client library + 126 KiB libprocps8 library for accessing process information from /proc + 3329 KiB libproj22 Cartographic projection library + 2647 KiB libprotobuf23 protocol buffers C++ library + 68 KiB libproxy1-plugin-gsettings automatic proxy configuration management library (GSettings plugin) + 32 KiB libproxy1-plugin-networkmanage automatic proxy configuration management library (Network Manager plugin) + 129 KiB libproxy1v5 automatic proxy configuration management library (shared) + 91 KiB libpsl5 Library for Public Suffix List (shared libraries) + 18 KiB libpthread-stubs0-dev pthread stubs not provided by native libc, development files + 134 KiB libpulse-mainloop-glib0 PulseAudio client libraries (glib support) + 956 KiB libpulse0 PulseAudio client libraries + 157 KiB libpulsedsp PulseAudio OSS pre-load library + 68 KiB libpwquality-common library for password quality checking and generation (data files) + 40 KiB libpwquality1 library for password quality checking and generation + 38 KiB libpython2-stdlib interactive high-level object-oriented language (Python2) + 3426 KiB libpython2.7 Shared Python runtime library (version 2.7) + 2784 KiB libpython2.7-minimal Minimal subset of the Python language (version 2.7) + 8679 KiB libpython2.7-stdlib Interactive high-level object-oriented language (standard library, version 2.7) + 49 KiB libpython3-dev header files and a static library for Python (default) + 39 KiB libpython3-stdlib interactive high-level object-oriented language (default python3 version) + 5697 KiB libpython3.10 Shared Python runtime library (version 3.10) + 18689 KiB libpython3.10-dev Header files and a static library for Python (v3.10) + 5097 KiB libpython3.10-minimal Minimal subset of the Python language (version 3.10) + 7870 KiB libpython3.10-stdlib Interactive high-level object-oriented language (standard library, version 3.10) + 504 KiB libqhull-r8.0 calculate convex hulls and related structures (reentrant shared library) + 3763 KiB libqmi-glib5 Support library to use the Qualcomm MSM Interface (QMI) protocol + 32 KiB libqmi-proxy Proxy to communicate with QMI ports + 53 KiB libqqwing2v5 tool for generating and solving Sudoku puzzles (library) + 66 KiB libqrencode4 QR Code encoding library + 107 KiB librabbitmq4 AMQP client library written in C + 13195 KiB librados2 RADOS distributed object store client library + 416 KiB libraptor2-0 Raptor 2 RDF syntax library + 34 KiB libraqm0 Library for complex text layout + 513 KiB librasqal3 Rasqal RDF query library + 82 KiB libraw1394-11 library for direct access to IEEE 1394 bus (aka FireWire) + 179 KiB libraw1394-dev library for direct access to IEEE 1394 bus - development files + 2135 KiB libraw20 raw image decoder library + 13568 KiB librbd1 RADOS block device client library + 279 KiB librdf0 Redland Resource Description Framework (RDF) library + 1627 KiB librdkafka1 library implementing the Apache Kafka protocol + 187 KiB librdmacm1 Library for managing RDMA connections + 456 KiB libreadline8 GNU readline and history libraries, run-time libraries + 28 KiB libref-array1 refcounted array for C + 3285 KiB libreoffice-base-core office productivity suite -- shared library + 31493 KiB libreoffice-calc office productivity suite -- spreadsheet + 57699 KiB libreoffice-common office productivity suite -- arch-independent files + 127122 KiB libreoffice-core office productivity suite -- arch-dependent files + 14313 KiB libreoffice-draw office productivity suite -- drawing + 451 KiB libreoffice-gnome office productivity suite -- GNOME integration + 2305 KiB libreoffice-gtk3 office productivity suite -- GTK+ 3 integration + 9909 KiB libreoffice-impress office productivity suite -- presentation + 2337 KiB libreoffice-math office productivity suite -- equation editor + 242 KiB libreoffice-pdfimport transitional package for PDF Import component for LibreOffice + 7128 KiB libreoffice-style-breeze office productivity suite -- Breeze symbol style + 2995 KiB libreoffice-style-colibre office productivity suite -- colibre symbol style + 9797 KiB libreoffice-style-elementary office productivity suite -- Elementary symbol style + 8875 KiB libreoffice-style-yaru office productivity suite -- Yaru symbol style + 38701 KiB libreoffice-writer office productivity suite -- word processor + 116 KiB librest-0.7-0 REST service access library + 682 KiB librevenge-0.0-0 Base Library for writing document interface filters + 1584 KiB librhythmbox-core10 support library for the rhythmbox music player + 9888 KiB librsvg2-2 SAX-based renderer library for SVG files (runtime) + 84 KiB librsvg2-common SAX-based renderer library for SVG files (extra runtime) + 94 KiB librsync2 rsync remote-delta algorithm library + 132 KiB librtmp1 toolkit for RTMP streams (shared library) + 483 KiB librttopo1 Tuscany Region topology library + 216 KiB librubberband2 audio time-stretching and pitch-shifting library + 380 KiB librygel-core-2.6-2 GNOME UPnP/DLNA services - core library + 88 KiB librygel-db-2.6-2 GNOME UPnP/DLNA services - db library + 180 KiB librygel-renderer-2.6-2 GNOME UPnP/DLNA services - renderer library + 668 KiB librygel-server-2.6-2 GNOME UPnP/DLNA services - server library + 1480 KiB libsamplerate0 Audio sample rate conversion library + 4804 KiB libsane-common API library for scanners -- documentation and support files + 1553 KiB libsane-hpaio HP SANE backend for multi-function peripherals + 11581 KiB libsane1 API library for scanners + 166 KiB libsasl2-2 Cyrus SASL - authentication abstraction library + 292 KiB libsasl2-modules Cyrus SASL - pluggable authentication modules + 88 KiB libsasl2-modules-db Cyrus SASL - pluggable authentication modules (DB) + 136 KiB libsasl2-modules-gssapi-mit Cyrus SASL - pluggable authentication modules (GSSAPI) + 64 KiB libsbc1 Sub Band CODEC library - runtime + 35 KiB libsctp1 user-space access to Linux kernel SCTP - shared library + 1633 KiB libsdl2-2.0-0 Simple DirectMedia Layer + 78 KiB libseat1 flexible user, seat and session management library + 137 KiB libseccomp2 high level interface to Linux seccomp filter + 424 KiB libsecret-1-0 Secret store + 48 KiB libsecret-common Secret store (common files) + 203 KiB libselinux1 SELinux runtime shared libraries + 726 KiB libselinux1-dev SELinux development headers + 37 KiB libsemanage-common Common files for SELinux policy management libraries + 279 KiB libsemanage2 SELinux policy management library + 42 KiB libsensors-config lm-sensors configuration files + 92 KiB libsensors5 library to read temperature/voltage/fan sensors + 1767 KiB libsepol-dev SELinux binary policy manipulation library and development files + 699 KiB libsepol2 SELinux library for manipulating binary security policies + 110 KiB libserd-0-0 lightweight RDF syntax library + 281 KiB libsgutils2-2 utilities for devices using the SCSI command set (shared libraries) + 55 KiB libshine3 Fixed-point MP3 encoding library - runtime files + 146 KiB libshout3 MP3/Ogg Vorbis broadcast streaming library + 246 KiB libsidplay1v5 SID (MOS 6581) emulation library + 54 KiB libsigc++-2.0-0v5 type-safe Signal Framework for C++ - runtime + 45 KiB libsigsegv2 Library for handling page faults in a portable way + 1715 KiB libslang2 S-Lang programming library - runtime version + 47 KiB libsm6 X11 Session Management library + 208 KiB libsmartcols1 smart column output alignment library + 326 KiB libsmbclient shared library for communication with SMB/CIFS servers + 377 KiB libsnapd-glib1 GLib snapd library + 48 KiB libsnappy1v5 fast compression/decompression library + 516 KiB libsndfile1 Library for reading/writing audio files + 84 KiB libsndio7.0 Small audio and MIDI framework from OpenBSD, runtime libraries + 678 KiB libsnmp-base SNMP configuration script, MIBs and documentation + 3743 KiB libsnmp40 SNMP (Simple Network Management Protocol) library + 476 KiB libsocket++1 lightweight convenience library to handle low level BSD sockets in C++ - libs + 278 KiB libsodium23 Network communication, cryptography and signaturing library + 34 KiB libsonic0 Simple library to speed up or slow down speech + 61 KiB libsord-0-0 library for storing RDF data in memory + 97 KiB libsoundtouch1 Sound stretching library + 45 KiB libsoup-gnome2.4-1 HTTP library implementation in C -- GNOME support library + 735 KiB libsoup2.4-1 HTTP library implementation in C -- Shared library + 56 KiB libsoup2.4-common HTTP library implementation in C -- Common files + 307 KiB libsource-highlight-common architecture-independent files for source highlighting library + 562 KiB libsource-highlight4v5 source highlighting library + 57 KiB libsox-fmt-alsa SoX alsa format I/O library + 322 KiB libsox-fmt-base Minimal set of SoX format libraries + 549 KiB libsox3 SoX library of audio effects and processing + 133 KiB libsoxr0 High quality 1D sample-rate conversion library + 2036 KiB libspa-0.2-modules libraries for the PipeWire multimedia server Simple Plugin API - modules + 819 KiB libspandsp2 Telephony signal processing library + 7800 KiB libspatialite7 Geospatial extension for SQLite - libraries + 82 KiB libspectre1 Library for rendering PostScript documents + 72 KiB libspeechd2 Speech Dispatcher: Shared libraries + 117 KiB libspeex1 The Speex codec runtime library + 87 KiB libspeexdsp1 The Speex extended runtime library + 303 KiB libsphinxbase3 Speech recognition tool - shared library + 1579 KiB libsqlite3-0 SQLite 3 shared library + 52 KiB libsratom-0-0 library for serialising LV2 atoms to/from Turtle + 695 KiB libsrt1.4-gnutls Secure Reliable Transport UDP streaming library (GnuTLS flavour) + 119 KiB libsrtp2-1 Secure RTP (SRTP) and UST Reference Implementations - shared library + 112 KiB libss2 command-line interface parsing library + 474 KiB libssh-4 tiny C SSH library (OpenSSL flavor) + 585 KiB libssh-gcrypt-4 tiny C SSH library (gcrypt flavor) + 5345 KiB libssl3 Secure Sockets Layer toolkit - shared libraries + 108 KiB libsss-certmap0 Certificate mapping library for SSSD + 63 KiB libsss-idmap0 ID mapping library for SSSD + 79 KiB libsss-nss-idmap0 SID based lookups library for SSSD + 63 KiB libstartup-notification0 library for program launch feedback (shared library) + 18980 KiB libstdc++-11-dev GNU Standard C++ Library v3 (development files) + 2687 KiB libstdc++6 GNU Standard C++ Library v3 + 899 KiB libstemmer0d Snowball stemming algorithms for use in Information Retrieval + 50 KiB libsuitesparseconfig5 configuration routines for all SuiteSparse modules + 407 KiB libsuperlu5 Direct solution of large, sparse systems of linear equations + 254 KiB libswresample-dev FFmpeg library for audio resampling, rematrixing etc. - development files + 170 KiB libswresample3 FFmpeg library for audio resampling, rematrixing etc. - runtime files + 792 KiB libswscale-dev FFmpeg library for image scaling and various conversions - development files + 526 KiB libswscale5 FFmpeg library for image scaling and various conversions - runtime files + 184 KiB libsynctex2 TeX Live: SyncTeX parser library + 5757 KiB libsysmetrics1 Report hardware and other collected metrics - shared lib + 997 KiB libsystemd0 systemd utility library + 24 KiB libsz2 Adaptive Entropy Coding library - SZIP + 52 KiB libtag1v5 audio meta-data library + 1057 KiB libtag1v5-vanilla audio meta-data library - vanilla flavour + 85 KiB libtalloc2 hierarchical pool based memory allocator + 124 KiB libtasn1-6 Manage ASN.1 structures (runtime) + 1423 KiB libtbb-dev parallelism library for C++ - development files + 172 KiB libtbb12 parallelism library for C++ - runtime files + 199 KiB libtbb2 parallelism library for C++ - runtime files + 104 KiB libtbbmalloc2 parallelism helper library for C++ - runtime files + 4067 KiB libtcl8.6 Tcl (the Tool Command Language) v8.6 - run-time library files + 130 KiB libtdb1 Trivial Database - shared library + 41 KiB libteamdctl0 library for communication with `teamd` process + 2945 KiB libtesseract4 Tesseract OCR library + 115 KiB libtevent0 talloc-based event loop library - shared library + 48 KiB libtext-iconv-perl module to convert between character sets in Perl + 595 KiB libthai-data Data files for Thai language support library + 94 KiB libthai0 Thai language support library + 531 KiB libtheora0 Theora Video Compression Codec + 33 KiB libtie-ixhash-perl Perl module to order associative arrays + 1063 KiB libtiff-dev Tag Image File Format library (TIFF), development files + 556 KiB libtiff5 Tag Image File Format (TIFF) library + 42 KiB libtiffxx5 Tag Image File Format (TIFF) library -- C++ interface + 123 KiB libtimedate-perl collection of modules to manipulate date/time information + 532 KiB libtinfo5 shared low-level terminfo library (legacy version) + 546 KiB libtinfo6 shared low-level terminfo library for terminal handling + 32 KiB libtirpc-common transport-independent RPC library - common files + 751 KiB libtirpc-dev transport-independent RPC library - development files + 215 KiB libtirpc3 transport-independent RPC library + 2340 KiB libtk8.6 Tk toolkit for Tcl and X11 v8.6 - run-time files + 1198 KiB libtool Generic library support script + 44 KiB libtotem-plparser-common Totem Playlist Parser library - common files + 180 KiB libtotem-plparser18 Totem Playlist Parser library - runtime files + 515 KiB libtotem0 Main library for the Totem media player + 1251 KiB libtracker-sparql-3.0-0 metadata database, indexer and search tool - library + 48 KiB libtry-tiny-perl module providing minimalistic try/catch + 7383 KiB libtsan0 ThreadSanitizer -- a Valgrind-based detector of data races (runtime) + 575 KiB libtss2-esys-3.0.2-0 TPM2 Software stack library - TSS and TCTI libraries + 316 KiB libtss2-mu0 TPM2 Software stack library - TSS and TCTI libraries + 52 KiB libtss2-rc0 TPM2 Software stack library - TSS and TCTI libraries + 165 KiB libtss2-sys1 TPM2 Software stack library - TSS and TCTI libraries + 53 KiB libtss2-tcti-cmd0 TPM2 Software stack library - TSS and TCTI libraries + 48 KiB libtss2-tcti-device0 TPM2 Software stack library - TSS and TCTI libraries + 52 KiB libtss2-tcti-mssim0 TPM2 Software stack library - TSS and TCTI libraries + 52 KiB libtss2-tcti-swtpm0 TPM2 Software stack library - TSS and TCTI libraries + 56 KiB libtss2-tctildr0 TPM2 Software stack library - TSS and TCTI libraries + 140 KiB libtwolame0 MPEG Audio Layer 2 encoding library + 14 KiB libu2f-udev Universal 2nd Factor (U2F) — transitional package + 2684 KiB libubsan1 UBSan -- undefined behaviour sanitizer (runtime) + 199 KiB libuchardet0 universal charset detection library - shared library + 2229 KiB libucx0 Unified Communication X libraries + 266 KiB libudev-dev libudev development files + 344 KiB libudev1 libudev shared library + 51 KiB libudfread0 UDF reader library + 822 KiB libudisks2-0 GObject based library to access udisks2 + 1713 KiB libunistring2 Unicode string library for C + 336 KiB libunity-protocol-private0 binding to get places into the launcher - private library + 33 KiB libunity-scopes-json-def-deskt binding to get places into the launcher - desktop def file + 780 KiB libunity9 binding to get places into the launcher - shared library + 431 KiB libuno-cppu3 LibreOffice UNO runtime environment -- CPPU public library + 1259 KiB libuno-cppuhelpergcc3-3 LibreOffice UNO runtime environment -- CPPU helper library + 273 KiB libuno-purpenvhelpergcc3-3 LibreOffice UNO runtime environment -- "purpose environment" helper + 672 KiB libuno-sal3 LibreOffice UNO runtime environment -- SAL public library + 285 KiB libuno-salhelpergcc3-3 LibreOffice UNO runtime environment -- SAL helpers for C++ library + 5689 KiB libunwind-dev library to determine the call-chain of a program - development + 168 KiB libunwind8 library to determine the call-chain of a program - runtime + 183 KiB libupower-glib3 abstraction for power management - shared library + 222 KiB liburi-perl module to manipulate and access URI strings + 109 KiB liburiparser1 URI parsing library compliant with RFC 3986 + 140 KiB libusb-1.0-0 userspace USB programming library + 61 KiB libusbmuxd6 USB multiplexor daemon for iPhone and iPod Touch devices - library + 41 KiB libutempter0 privileged helper for utmp/wtmp updates (runtime) + 129 KiB libuuid1 Universally Unique ID library + 244 KiB libuv1 asynchronous event notification library - runtime library + 221 KiB libv4l-0 Collection of video4linux support libraries + 280 KiB libv4lconvert0 Video4linux frame format conversion library + 42 KiB libva-drm2 Video Acceleration (VA) API for Linux -- DRM runtime + 54 KiB libva-x11-2 Video Acceleration (VA) API for Linux -- X11 runtime + 221 KiB libva2 Video Acceleration (VA) API for Linux -- runtime + 97 KiB libvdpau1 Video Decode and Presentation API for Unix (libraries) + 84 KiB libvidstab1.1 video stabilization library (shared library) + 590 KiB libvisio-0.1-1 library for parsing the visio file structure + 364 KiB libvisual-0.4-0 audio visualization framework + 189 KiB libvncclient1 API to write one's own VNC server - client library + 326 KiB libvncserver1 API to write one's own VNC server + 125 KiB libvo-aacenc0 VisualOn AAC encoder library + 121 KiB libvo-amrwbenc0 VisualOn AMR-WB encoder library + 176 KiB libvolume-key1 Library for manipulating storage encryption keys and passphrases + 193 KiB libvorbis0a decoder library for Vorbis General Audio Compression Codec + 663 KiB libvorbisenc2 encoder library for Vorbis General Audio Compression Codec + 59 KiB libvorbisfile3 high-level API for Vorbis General Audio Compression Codec + 2152 KiB libvpx7 VP8 and VP9 video codec (shared library) + 517 KiB libvte-2.91-0 Terminal emulator widget for GTK+ 3.0 - runtime files + 144 KiB libvte-2.91-common Terminal emulator widget for GTK+ 3.0 - common files + 99726 KiB libvtk9.1 VTK libraries + 16266 KiB libvulkan-dev Vulkan loader library -- development files + 530 KiB libvulkan1 Vulkan loader library + 57 KiB libwacom-bin Wacom model feature query library -- binaries + 805 KiB libwacom-common Wacom model feature query library (common files) + 66 KiB libwacom9 Wacom model feature query library + 177 KiB libwavpack1 audio codec (lossy and lossless) - library + 57 KiB libwayland-bin wayland compositor infrastructure - binary utilities + 76 KiB libwayland-client0 wayland compositor infrastructure - client library + 50 KiB libwayland-cursor0 wayland compositor infrastructure - cursor library + 574 KiB libwayland-dev wayland compositor infrastructure - development files + 25 KiB libwayland-egl1 wayland compositor infrastructure - EGL library + 99 KiB libwayland-server0 wayland compositor infrastructure - server library + 792 KiB libwbclient0 Samba winbind client library + 71616 KiB libwebkit2gtk-4.0-37 Web content engine library for GTK + 323 KiB libwebp7 Lossy compression of digital photographic images + 34 KiB libwebpdemux2 Lossy compression of digital photographic images. + 51 KiB libwebpmux3 Lossy compression of digital photographic images + 636 KiB libwebrtc-audio-processing1 AudioProcessing module from the WebRTC project. + 56 KiB libwhoopsie-preferences0 Ubuntu error tracker submission settings - shared library + 45 KiB libwhoopsie0 Ubuntu error tracker submission - shared library + 154 KiB libwildmidi2 software MIDI player library + 1248 KiB libwinpr2-2 Windows Portable Runtime library + 345 KiB libwmf-0.2-7 Windows metafile conversion library + 68 KiB libwmf-0.2-7-gtk Windows metafile conversion GTK pixbuf plugin + 53 KiB libwmf0.2-7-gtk Windows metafile conversion GTK pixbuf plugin - transitional package + 179 KiB libwmflite-0.2-7 Windows metafile conversion lite library + 313 KiB libwnck-3-0 Window Navigator Construction Kit - runtime files + 68 KiB libwnck-3-common Window Navigator Construction Kit - common files + 110 KiB libwoff1 library for converting fonts to WOFF 2.0 + 725 KiB libwpd-0.10-10 Library for handling WordPerfect documents (shared library) + 64 KiB libwpe-1.0-1 Base library for the WPE WebKit port + 106 KiB libwpebackend-fdo-1.0-1 WPE backend for FreeDesktop.org + 164 KiB libwpg-0.3-3 WordPerfect graphics import/convert library (shared library) + 1734 KiB libwps-0.4-4 Works text file format import filter library (shared library) + 105 KiB libwrap0 Wietse Venema's TCP wrappers library + 380 KiB libwww-perl simple and consistent interface to the world-wide web + 35 KiB libwww-robotrules-perl database of robots.txt-derived permissions + 1358 KiB libx11-6 X11 client-side library + 1430 KiB libx11-data X11 client-side library + 2487 KiB libx11-dev X11 client-side library (development headers) + 366 KiB libx11-protocol-perl Perl module for the X Window System Protocol, version 11 + 82 KiB libx11-xcb-dev Xlib/XCB interface library (development headers) + 77 KiB libx11-xcb1 Xlib/XCB interface library + 1326 KiB libx264-163 x264 video coding library + 2847 KiB libx265-199 H.265/HEVC video stream encoder (shared library) + 54 KiB libxau-dev X11 authorisation library (development headers) + 31 KiB libxau6 X11 authorisation library + 469 KiB libxaw7 X11 Athena Widget library + 41 KiB libxcb-dri2-0 X C Binding, dri2 extension + 37 KiB libxcb-dri3-0 X C Binding, dri3 extension + 149 KiB libxcb-glx0 X C Binding, glx extension + 53 KiB libxcb-icccm4 utility libraries for X C Binding -- icccm + 36 KiB libxcb-image0 utility libraries for X C Binding -- image + 37 KiB libxcb-keysyms1 utility libraries for X C Binding -- keysyms + 31 KiB libxcb-present0 X C Binding, present extension + 97 KiB libxcb-randr0 X C Binding, randr extension + 47 KiB libxcb-render-util0 utility libraries for X C Binding -- render-util + 82 KiB libxcb-render0 X C Binding, render extension + 37 KiB libxcb-res0 X C Binding, res extension + 36 KiB libxcb-shape0 X C Binding, shape extension + 31 KiB libxcb-shm0 X C Binding, shm extension + 50 KiB libxcb-sync1 X C Binding, sync extension + 40 KiB libxcb-util1 utility libraries for X C Binding -- atom, aux and event + 55 KiB libxcb-xfixes0 X C Binding, xfixes extension + 145 KiB libxcb-xkb1 X C Binding, XKEYBOARD extension + 51 KiB libxcb-xv0 X C Binding, xv extension + 202 KiB libxcb1 X C Binding + 714 KiB libxcb1-dev X C Binding, development files + 27 KiB libxcomposite1 X11 Composite extension library + 59 KiB libxcursor1 X cursor management library + 22 KiB libxcvt0 VESA CVT standard timing modelines generator -- shared library + 26 KiB libxdamage1 X11 damaged region extension library + 67 KiB libxdmcp-dev X11 authorisation library (development headers) + 38 KiB libxdmcp6 X11 Display Manager Control Protocol library + 3262 KiB libxerces-c3.2 validating XML parser library for C++ + 106 KiB libxext6 X11 miscellaneous extension library + 42 KiB libxfixes3 X11 miscellaneous 'fixes' extension library + 193 KiB libxfont2 X11 font rasterisation library + 110 KiB libxft2 FreeType-based font drawing library for X + 92 KiB libxi6 X11 Input extension library + 29 KiB libxinerama1 X11 Xinerama extension library + 51 KiB libxkbcommon-x11-0 library to create keymaps with the XKB X11 protocol + 294 KiB libxkbcommon0 library interface to the XKB compiler - shared library + 170 KiB libxkbfile1 X11 keyboard file manipulation library + 53 KiB libxkbregistry0 library to query available RMLVO + 132 KiB libxklavier16 X Keyboard Extension high-level API + 678 KiB libxml-parser-perl Perl module for parsing XML files + 552 KiB libxml-twig-perl Perl module for processing huge XML documents in tree mode + 127 KiB libxml-xpathengine-perl re-usable XPath engine for DOM-like trees + 2060 KiB libxml2 GNOME XML library + 3352 KiB libxml2-dev GNOME XML library - development files + 193 KiB libxmlb2 Binary XML library + 435 KiB libxmlsec1 XML security library + 227 KiB libxmlsec1-nss Nss engine for the XML security library + 123 KiB libxmu6 X11 miscellaneous utility library + 37 KiB libxmuu1 X11 miscellaneous micro-utility library + 61 KiB libxnvctrl0 NV-CONTROL X extension (runtime library) + 86 KiB libxpm4 X11 pixmap library + 65 KiB libxrandr2 X11 RandR extension library + 60 KiB libxrender1 X Rendering Extension client library + 35 KiB libxres1 X11 Resource extension library + 25 KiB libxshmfence1 X shared memory fences - shared library + 1354 KiB libxsimd-dev C++ wrappers for SIMD intrinsics + 482 KiB libxslt1.1 XSLT 1.0 processing library - runtime library + 33 KiB libxss1 X11 Screen Saver extension library + 450 KiB libxt6 X11 toolkit intrinsics library + 105 KiB libxtables12 netfilter xtables library + 48 KiB libxtst6 X11 Testing -- Record extension library + 36 KiB libxv1 X11 Video extension library + 464 KiB libxvidcore4 Open source MPEG-4 video codec (library) + 43 KiB libxxf86dga1 X11 Direct Graphics Access extension library + 39 KiB libxxf86vm1 X11 XFree86 video mode extension library + 56 KiB libxxhash0 shared library for xxhash + 60 KiB libyajl2 Yet Another JSON Library + 128 KiB libyaml-0-2 Fast YAML 1.1 parser and emitter library + 317 KiB libyelp0 Library for the GNOME help browser + 245 KiB libzbar0 QR code / bar code scanner and decoder (library) + 291 KiB libzimg2 scaling, colorspace, depth conversion library (shared library) + 611 KiB libzmq5 lightweight messaging kernel (shared library) + 737 KiB libzstd1 fast lossless compression algorithm + 142 KiB libzvbi-common Vertical Blanking Interval decoder (VBI) - common files + 677 KiB libzvbi0 Vertical Blanking Interval decoder (VBI) - runtime files + 1045 KiB libzxingcore1 C++ port of ZXing library (library files) + 63 KiB linux-base Linux image base package + 1036263 KiB linux-firmware Firmware for Linux kernel drivers + 6738 KiB linux-libc-dev Linux Kernel Headers for development + 69 KiB linux-sound-base base package for ALSA and OSS sound systems + 17068 KiB locales GNU C Library: National Language (locale) data [support] + 860 KiB login system login tools + 92 KiB logsave save the output of a command in a log file + 675 KiB lp-solve Solve (mixed integer) linear programming problems + 352 KiB lpr BSD lpr/lpd line printer spooling system + 58 KiB lsb-base Linux Standard Base init script functionality + 66 KiB lsb-release Linux Standard Base version reporting utility + 812 KiB lshw information about hardware configuration + 443 KiB lsof utility to list open files + 334 KiB m4 macro processing language + 88 KiB mailcap Debian's mailcap system, and support programs + 408 KiB make utility for directing compilation + 2744 KiB man-db tools for reading manual pages + 221 KiB mawk Pattern scanning and text processing language + 370 KiB media-player-info Media player identification files + 97 KiB media-types List of standard media types and their usual file extension + 17 KiB mime-support transitional package + 525 KiB mobile-broadband-provider-info database of mobile broadband service providers + 4416 KiB modemmanager D-Bus service for managing modems + 547 KiB mono-4.0-gac Mono GAC tool (for CLI 4.0) + 99 KiB mono-gac Mono GAC tool + 90 KiB mono-runtime Mono runtime - default version + 3025 KiB mono-runtime-common Mono runtime - common files + 4638 KiB mono-runtime-sgen Mono runtime - SGen + 361 KiB mount tools for mounting and manipulating filesystems + 204 KiB mousetweaks mouse accessibility enhancements for the GNOME desktop + 37 KiB mscompress Microsoft "compress.exe/expand.exe" compatible (de)compressor + 1094 KiB mtd-utils Memory Technology Device Utilities + 196 KiB mutter-common shared files for the Mutter window manager + 34 KiB mysql-common MySQL database common files, e.g. /etc/mysql/my.cnf + 1903 KiB nautilus file manager and graphical shell for GNOME + 164 KiB nautilus-data data files for nautilus + 118 KiB nautilus-extension-gnome-termi GNOME terminal emulator application - Nautilus extension + 100 KiB nautilus-sendto easily send files via email from within Nautilus + 136 KiB nautilus-share Nautilus extension to share folder using Samba + 393 KiB ncurses-base basic terminal type definitions + 606 KiB ncurses-bin terminal-related programs and man pages + 4249 KiB ncurses-term additional terminal type definitions + 756 KiB net-tools NET-3 networking toolkit + 41 KiB netbase Basic TCP/IP networking system + 102 KiB netcat-openbsd TCP/IP swiss army knife + 6936 KiB network-manager network management framework (daemon and userspace tools) + 53 KiB network-manager-config-connect NetworkManager configuration to enable connectivity checking + 2088 KiB network-manager-gnome network management framework (GNOME frontend) + 256 KiB network-manager-openvpn network management framework (OpenVPN plugin core) + 283 KiB network-manager-openvpn-gnome network management framework (OpenVPN plugin GNOME GUI) + 192 KiB network-manager-pptp network management framework (PPTP plugin core) + 110 KiB network-manager-pptp-gnome network management framework (PPTP plugin GNOME GUI) + 69 KiB networkd-dispatcher Dispatcher service for systemd-networkd connection status changes + 169 KiB nftables Program to control packet filtering rules by Netfilter project + 758 KiB notify-osd daemon that displays passive pop-up notifications + 1159 KiB ntfs-3g read/write NTFS driver for FUSE + 116 KiB numactl NUMA scheduling and memory placement tool + 238154 KiB nvidia-l4t-3d-core NVIDIA GL EGL Package + 47 KiB nvidia-l4t-apt-source NVIDIA L4T apt source list debian package + 118123 KiB nvidia-l4t-bootloader NVIDIA Bootloader Package + 22560 KiB nvidia-l4t-camera NVIDIA Camera Package + 1514 KiB nvidia-l4t-configs NVIDIA configs debian package + 9937 KiB nvidia-l4t-core NVIDIA Core Package + 29174 KiB nvidia-l4t-cuda NVIDIA CUDA Package + 4573 KiB nvidia-l4t-display-kernel NVIDIA Display Kernel Modules Package + 20499 KiB nvidia-l4t-firmware NVIDIA Firmware Package + 98 KiB nvidia-l4t-gbm NVIDIA GBM Package + 70276 KiB nvidia-l4t-graphics-demos NVIDIA graphics demo applications + 16837 KiB nvidia-l4t-init NVIDIA Init debian package + 10817 KiB nvidia-l4t-initrd NVIDIA initrd debian package + 159 KiB nvidia-l4t-jetson-io NVIDIA Jetson.IO debian package + 178 KiB nvidia-l4t-jetsonpower-gui-too NVIDIA Jetson Power GUI Tools debian package + 205419 KiB nvidia-l4t-kernel NVIDIA Kernel Package + 4224 KiB nvidia-l4t-kernel-dtbs NVIDIA Kernel DTB Package + 69072 KiB nvidia-l4t-kernel-headers NVIDIA Linux Tegra Kernel Headers Package + 1956 KiB nvidia-l4t-kernel-oot-headers NVIDIA OOT Kernel Module Headers Package + 18725 KiB nvidia-l4t-kernel-oot-modules NVIDIA OOT Kernel Module Drivers Package + 32099 KiB nvidia-l4t-multimedia NVIDIA Multimedia Package + 799 KiB nvidia-l4t-multimedia-utils NVIDIA Multimedia Package + 134 KiB nvidia-l4t-nvfancontrol NVIDIA Nvfancontrol debian package + 2328 KiB nvidia-l4t-nvml NVIDIA NVML Package + 286 KiB nvidia-l4t-nvpmodel NVIDIA Nvpmodel debian package + 103 KiB nvidia-l4t-nvpmodel-gui-tools NVIDIA Nvpmodel GUI Tools debian package + 1189 KiB nvidia-l4t-nvsci NVIDIA NvSci Package + 133 KiB nvidia-l4t-oem-config NVIDIA OEM-Config Package + 260 KiB nvidia-l4t-openwfd NVIDIA OpenWFD Package + 9960 KiB nvidia-l4t-optee OP-TEE userspace daemons, test programs and libraries + 112 KiB nvidia-l4t-pva NVIDIA PVA Package + 15068 KiB nvidia-l4t-tools NVIDIA Public Test Tools Package + 1800 KiB nvidia-l4t-vulkan-sc NVIDIA Vulkan SC run-time package + 30907 KiB nvidia-l4t-vulkan-sc-dev NVIDIA Vulkan SC Dev package + 2457 KiB nvidia-l4t-vulkan-sc-samples NVIDIA Vulkan SC samples package + 31494 KiB nvidia-l4t-vulkan-sc-sdk NVIDIA Vulkan SC SDK package + 103 KiB nvidia-l4t-wayland NVIDIA Wayland Package + 5314 KiB nvidia-l4t-weston NVIDIA Weston Package + 240 KiB nvidia-l4t-x11 NVIDIA X11 Package + 319 KiB nvidia-l4t-xusb-firmware NVIDIA USB Firmware Package + 77 KiB obexftp file transfer utility for devices that use the OBEX protocol + 142 KiB obexpushd program for receiving files via Bluetooth or IRDA + 132 KiB ocl-icd-libopencl1 Generic OpenCL ICD Loader + 246 KiB oem-config Perform end-user configuration after initial OEM installation + 210 KiB oem-config-gtk GTK+ frontend for end-user post-OEM-install configuration + 1899 KiB onboard Simple On-screen Keyboard + 3322 KiB onboard-common Simple On-screen Keyboard (common files) + 6927 KiB openprinting-ppds OpenPrinting printer support - PostScript PPD files + 2871 KiB openssh-client secure shell (SSH) client, for secure access to remote machines + 1437 KiB openssh-server secure shell (SSH) server, for secure access from remote machines + 93 KiB openssh-sftp-server secure shell (SSH) sftp server module, for SFTP access from remote machines + 1981 KiB openssl Secure Sockets Layer toolkit - cryptographic utility + 1568 KiB openvpn virtual private network daemon + 5256 KiB orca Scriptable screen reader + 384 KiB p11-kit p11-glue utilities + 1195 KiB p11-kit-modules p11-glue proxy and trust modules + 1500 KiB packagekit Provides a package management service + 111 KiB packagekit-tools Provides PackageKit command-line tools + 47 KiB paps UTF-8 to PostScript converter using Pango + 159 KiB parted disk partition manipulator + 2193 KiB passwd change and administer password and group data + 209 KiB patch Apply a diff file to an original + 1282 KiB pci.ids PCI ID Repository + 155 KiB pciutils PCI utilities + 89 KiB pcmciautils PCMCIA utilities for Linux 2.6 + 717 KiB perl Larry Wall's Practical Extraction and Report Language + 7504 KiB perl-base minimal Perl system + 17671 KiB perl-modules-5.34 Core Perl modules + 27 KiB perl-openssl-defaults version compatibility baseline for Perl OpenSSL packages + 84 KiB pinentry-curses curses-based PIN or pass-phrase entry dialog for GnuPG + 93 KiB pinentry-gnome3 GNOME 3 PIN or pass-phrase entry dialog for GnuPG + 28 KiB pipewire audio and video processing engine multimedia server + 1327 KiB pipewire-bin PipeWire multimedia server - programs + 496 KiB pipewire-media-session example session manager for PipeWire + 61 KiB pkexec run commands as another user with polkit authorization + 127 KiB pkg-config manage compile and link flags for libraries + 848 KiB plymouth boot animation, logger and I/O multiplexer + 65 KiB plymouth-label boot animation, logger and I/O multiplexer - label control + 391 KiB plymouth-theme-spinner boot animation, logger and I/O multiplexer - spinner theme + 29 KiB policykit-1 transitional package for polkitd and pkexec + 17 KiB policykit-desktop-privileges run common desktop actions without password + 496 KiB polkitd framework for managing administrative policies and privileges + 13089 KiB poppler-data encoding data for the poppler PDF rendering library + 592 KiB poppler-utils PDF utilities (based on Poppler) + 99 KiB power-profiles-daemon Makes power profiles handling available over D-Bus. + 1022 KiB ppp Point-to-Point Protocol (PPP) - daemon + 101 KiB pptp-linux Point-to-Point Tunneling Protocol (PPTP) Client + 66 KiB printer-driver-brlaser printer driver for (some) Brother laser printers + 120 KiB printer-driver-c2esp printer driver for Kodak ESP AiO color inkjet Series + 637 KiB printer-driver-foo2zjs printer driver for ZjStream-based printers + 2509 KiB printer-driver-foo2zjs-common printer driver for ZjStream-based printers - common files + 1461 KiB printer-driver-m2300w printer driver for Minolta magicolor 2300W/2400W color laser printers + 93 KiB printer-driver-min12xxw printer driver for KonicaMinolta PagePro 1[234]xxW + 1857 KiB printer-driver-pnm2ppa printer driver for HP-GDI printers + 61 KiB printer-driver-ptouch printer driver Brother P-touch label printers + 39 KiB printer-driver-sag-gdi printer driver for Ricoh Aficio SP 1000s/SP 1100s + 1324 KiB procps /proc file system utilities + 25326 KiB proj-data Cartographic projection filter and library (datum package) + 424 KiB psmisc utilities that use the proc file system + 4080 KiB pulseaudio PulseAudio sound server + 374 KiB pulseaudio-utils Command line tools for the PulseAudio sound server + 184 KiB python-apt-common Python interface to libapt-pkg (locales) + 13 KiB python-is-python3 symlinks /usr/bin/python to python3 + 127 KiB python-jetson-gpio Jetson GPIO library package (Python 2) + 9059 KiB python-matplotlib-data Python based plotting system (data package) + 69 KiB python2 interactive high-level object-oriented language (Python2 version) + 105 KiB python2-minimal minimal subset of the Python2 language + 383 KiB python2.7 Interactive high-level object-oriented language (version 2.7) + 3588 KiB python2.7-minimal Minimal subset of the Python language (version 2.7) + 90 KiB python3 interactive high-level object-oriented language (default python3 version) + 57 KiB python3-appdirs determining appropriate platform-specific directories (Python 3) + 598 KiB python3-apport Python 3 library for Apport crash report handling + 689 KiB python3-apt Python 3 interface to libapt-pkg + 500 KiB python3-aptdaemon Python 3 module for the server and client of aptdaemon + 92 KiB python3-aptdaemon.gtk3widgets Python 3 GTK+ 3 widgets to run an aptdaemon client + 207 KiB python3-attr Attributes without boilerplate (Python 3) + 78 KiB python3-bcrypt password hashing library for Python 3 + 55 KiB python3-beniget collection of compile-time Python AST analyzers + 55 KiB python3-blinker fast, simple object-to-object and broadcast signaling library + 343 KiB python3-brlapi Braille display access via BRLTTY - Python3 bindings + 725 KiB python3-brotli lossless compression algorithm and format (Python 3 version) + 322 KiB python3-cairo Python3 bindings for the Cairo vector graphics library + 324 KiB python3-certifi root certificates for validating SSL certs and verifying TLS hosts (python3) + 222 KiB python3-cffi-backend Foreign Function Interface for Python 3 calling C code - runtime + 1068 KiB python3-chardet universal character encoding detector for Python3 + 366 KiB python3-click Wrapper around optparse for command line utilities - Python 3.x + 91 KiB python3-colorama Cross-platform colored terminal text in Python - Python 3.x + 129 KiB python3-cpuset manipluation of cpusets and provides higher level fun - Python 3.x + 1605 KiB python3-cryptography Python library exposing cryptographic recipes and primitives (Python 3) + 221 KiB python3-cups Python3 bindings for CUPS + 164 KiB python3-cupshelpers Python utility modules around the CUPS printing system + 33 KiB python3-cycler composable kwarg iterator (Python 3) + 322 KiB python3-dateutil powerful extensions to the standard Python 3 datetime module + 412 KiB python3-dbus simple interprocess messaging system (Python 3 interface) + 434 KiB python3-dbusmock mock D-Bus objects for tests + 18 KiB python3-debconf interact with debconf from Python 3 + 553 KiB python3-debian Python 3 modules to work with Debian-related data formats + 43 KiB python3-decorator simplify usage of Python decorators by programmers + 50 KiB python3-defer Small framework for asynchronous programming (Python 3) + 145 KiB python3-dev header files and a static library for Python (default) + 77 KiB python3-distro Linux OS platform information API + 35 KiB python3-distro-info information about distributions' releases (Python 3 module) + 639 KiB python3-distupgrade manage release upgrades + 757 KiB python3-distutils distutils package for Python 3.x + 78 KiB python3-fasteners provides useful locks - Python 3.x + 4082 KiB python3-fonttools Converts OpenType and TrueType fonts to and from XML (Python 3 Library) + 512 KiB python3-fs Python filesystem abstraction + 1666 KiB python3-future Clean single-source support for Python 3 and 2 - Python 3.x + 68 KiB python3-gast compatibility layer for the AST of various Python versions (Python3 version) + 746 KiB python3-gi Python 3 bindings for gobject-introspection libraries + 50 KiB python3-gi-cairo Python 3 Cairo bindings for the GObject library + 131 KiB python3-httplib2 comprehensive HTTP client library written for Python3 + 52 KiB python3-ibus-1.0 Intelligent Input Bus - introspection overrides for Python (Python 3) + 299 KiB python3-idna Python IDNA2008 (RFC 5891) handling (Python 3) + 67 KiB python3-importlib-metadata library to access the metadata for a Python package - Python 3.x + 186 KiB python3-jeepney pure Python D-Bus interface + 127 KiB python3-jetson-gpio Jetson GPIO library package (Python 3) + 82 KiB python3-jwt Python 3 implementation of JSON Web Token + 154 KiB python3-keyring store and access your passwords safely + 132 KiB python3-kiwisolver fast implementation of the Cassowary constraint solver - Python 3.X + 1762 KiB python3-launchpadlib Launchpad web services client library (Python 3) + 183 KiB python3-lazr.restfulclient client for lazr.restful-based web services (Python 3) + 75 KiB python3-lazr.uri library for parsing, manipulating, and generating URIs + 169 KiB python3-ldb Python 3 bindings for LDB + 388 KiB python3-lib2to3 Interactive high-level object-oriented language (lib2to3) + 64 KiB python3-lockfile file locking library for Python — Python 3 library + 45 KiB python3-louis Python bindings for liblouis + 3862 KiB python3-lxml pythonic binding for the libxml2 and libxslt libraries + 155 KiB python3-lz4 Python interface to the lz4 compression library (Python 3) + 397 KiB python3-macaroonbakery Higher-level macaroon operations for Python 3 + 322 KiB python3-mako fast and lightweight templating for the Python 3 platform + 50 KiB python3-markupsafe HTML/XHTML/XML string library + 18350 KiB python3-matplotlib Python based plotting system in a style similar to Matlab (Python 3) + 122 KiB python3-minimal minimal subset of the Python language (default python3 version) + 26 KiB python3-monotonic implementation of time.monotonic() - Python 3.x + 226 KiB python3-more-itertools library with routines for operating on iterables, beyond itertools (Python 3) + 1965 KiB python3-mpmath library for arbitrary-precision floating-point arithmetic (Python3) + 406 KiB python3-nacl Python bindings to libsodium (Python 3) + 22295 KiB python3-numpy Fast array facility to the Python 3 language + 556 KiB python3-oauthlib generic, spec-compliant implementation of OAuth for Python3 + 140 KiB python3-olefile Python module to read/write MS OLE2 files + 7222 KiB python3-opengl Python bindings to OpenGL (Python 3) + 135 KiB python3-packaging core utilities for python3 packages + 18694 KiB python3-pandas data structures for "relational" or "labeled" data + 15164 KiB python3-pandas-lib low-level implementations and bindings for pandas + 749 KiB python3-paramiko Make ssh v2 connections (Python 3) + 200 KiB python3-pexpect Python 3 module for automating interactive applications + 1609 KiB python3-pil Python Imaging Library (Python3) + 103 KiB python3-pil.imagetk Python Imaging Library - ImageTk Module (Python3) + 580 KiB python3-pkg-resources Package Discovery and Resource Access using pkg_resources + 251 KiB python3-ply Lex and Yacc implementation for Python3 + 182 KiB python3-problem-report Python 3 library to handle problem reports + 3363 KiB python3-protobuf Python 3 bindings for protocol buffers + 59 KiB python3-ptyprocess Run a subprocess in a pseudo terminal from Python 3 + 219 KiB python3-pyatspi Assistive Technology Service Provider Interface - Python3 bindings + 83 KiB python3-pymacaroons Macaroon library for Python 3 + 298 KiB python3-pyparsing alternative to creating and executing simple grammars - Python 3.x + 4170 KiB python3-pythran ahead of time compiler for Python + 229 KiB python3-requests elegant and simple HTTP library for Python3, built for human beings + 33 KiB python3-rfc3339 parser and generator of RFC 3339-compliant timestamps (Python 3) + 51314 KiB python3-scipy scientific tools for Python 3 + 56 KiB python3-secretstorage Python module for storing secrets - Python 3.x version + 59 KiB python3-six Python 2 and 3 compatibility library (Python 3 interface) + 175 KiB python3-software-properties manage the repositories that you install software from + 147 KiB python3-speechd Python interface to Speech Dispatcher + 197 KiB python3-sss Python3 module for the System Security Services Daemon + 30893 KiB python3-sympy Computer Algebra System (CAS) in Python (Python 3) + 173 KiB python3-systemd Python 3 bindings for systemd + 69 KiB python3-talloc hierarchical pool based memory allocator - Python3 bindings + 828 KiB python3-tk Tkinter - Writing Tk applications with Python 3.x + 104 KiB python3-tz Python3 version of the Olson timezone database + 174 KiB python3-ufolib2 Unified Font Object (UFO) fonts library + 1216 KiB python3-unicodedata2 Python unicodedata backport/updates + 660 KiB python3-uno Python-UNO bridge + 261 KiB python3-update-manager python 3.x module for update-manager + 448 KiB python3-urllib3 HTTP library with thread-safe connection pooling for Python3 + 928 KiB python3-urwid curses-based UI/widget library for Python 3 + 365 KiB python3-wadllib Python 3 library for navigating WADL files + 184 KiB python3-xdg Python 3 library to access freedesktop.org standards + 113 KiB python3-xkit library for the manipulation of xorg.conf files (Python 3) + 501 KiB python3-yaml YAML parser and emitter for Python3 + 25 KiB python3-zipp pathlib-compatible Zipfile object wrapper - Python 3.x + 633 KiB python3.10 Interactive high-level object-oriented language (version 3.10) + 510 KiB python3.10-dev Header files and a static library for Python (v3.10) + 5667 KiB python3.10-minimal Minimal subset of the Python language (version 3.10) + 42 KiB qemu-efi transitional dummy package + 264247 KiB qemu-efi-aarch64 UEFI firmware for 64-bit ARM virtual machines + 80 KiB readline-common GNU readline and history libraries, common files + 905 KiB remmina GTK+ Remote Desktop Client + 1624 KiB remmina-common Common files for Remmina + 162 KiB remmina-plugin-rdp RDP plugin for Remmina + 36 KiB remmina-plugin-secret Secret plugin for Remmina + 73 KiB remmina-plugin-vnc VNC plugin for Remmina + 198 KiB resolvconf name server information handler + 132 KiB rfkill tool for enabling and disabling wireless devices + 295 KiB rhythmbox music player and organizer for GNOME + 880 KiB rhythmbox-data data files for rhythmbox + 436 KiB rhythmbox-plugin-alternative-t Enhanced play controls and interface for Rhythmbox + 1585 KiB rhythmbox-plugins plugins for rhythmbox music player + 140 KiB rpcbind converts RPC program numbers into universal addresses + 241 KiB rpcsvc-proto RPC protocol compiler and definitions + 781 KiB rsync fast, versatile, remote (and local) file-copying tool + 1600 KiB rsyslog reliable system and kernel logging daemon + 131 KiB rtkit Realtime Policy and Watchdog Daemon + 1368 KiB rygel GNOME UPnP/DLNA services + 24093 KiB samba-libs Samba core libraries + 386 KiB sane-airscan SANE backend for AirScan (eSCL) and WSD document scanner + 562 KiB sane-utils API library for scanners -- utilities + 193 KiB sbsigntool Tools to manipulate signatures on UEFI binaries and drivers + 2320 KiB seahorse GNOME front end for GnuPG + 88 KiB seatd minimal user, seat and session management daemon + 29 KiB secureboot-db Secure Boot updates for DB and DBX + 316 KiB sed GNU stream editor for filtering/transforming text + 59 KiB sensible-utils Utilities for sensible alternative selection + 41 KiB session-migration Tool to migrate in user session settings + 70 KiB sgml-base SGML infrastructure and SGML catalog file support + 1354 KiB sgml-data common SGML and XML data + 2740 KiB shared-mime-info FreeDesktop.org shared MIME database and spec + 6737 KiB shotwell digital photo organizer + 808 KiB shotwell-common digital photo organizer - common files + 1304 KiB simple-scan Simple Scanning Utility + 93224 KiB snapd Daemon and tooling that enable snap packages + 220 KiB software-properties-common manage the repositories that you install software from (common) + 491 KiB software-properties-gtk manage the repositories that you install software from (gtk) + 723 KiB sound-icons Sounds for speech enabled applications + 537 KiB sound-theme-freedesktop freedesktop.org sound theme + 188 KiB sox Swiss army knife of sound processing + 23484 KiB speech-dispatcher Common interface to speech synthesizers + 113 KiB speech-dispatcher-audio-plugin Speech Dispatcher: Audio output plugins + 88 KiB speech-dispatcher-espeak-ng Speech Dispatcher: Espeak-ng output module + 189 KiB spice-vdagent Spice agent for Linux + 398 KiB squashfs-tools Tool to create and append to squashfs filesystems + 115 KiB sshfs filesystem client based on SSH File Transfer Protocol + 64 KiB ssl-cert simple debconf wrapper for OpenSSL + 31 KiB sssd System Security Services Daemon -- metapackage + 381 KiB sssd-ad System Security Services Daemon -- Active Directory back end + 254 KiB sssd-ad-common System Security Services Daemon -- PAC responder + 4712 KiB sssd-common System Security Services Daemon -- common files + 669 KiB sssd-ipa System Security Services Daemon -- IPA back end + 53 KiB sssd-krb5 System Security Services Daemon -- Kerberos back end + 279 KiB sssd-krb5-common System Security Services Daemon -- Kerberos helpers + 80 KiB sssd-ldap System Security Services Daemon -- LDAP back end + 143 KiB sssd-proxy System Security Services Daemon -- proxy back end + 46 KiB stress tool to impose load on and stress test a computer system + 2336 KiB sudo Provide limited super user privileges to specific users + 87 KiB switcheroo-control D-Bus service to check the availability of dual-GPU + 916 KiB system-config-printer graphical interface to configure the printing system + 888 KiB system-config-printer-common backend and the translation files for system-config-printer + 68 KiB system-config-printer-udev Utilities to detect and configure printers automatically + 15740 KiB systemd system and service manager + 280 KiB systemd-oomd Userspace out-of-memory (OOM) killer + 198 KiB systemd-sysv system and service manager - SysV links + 260 KiB systemd-timesyncd minimalistic service to synchronize local time with NTP servers + 59 KiB sysvinit-utils System-V-like utilities + 11034 KiB tango-icon-theme Tango icon library + 928 KiB tar GNU version of the tar archiving utility + 22 KiB tcl Tool Command Language (default version) - shell + 40 KiB tcl8.6 Tcl (the Tool Command Language) v8.6 - shell + 226091 KiB thunderbird Email, RSS and newsgroup client with integrated spam filter + 125 KiB thunderbird-gnome-support Email, RSS and newsgroup client - GNOME support + 6073 KiB timgm6mb-soundfont TimGM6mb SoundFont from MuseScore 1.3 + 1938 KiB tk8.6-blt2.5 graphics extension library for Tcl/Tk - library + 214 KiB totem Simple media player for the GNOME desktop based on GStreamer + 1568 KiB totem-common Data files for the Totem media player + 687 KiB totem-plugins Plugins for the Totem media player + 18 KiB tpm-udev udev rules for TPM modules + 1391 KiB tpm2-tools TPM 2.0 utilities + 892 KiB tracker metadata database, indexer and search tool + 1976 KiB tracker-extract metadata database, indexer and search tool - metadata extractors + 264 KiB tracker-miner-fs metadata database, indexer and search tool - filesystem indexer + 876 KiB transmission-common lightweight BitTorrent client (common files) + 1056 KiB transmission-gtk lightweight BitTorrent client (GTK+ interface) + 3900 KiB tzdata time zone and daylight-saving time data + 85 KiB ubuntu-advantage-desktop-daemo Daemon to allow access to ubuntu-advantage via D-Bus + 1121 KiB ubuntu-advantage-tools management tools for Ubuntu Pro + 53 KiB ubuntu-desktop The Ubuntu desktop system + 53 KiB ubuntu-desktop-minimal The Ubuntu desktop minimal system + 1813 KiB ubuntu-docs Ubuntu Desktop Guide + 203 KiB ubuntu-drivers-common Detect and install additional Ubuntu driver packages + 41 KiB ubuntu-keyring GnuPG keys of the Ubuntu archive + 5587 KiB ubuntu-mono Ubuntu Mono Icon theme + 340 KiB ubuntu-release-upgrader-core manage release upgrades + 212 KiB ubuntu-release-upgrader-gtk manage release upgrades + 6150 KiB ubuntu-report Report hardware and other collected metrics + 80 KiB ubuntu-session Ubuntu session with GNOME Shell + 40 KiB ubuntu-settings default settings for the Ubuntu desktop + 2188 KiB ubuntu-wallpapers Ubuntu Wallpapers + 23556 KiB ubuntu-wallpapers-jammy Ubuntu 22.04 Wallpapers + 232 KiB ucf Update Configuration File(s): preserve user changes to config files + 9454 KiB udev /dev/ and hotplug management daemon + 1148 KiB udisks2 D-Bus service to access and manipulate storage devices + 37368 KiB unicode-data Property data for the Unicode character set + 35 KiB unixodbc-common Common ODBC configuration files + 846 KiB uno-libs-private LibreOffice UNO runtime environment -- private libraries used by public ones + 353 KiB unzip De-archiver for .zip files + 82 KiB update-inetd inetd configuration file updater + 1045 KiB update-manager GNOME application that manages apt updates + 192 KiB update-manager-core manage release upgrades + 270 KiB update-notifier Daemon which notifies about package updates + 1469 KiB update-notifier-common Files shared between update-notifier and other packages + 412 KiB upower abstraction for power management + 3828 KiB ure LibreOffice UNO runtime environment + 131 KiB usb-modeswitch mode switching tool for controlling "flip flop" USB devices + 94 KiB usb-modeswitch-data mode switching data for usb-modeswitch + 715 KiB usb.ids USB ID Repository + 117 KiB usbmuxd USB multiplexor daemon for iPhone and iPod Touch devices + 309 KiB usbutils Linux USB utilities + 200 KiB usrmerge Convert the system to the merged /usr directories scheme + 41 KiB ussp-push Client for OBEX PUSH + 916 KiB uthash-dev hash table and linked list for C structures + 3055 KiB util-linux miscellaneous system utilities + 173 KiB uuid-dev Universally Unique ID library - headers and static libraries + 3811 KiB vim Vi IMproved - enhanced vi editor + 382 KiB vim-common Vi IMproved - Common files + 32783 KiB vim-runtime Vi IMproved - Runtime files + 1090 KiB vulkan-tools Miscellaneous Vulkan utilities + 1004 KiB wamerican American English dictionary words for /usr/share/dict + 956 KiB wget retrieves files from the web + 67 KiB whiptail Displays user-friendly dialog boxes from shell scripts + 41 KiB whoopsie-preferences System preferences for error reporting + 34 KiB wireless-regdb wireless regulatory database + 283 KiB wireless-tools Tools for manipulating Linux Wireless Extensions + 3625 KiB wpasupplicant client support for WPA and WPA2 (IEEE 802.11i) + 2292 KiB x11-apps X applications + 311 KiB x11-common X Window System (X.Org) infrastructure + 217 KiB x11-session-utils X session utilities + 625 KiB x11-utils X11 utilities + 434 KiB x11-xkb-utils X11 XKB utilities + 506 KiB x11-xserver-utils X server utilities + 1680 KiB x11proto-dev X11 extension protocols and auxiliary headers + 73 KiB xauth X authentication utility + 242 KiB xbitmaps Base X bitmaps + 304 KiB xbrlapi Access software for a blind person using a braille display - xbrlapi + 3695 KiB xcursor-themes Base X cursor themes + 24 KiB xcvt VESA CVT standard timing modelines generator + 63 KiB xdg-dbus-proxy filtering D-Bus proxy + 1060 KiB xdg-desktop-portal desktop integration portal for Flatpak and Snap + 480 KiB xdg-desktop-portal-gnome GNOME portal backend for xdg-desktop-portal + 428 KiB xdg-desktop-portal-gtk GTK+/GNOME portal backend for xdg-desktop-portal + 538 KiB xdg-user-dirs tool to manage well known user directories + 92 KiB xdg-user-dirs-gtk tool to manage well known user directories (Gtk extension) + 323 KiB xdg-utils desktop integration utilities from freedesktop.org + 7166 KiB xfonts-base standard fonts for X + 664 KiB xfonts-encodings Encodings for X.Org fonts + 467 KiB xfonts-scalable scalable fonts for X + 407 KiB xfonts-utils X Window System font utility programs + 58 KiB xinit X server initialisation tool + 74 KiB xinput Runtime configuration and test of XInput devices + 4236 KiB xkb-data X Keyboard Extension (XKB) configuration data + 249 KiB xloadimage Graphics file viewer under X11 + 118 KiB xml-core XML infrastructure and XML catalog file support + 53 KiB xorg X.Org X Window System + 69 KiB xorg-docs-core Core documentation for the X.org X Window System + 78 KiB xorg-sgml-doctools Common tools for building X.Org SGML documentation + 242 KiB xserver-common common files used by various X servers + 2604 KiB xserver-xephyr nested X server + 366 KiB xserver-xorg X.Org X server + 3879 KiB xserver-xorg-core Xorg X server - core server + 47 KiB xserver-xorg-input-all X.Org X server -- input driver metapackage + 106 KiB xserver-xorg-input-libinput X.Org X server -- libinput input driver + 280 KiB xserver-xorg-input-wacom X.Org X server -- Wacom input driver + 268 KiB xserver-xorg-legacy setuid root Xorg server wrapper + 47 KiB xserver-xorg-video-all X.Org X server -- output driver metapackage + 171 KiB xserver-xorg-video-amdgpu X.Org X server -- AMDGPU display driver + 46 KiB xserver-xorg-video-ati X.Org X server -- AMD/ATI display driver wrapper + 46 KiB xserver-xorg-video-fbdev X.Org X server -- fbdev display driver + 243 KiB xserver-xorg-video-nouveau X.Org X server -- Nouveau display driver + 513 KiB xserver-xorg-video-radeon X.Org X server -- AMD/ATI Radeon display driver + 53 KiB xserver-xorg-video-vesa X.Org X server -- VESA display driver + 2355 KiB xterm X terminal emulator + 302 KiB xtrans-dev X transport library (development files) + 2224 KiB xwayland X server for running X clients under Wayland + 280 KiB xxd tool to make (or reverse) a hex dump + 360 KiB xz-utils XZ-format compression utilities + 9692 KiB yaru-theme-gnome-shell Yaru GNOME Shell desktop theme from the Ubuntu Community + 33178 KiB yaru-theme-gtk Yaru GTK theme from the Ubuntu Community + 108981 KiB yaru-theme-icon Yaru icon theme from the Ubuntu Community + 791 KiB yaru-theme-sound Yaru sound theme from the Ubuntu Community + 2116 KiB yelp Help browser for GNOME + 1436 KiB yelp-xsl XSL stylesheets for the yelp help browser + 170 KiB zenity Display graphical dialog boxes from shell scripts + 1640 KiB zenity-common Display graphical dialog boxes from shell scripts (common files) + 511 KiB zip Archiver for .zip files + 160 KiB zlib1g compression library - runtime + 589 KiB zlib1g-dev compression library - development + 1447 KiB zstd fast lossless compression algorithm -- CLI tool + + ``` + + === ":material-numeric-5-box-multiple: JetPack 5.0.2" Jetson AGX Orin Developer Kit with JetPack 5.0.2 @@ -1549,19 +3752,19 @@ sudo apt-get install debtree debtree --max-depth=3 --no-conflicts nvidia-jetpack | dot -Tpng >dpkg_nvidia-jetpack.png ``` -??? info "Example Output of `debtree nvidia-jetpack` on JetPack 5.x and JetPack 4.6.2" +??? info "Example Output of `debtree nvidia-jetpack` on JetPack 6.x, 5.x and 4.x" - === ":material-numeric-5-box-multiple: JetPack 5.0.2" + === ":material-numeric-6-box: JetPack 6.0 GA" > Click to enlarge - [![](./images/dpkg_nvidia-jetpack-502.png)](./images/dpkg_nvidia-jetpack-502.png) + [![](./images/dpkg_nvidia-jetpack-60.png)](./images/dpkg_nvidia-jetpack-60.png) - === ":material-numeric-5-box-multiple: JetPack 5.0.1 DP" + === ":material-numeric-5-box-multiple: JetPack 5.0.2" - > Click to enlarge + > Click to enlarge - [![](./images/dpkg_nvidia-jetpack_jp501dp.png)](./images/dpkg_nvidia-jetpack_jp501dp.png) + [![](./images/dpkg_nvidia-jetpack-502.png)](./images/dpkg_nvidia-jetpack-502.png) === ":material-numeric-4-box-multiple-outline: R32.7.1 (JetPack 4.6.1)" @@ -1687,20 +3890,23 @@ dpkg-query -S ${YOUR_FILE} cat /etc/nv_tegra_release ``` -!!! info "Content of `/etc/nv_tegra_release` on JetPack 5.x and JetPack 4.6.1" +!!! info "Content of `/etc/nv_tegra_release` on JetPack 6.x, 5.x and 4.x" - === ":material-numeric-5-box-multiple: JetPack 5.0.2" + === ":material-numeric-6-box: JetPack 6.0 GA" ``` - jetson@jao-jp502:~$ cat /etc/nv_tegra_release - # R35 (release), REVISION: 1.0, GCID: 31346300, BOARD: t186ref, EABI: aarch64, DATE: Thu Aug 25 18:41:45 UTC 2022 + jetson@jao-jp60:~$ cat /etc/nv_tegra_release + # R36 (release), REVISION: 3.0, GCID: 36191598, BOARD: generic, EABI: aarch64, DATE: Mon May 6 17:34:21 UTC 2024 + # KERNEL_VARIANT: oot + TARGET_USERSPACE_LIB_DIR=nvidia + TARGET_USERSPACE_LIB_DIR_PATH=usr/lib/aarch64-linux-gnu/nvidia ``` - === ":material-numeric-5-box-multiple: JetPack 5.0.1 DP" + === ":material-numeric-5-box-multiple: JetPack 5.0.2" ``` - cat /etc/nv_tegra_release - # R34 (release), REVISION: 1.1, GCID: 30414990, BOARD: t186ref, EABI: aarch64, DATE: Tue May 17 04:20:55 UTC 2022 + jetson@jao-jp502:~$ cat /etc/nv_tegra_release + # R35 (release), REVISION: 1.0, GCID: 31346300, BOARD: t186ref, EABI: aarch64, DATE: Thu Aug 25 18:41:45 UTC 2022 ``` === ":material-numeric-4-box-multiple-outline: R32.7.1 (JetPack 4.6.1)" diff --git a/docs/images/dpkg_nvidia-jetpack-60.png b/docs/images/dpkg_nvidia-jetpack-60.png new file mode 100644 index 0000000000000000000000000000000000000000..c4ae5c29daa03d096a5d6fbfb08be75a957ded5b GIT binary patch literal 1708981 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