1. 主要包列表 1.1 字段说明 1.2 pacreport配置文件 1.3 list1: Qe(base, xfce组等)229 2. 大部分作为依赖安装的包 2.1 list2: Qd(lib*)198 2.2 list3: Qd(python*)19 2.3 list4: Qd()240个人使用1年多Arch Linux, 看看留下来的软件包都有那些.
日常简单应用: 文本编辑pluma等, 上网chrome等, 下载qbittorrent等, office办公LibreOffice, 视频软件vlc, 图片编辑gimp.
目前总共软件包为686个. 主动安装的软件包为200个.
这里还有很多重复的类似top的状态或各种系统信息查询软件, 不需要可以删除一部分或全部. 算上作为依赖安装的包还能压缩上百个软件包.
补充: https://files-cdn.cnblogs.com/files/sztom/pkglist200.sh
注: 该pkglist与下文列表的差异: 文本编辑器的变更 pluma --> gedit
1. 主要包列表
1.1 字段说明
- -Qi |grep 'installed size' (M1)绿色: $ sudo pacman -Qi xxx |grep 'installed size' 查询到的安装大小(已统一单位为M)
- pacreport size(M2)橙色: $ sudo pacreport --unowned-files 结果Unneeded Packages Installed Explicitly:列出的大小(已统一单位为M)
- M1-M2 : 计算上面2个Size字段的差值
- (M1-M2)/M1 : 计算差值与安装大小的占比
- -Q? : 表示安装理由(主动安装Qe; 或作为依赖Qd; 't'代表该软件本身没有被依赖,若不需要可直接删除)
Size (M1): $ pacman -Qi pkg... |grep 'Installed Size' 统计的是(pacman -Ql)列表所有文件的合计.
Size (M2): pacreport 的 软件包大小包括其他软件包不需要的依赖项。
另外: pacreport 带星号 ("*") 前缀的软件包是另一个软件包的可选依赖项。
Size (M1) 也可以使用如下方式获取: $ expac -Q '%n\t%m' -H M
1.2 pacreport配置文件
$ cat /etc/pacreport.conf[Options] IgnoreUnowned = home/* IgnoreUnowned = proc/* IgnoreUnowned = mnt/* [PkgIgnoreUnowned] grub = boot/grub/* linux = boot/initramfs-linux-fallback.img linux = boot/initramfs-linux.img linux = boot/vmlinuz-linux pacman = var/lib/pacman/local pacman = var/lib/pacman/sync
1.3 list1: Qe(base, xfce组等)229
-Q? | pacman -Qq | des… | -Qi |grep 'installed size’ (M1) | pacreport size(M2) | M1-M2 | (M1-M2) / M1 | (group) / type |
Qe | bash | The GNU Bourne Again shell | 8.050 | base | |||
Qe | bzip2 | A high-quality data compression program | 高质量的数据压缩程序 | 0.144 | ||||
Qe | coreutils | The basic file, shell and text manipulation utilities of the GNU operating system | GNU操作系统的基本文件, shell和文本操作实用程序 | 15.990 | ||||
Qe | filesystem | Base Arch Linux files | 基本Arch Linux文件 | 0.041 | ||||
Qe | gcc-libs | Runtime libraries shipped by GCC | GCC随附的运行时库 | 148.820 | ||||
Qe | glibc | GNU C Library | 46.210 | ||||
Qe | iproute2 | IP Routing Utilities | IP路由实用程序 | 2.680 | ||||
Qet | iputils | Network monitoring tools, including ping | 网络监控工具, 包括ping | 0.284 | 0.284 | |||
Qe | licenses | Standard licenses distribution package | 标准许可证分发包 | 0.416 | ||||
Qe | linux | The Linux kernel and modules | Linux内核和模块 | 75.830 | ||||
Qe | pciutils | PCI bus configuration space access library and tools | PCI总线配置空间访问库和工具 | 0.273 | ||||
Qe | procps-ng | Utilities for monitoring your system and its processes | 监视系统及其过程的实用程序 | 1.380 | ||||
Qe | psmisc | Miscellaneous procfs tools | 杂项生产工具 | 0.549 | ||||
Qe | shadow | Password and account management tool suite with support for shadow files and PAM | 密码和帐户管理工具套件, 支持影子文件和PAM | 3.730 | ||||
Qd | systemd | system and service manager | 系统和服务经理 | 22.860 | ||||
Qett | systemd-sysvcompat | sysvinit compat for systemd | 0.005 | 0.005 | |||
Qe | tar | Utility used to store, backup, and transport files | 用于存储, 备份和传输文件的实用程序 | 2.830 | ||||
Qe | util-linux | Miscellaneous system utilities for Linux | 适用于Linux的其他系统实用程序 | 13.180 | ||||
Qd | xz | Library and command line tools for XZ and LZMA compressed files | 用于XZ和LZMA压缩文件的库和命令行工具 | 0.946 | ||||
Qe | file | File type identification utility | 文件类型识别实用程序 | 6.560 | base, (base-devel) | |||
Qe | findutils | GNU utilities to locate files | GNU实用程序来查找文件 | 1.619 | ||||
Qe | gawk | GNU version of awk | 2.660 | ||||
Qe | gettext | GNU internationalization library | GNU国际化库 | 7.340 | ||||
Qe | grep | A string search utility | 字符串搜索实用程序 | 0.697 | ||||
Qe | gzip | GNU compression utility | GNU压缩实用程序 | 0.157 | ||||
Qe | pacman | A library-based package manager with dependency support | 基于库的程序包管理器, 具有依赖性支持 | 4.430 | ||||
Qe | sed | GNU stream editor | GNU流编辑器 | 0.736 | ||||
Qe | binutils | A set of programs to assemble and manipulate binary and object files | 一组程序, 用于汇编和处理二进制文件和目标文件 | 29.700 | (base-devel) | |||
Qe | fakeroot | Tool for simulating superuser privileges | 模拟超级用户权限的工具 | 0.134 | ||||
Qett | gcc | The GNU Compiler Collection - C and C++ frontends | GNU编译器集合-C和C ++前端 | 147.190 | ||||
Qd | groff | GNU troff text-formatting system | GNU troff文本格式系统 | 9.570 | ||||
Qd | libtool | A generic library support script | 通用库支持脚本 | 2.190 | ||||
Qe | m4 | The GNU macro processor | GNU宏处理器 | 0.261 | ||||
Qet | make | GNU make utility to maintain groups of programs | GNU使实用程序维护程序组 | 1.552 | ||||
Qet | patch | A utility to apply patch files to original sources | 将补丁文件应用于原始来源的实用程序 | 0.198 | ||||
Qe | texinfo | GNU documentation system for on-line information and printed output | GNU文档系统, 用于在线信息和打印输出 | 8.520 | ||||
Qe | which | A utility to show the full path of commands | 显示命令完整路径的实用程序 | 0.034 | ||||
Qet | autoconf | A GNU tool for automatically configuring source code | 一个用于自动配置源代码的GNU工具 | 2.047 | 2.000 | |||
Qet | automake | A GNU tool for automatically creating Makefiles | 自动创建Makefile的GNU工具 | 1.591 | 1.550 | |||
Qet | bison | The GNU general-purpose parser generator | GNU通用解析器生成器 | 2.200 | 2.200 | |||
Qet | flex | A tool for generating text-scanning programs | 生成文本扫描程序的工具 | 0.971 | 0.971 | |||
Qet | pkgconf | Package compiler and linker metadata toolkit | 包编译器和链接器元数据工具包 | 0.156 | 0.156 | |||
Qett | sudo | Give certain users the ability to run some commands as root | 使某些用户能够以root用户身份运行某些命令使某些用户能够以root用户身份运行某些命令(base-devel) | 4.250 | 4.250 | |||
Qd | mkinitcpio | Modular initramfs image creation utility | 模块化initramfs映像创建实用程序 | 0.102 | packages | |||
Qett | linux-firmware | Firmware files for Linux | Linux的固件文件 | 557.410 | 557.410 | |||
Qet | intel-ucode | Microcode update files for Intel CPUs | 英特尔CPU的微码更新文件 | 3.020 | 3.020 | |||
Qe | diffutils | Utility programs used for creating patch files | 用于创建补丁文件的实用程序 | 1.421 | ||||
Qet | man-db | A utility for reading man pages | 用于阅读手册页的实用程序 | 2.210 | ||||
Qet | man-pages | Linux man pages | 5.610 | 5.610 | |||
Qet | nano | Pico editor clone with enhancements | 具有增强功能的Pico编辑器克隆 | 2.190 | 2.190 | |||
Qet | usbutils | USB Device Utilities | USB设备实用程序 | 0.289 | 0.289 | |||
Qett | dhcpcd | RFC2131 compliant DHCP client daemon | 符合RFC2131的DHCP客户端守护程序 | 0.478 | 0.478 | |||
Qet | ethtool | Utility for controlling network drivers and hardware | 用于控制网络驱动程序和硬件的实用程序 | 0.480 | 0.480 | |||
Qe | wpa_supplicant | A utility providing key negotiation for WPA wireless networks | 一种为WPA无线网络提供密钥协商的实用程序 | 5.550 | ||||
Qd | gpm | A mouse server for the console and xterm | 控制台和xterm的鼠标服务器 | 0.419 | ||||
Qet | smartmontools | Control and monitor S.M.A.R.T. enabled ATA and SCSI Hard Drives | 控制和监视S.M.A.R.T.启用的ATA和SCSI硬盘驱动器 | 2.010 | 2.010 | |||
Qd | parted | A program for creating, destroying, resizing, checking and copying partitions | 用于创建,销毁,调整大小,检查和复制分区的程序 | 2.250 | ||||
Qd | dosfstools | DOS filesystem utilities | DOS文件系统实用程序 | 0.178 | ||||
Qett | ntfs-3g | NTFS filesystem driver and utilities | NTFS文件系统驱动程序和实用程序 | 1.774 | 1.730 | |||
Qett | exfat-utils | Utilities for exFAT file system | exFAT文件系统实用程序 | 0.258 | 0.258 | |||
Qd | btrfs-progs | Btrfs filesystem utilities | Btrfs文件系统实用程序 | 5.020 | ||||
Qe | xfsprogs | XFS filesystem utilities | XFS文件系统实用程序 | 5.270 | ||||
Qd | dmraid | Device mapper RAID interface | 设备映射器RAID接口 | 0.325 | ||||
Qe | lvm2 | Logical Volume Manager 2 utilities | 逻辑卷管理器2实用程序 | 6.670 | ||||
Qe | mdadm | A tool for managing/monitoring Linux md device arrays, also known as Software RAID | 用于管理/监视Linux md设备阵列的工具, 也称为软件RAID | 0.972 | ||||
Qd | gptfdisk | A text-mode partitioning tool that works on GUID Partition Table (GPT) disks | 在GUID分区表(GPT)磁盘上工作的文本模式分区工具 | 0.770 | ||||
Qet | xf86-video-intel | X.org Intel i810/i830/i915/945G/G965+ video drivers | 2.200 | 2.290 | (xorg-drivers) | ||
Qd | xf86-input-libinput | Generic input driver for the X.Org server based on libinput | 基于libinput的X.Org服务器的通用输入驱动程序 | 0.091 | ||||
Qe | xorg-xinit | X.Org initialisation program | └─xfce4-session | 0.036 | x… | |||
Qet | xorg-server | Xorg X server | libxfont2, libfontenc | 3.500 | 4.840 | -1.34 | 38.29% | (xorg) |
Qd | xorg-server-common | Xorg server common files | Xorg服务器通用文件 | 0.127 | ||||
Qd | xorg-fonts-encodings | X.org font encoding files | X.org字体编码文件 | 0.625 | ||||
Qd | xorg-setxkbmap | Set the keyboard using the X Keyboard Extension | 使用X Keyboard Extension设置键盘 | 0.029 | ||||
Qd | xorg-xkbcomp | X Keyboard description compiler | X键盘描述编译器 | 0.218 | ||||
Qd | xorg-xrandr | └─intel-gpu-tools | RandR扩展的原始命令行界面 | 0.069 | ||||
Qd | xorg-iceauth | └─xfce4-session | ICE授权文件实用程序 | 0.041 | ||||
Qd | xorg-xmodmap | └─xorg-xinit └─xfce4-session | 修改按键映射和按钮映射的实用程序 | 0.049 | ||||
Qd | xorg-xauth | └─xorg-xinit └─xfce4-session | X.Org授权设置程序 | | 0.056 | ||||
Qd | xorg-xrdb | ├─xfce4-session | X服务器资源数据库实用程序 | └─xorg-xinit └─xfce4-session | 0.041 | ||||
Qd | xorg-xset | User preference utility for X | X的用户首选项实用程序 | 0.040 | ||||
Qd | xorg-xprop | Property displayer for X | X的属性显示器 | 0.052 | ||||
Qe | exo | Manage preferred applications and edit .desktop files | 管理首选应用程序并编辑.desktop文件 | 3.680 | (xfce4) | |||
Qet | xfce4-appfinder | Application to quickly run applications and commands | 应用程序以快速运行应用程序和命令 | 0.553 | 0.553 | |||
Qe | xfce4-panel | Application launchers, window buttons, applications menu, workspace switcher and more | 应用程序启动器, 窗口按钮, 应用程序菜单, 工作区切换器等 | 4.000 | ||||
Qet | xfce4-power-manager | Manage power sources and power consumption of devices | 管理设备的电源和功耗 | 3.710 | 4.670 | -0.96 | 25.88% | |
Qet | xfce4-session | Save the state of your desktop and restore it on the next startup | 保存桌面状态并在下次启动时将其还原 | 1.374 | 1.710 | -0.34 | 24.47% | |
Qet | xfce4-settings | The Settings daemon which persists many Xfce settings | 保留许多Xfce设置的Settings守护程序 | 3.220 | 7.660 | -4.44 | 137.89% | |
Qe | xfconf | D-Bus-based configuration storage system | 基于D-Bus的配置存储系统 | 1.078 | ||||
Qet | xfce4-terminal | Terminal emulator for the Xfce desktop | Xfce桌面的终端仿真器 | 2.027 | 3.620 | -1.59 | 78.62% | |
Qet | xfdesktop | Configure the desktop background image, icons, launchers and folders | 配置桌面背景图像, 图标, 启动器和文件夹 | 2.430 | 2.430 | |||
Qe | xfwm4 | Handles the placement of windows on the screen | 处理窗口在屏幕上的放置 | 2.060 | ||||
Qet | xfwm4-themes | A set of additional themes for the Xfce window manager | Xfce窗口管理器的一组附加主题 | 3.430 | 3.430 | |||
Qe | thunar | The fast and easy to use file manager for the Xfce Desktop | Xfce桌面快速, 易于使用的文件管理器 | 6.340 | ||||
Qett | thunar-volman | Automatic management of removeable devices in Thunar | thunar的可移动设备的自动管理 | 0.673 | 0.673 | |||
Qett | tumbler | D-Bus service for applications to request thumbnails | D-Bus服务, 供应用程序请求缩略图 | 0.826 | 0.826 | |||
Qe | garcon | Implementation of the freedesktop.org menu specification | freedesktop.org菜单规范的实现 | 0.924 | ||||
Qet | ristretto | Fast and lightweight picture-viewer for Xfce4 | Xfce4的快速轻量图片查看器 | 1.018 | 0.990 | (xfce4-goodies) | ||
Qet | xfce4-dict | A dictionary plugin for the Xfce panel | Xfce面板的字典插件 | 0.777 | 0.777 | |||
Qet | xfce4-notifyd | Notification daemon for the Xfce desktop | Xfce桌面的通知守护程序 | 0.582 | 0.582 | |||
Qett | xfce4-screensaver | Xfce Screensaver | Xfce屏幕保护程序 | 1.060 | 1.030 | |||
Qet | xfce4-taskmanager | Easy to use task manager | 易于使用的任务管理器 | 0.461 | 0.461 | |||
Qett | thunar-archive-plugin | Create and extract archives in Thunar | 在Thunar创建和提取档案 | 0.150 | 0.150 | |||
Qett | thunar-media-tags-plugin | Adds special features for media files to the Thunar File Manager | 向Thunar文件管理器添加媒体文件的特殊功能 | 0.264 | 0.264 | |||
Qet | xfce4-artwork | Backdrops for the Xfce4 desktop | Xfce4桌面的背景 | 9.820 | 9.820 | |||
Qet | xfce4-battery-plugin | A battery monitor plugin for the Xfce panel | Xfce面板的电池监视器插件 | 0.459 | 0.459 | |||
Qet | xfce4-clipman-plugin | A clipboard plugin for the Xfce4 panel | Xfce4面板的剪贴板插件 | 0.801 | 0.903 | |||
Qet | xfce4-cpugraph-plugin | CPU graph plugin for the Xfce4 panel | Xfce4面板的CPU图形插件 | 0.171 | 0.171 | |||
Qet | xfce4-datetime-plugin | A date and time display plugin for the Xfce panel | Xfce面板的日期和时间显示插件 | 0.123 | 0.123 | |||
Qet | xfce4-diskperf-plugin | Plugin for the Xfce4 panel displaying instant disk/partition performance | Xfce4面板的插件可显示即时磁盘/分区性能 | 0.223 | 0.223 | |||
Qet | xfce4-eyes-plugin | A rolling eyes (following mouse pointer) plugin for the Xfce panel | Xfce面板的滚动眼睛(跟随鼠标指针)插件 | 0.094 | 0.094 | |||
Qet | xfce4-fsguard-plugin | File system usage monitor plugin for the Xfce4 panel | Xfce4面板的文件系统使用情况监视插件 | 0.239 | 0.239 | |||
Qet | xfce4-genmon-plugin | plugin that monitors customizable programs stdout for the Xfce4 panel | 插件, 用于监视Xfce4面板的可定制程序stdout | 0.111 | 0.111 | |||
Qet | xfce4-mount-plugin | Mount/umount utility for the Xfce4 panel | Xfce4面板的Mount/umount实用程序 | 0.306 | 0.306 | |||
Qet | xfce4-mpc-plugin | Control the Music Player Daemon from the Xfce4 panel | 从Xfce4面板控制Music Player守护程序 | 0.147 | 0.335 | -0.19 | 127.59% | |
Qet | xfce4-netload-plugin | A netload plugin for the Xfce panel | Xfce面板的netload插件 | 0.199 | 0.199 | |||
Qet | xfce4-pulseaudio-plugin | Pulseaudio plugin for Xfce4 panel | Xfce4面板的Pulseaudio插件 | 0.375 | 0.450 | -0.08 | 20.18% | |
Qet | xfce4-sensors-plugin | A lm_sensors plugin for the Xfce panel | Xfce面板的lm_sensors插件 | 0.526 | 0.526 | |||
Qet | xfce4-smartbookmark-plugin | Plugin for the Xfce4 panel that lets you quicksearch from selected websites | Xfce4面板的插件, 可让您从选定的网站中快速搜索 | 0.068 | 0.068 | |||
Qet | xfce4-systemload-plugin | A system load plugin for the Xfce4 panel | Xfce4面板的系统加载插件 | 0.146 | 0.146 | |||
Qet | xfce4-time-out-plugin | Take a break from your computer with this plugin for Xfce4 | 使用此Xfce4插件从您的计算机中休息一下 | 0.212 | 0.212 | |||
Qet | xfce4-timer-plugin | Plugin to track time for the Xfce4 panel | 插件来跟踪Xfce4面板的时间 | 0.206 | 0.206 | |||
Qet | xfce4-verve-plugin | Command line plugin Xfce4 panel | 命令行插件Xfce4面板 | 0.157 | 0.157 | |||
Qet | xfce4-whiskermenu-plugin | Menu for Xfce4 | 0.669 | 0.669 | |||
Qet | xfce4-xkb-plugin | Plugin to switch keyboard layouts for the Xfce4 panel | 用于切换Xfce4面板的键盘布局的插件 | 1.874 | 1.830 | |||
Qett | gvfs | Virtual filesystem implementation for GIO | GIO的虚拟文件系统实现(gnome) | 5.150 | 6.830 | -1.68 | 32.62% | (gnome) |
Qet | baobab | A graphical directory tree analyzer (gnome) | 图形目录树分析器(gnome) | 1.331 | 1.300 | |||
Qe | networkmanager | Network connection manager and user applications | 网络连接管理器和用户应用程序 | 16.160 | ||||
Qd | gnome-themes-extra | Extra Themes for GNOME Applications | GNOME应用程序的额外主题 | 4.440 | ||||
Qet | mate-system-monitor | A system monitor for MATE | MATE的系统监视器(额外的mate) | 10.860 | 10.860 | (mate-extra) | ||
Qet | pluma | A powerful text editor for MATE | 强大的MATE文字编辑器(mate-extra) | 27.110 | 168.750 | -141.64 | 522.46% | |
Qd | mate-desktop | Library with common API for various MATE modules | 具有用于各种MATE模块的通用API的库 | 3.700 | (mate) | |||
Qd | qt5-base | A cross-platform application and UI framework | 跨平台应用程序和UI框架 | 64.070 | (qt qt5) | |||
Qd | qt5-svg | Classes for displaying the contents of SVG files | 用于显示SVG文件内容的类 | 0.490 | ||||
Qd | qt5-x11extras | Provides platform-specific APIs for X11 | 为X11提供特定于平台的API | 0.041 | ||||
Qd | spirv-tools | API and commands for processing SPIR-V modules | 用于处理SPIR-V模块的API和命令 | 5.790 | (vulkan-devel) | |||
Qett | fish | Smart and user friendly shell intended mostly for interactive use | 智能和用户友好的外壳, 主要用于交互式使用 | 13.750 | 13.750 | |||
Qett | git | the fast distributed version control system | 快速分布式版本控制系统 | 41.260 | 41.410 | |||
Qe | lightdm | A lightweight display manager | 轻量级的显示管理器 | 1.104 | DM | |||
Qett | lightdm-gtk-greeter | GTK+ greeter for LightDM | 适用于LightDM的GTK +迎宾器 | 0.324 | 0.324 | |||
Qet | linux-headers | Headers and scripts for building modules for the Linux kernel | 用于为Linux内核构建模块的头文件和脚本 | 119.680 | 119.680 | |||
Qet | linux-docs | Documentation for the Linux kernel | Linux内核的文档 | 146.600 | 146.600 | |||
Qett | os-prober | Utility to detect other OSes on a set of drives | 用于检测一组驱动器上其他操作系统的实用程序 | 0.057 | 0.057 | 引导 | ||
Qet | grub | GNU GRand Unified Bootloader (2) | GNU GRand统一引导加载程序(2) | 32.820 | 32.820 | |||
Qet | virtualbox | Powerful x86 virtualization for enterprise as well as home use | 适用于企业和家庭的强大x86虚拟化 | 161.480 | 162.500 | vbox | ||
Qe | virtualbox-host-modules-arch | Virtualbox host kernel modules for Arch Kernel | 用于Arch内核的Virtualbox主机内核模块 | 0.151 | ||||
Qet | ntp | Network Time Protocol reference implementation | 网络时间协议参考实现 | 4.460 | 4.460 | |||
Qet | logrotate | Rotates system logs automatically | 自动旋转系统日志 | 0.104 | 0.104 | |||
Qet | catfish | Versatile file searching tool | 多功能文件搜索工具 | 1.429 | 1.770 | -0.34 | 23.88% | 查找 |
Qett | mlocate | Merging locate/updatedb implementation | 合并locate/updatedb实现 | 0.352 | 0.352 | |||
Qet | fd | Simple, fast and user-friendly alternative to find | 简单, 快速和用户友好的替代方案 | 2.790 | 2.790 | |||
Qett | pacman-contrib | Contributed scripts and tools for pacman systems | pacman系统的贡献脚本和工具 | 0.095 | 0.095 | pacman 相关 | ||
Qett | pkgfile | a pacman .files metadata explorer | pacman .files元数据浏览器 | 0.054 | 0.054 | |||
Qet | pacmatic | A pacman wrapper to avoid bricking your system and such other surprises. | pacman包装器, 可避免造成系统负担以及其他意外情况. | 0.009 | 0.044 | -0.04 | 378.13% | |
Qet | pacutils | Helper tools for libalpm | libalpm的帮助器工具 | 0.463 | 0.463 | |||
Qet | pkgstats | Submit a list of installed packages to the Arch Linux project | 将已安装软件包的列表提交到Arch Linux项目 | 0.002 | 0.002 | |||
Qet | lostfiles | Find orphaned files not owned by any Arch packages | 查找不属于任何Arch软件包的孤立文件 | 0.006 | 0.006 | |||
Qet | fzf | Command-line fuzzy finder | 命令行模糊查找器 | 3.300 | 3.300 | |||
Qet | namcap | A Pacman package analyzer | Pacman包装分析仪 | 0.418 | 1.800 | -1.38 | 330.94% | |
Qett | pavucontrol | PulseAudio Volume Control | PulseAudio音量控制 | 0.931 | 0.966 | 声音 | ||
Qett | pulseaudio | A featureful, general-purpose sound server | 功能齐全的通用声音服务器 | 6.240 | 7.120 | |||
Qet | alsa-utils | Advanced Linux Sound Architecture - Utilities | 先进的Linux声音体系结构-实用程序 | 2.070 | 2.070 | |||
Qe | e2fsprogs | Ext2/3/4 filesystem utilities | Ext2/3/4文件系统实用程序 | 4.760 | disk | |||
Qet | gparted | A Partition Magic clone, frontend to GNU Parted | 分区魔术师克隆, GNU Parted的前端 | 7.040 | 7.040 | |||
Qett | p7zip | Command-line file archiver with high compression ratio | 压缩率高的命令行文件归档器 | 6.090 | 6.090 | 压缩 解压 | ||
Qett | unrar | The RAR uncompression program | RAR解压缩程序 | 0.313 | 0.313 | |||
Qett | unzip | For extracting and viewing files in .zip archives | 用于提取和查看.zip存档中的文件 | 0.315 | 0.315 | |||
Qett | xarchiver | GTK+ frontend to various command line archivers | GTK +前端到各种命令行归档程序 | 1.508 | 1.470 | |||
Qett | zip | Compressor/archiver for creating and modifying zipfiles | 用于创建和修改zip文件的压缩器/存档器 | 0.558 | 0.558 | |||
Qet | adobe-source-han-sans-cn-fonts | Adobe Source Han Sans Subset OTF - Simplified Chinese OpenType/CFF fonts | Adobe Source Han Sans Subset OTF-简体中文OpenType/CFF字体 | 57.980 | 57.980 | 字体 | ||
Qet | noto-fonts-cjk | Google Noto CJK fonts | Google Noto CJK字体 | 294.430 | 294.430 | |||
Qet | ibus-libpinyin | Intelligent Pinyin engine based on libpinyin for IBus | 基于libpinyin的IBus智能拼音引擎 | 2.290 | 61.370 | -59.08 | 2579.91% | 输入 |
Qe | ibus | Next Generation Input Bus for Linux | Linux的下一代输入总线 | 7.550 | ||||
Qet | geany | Fast and lightweight IDE | 快速轻巧的IDE | 13.070 | 13.070 | 编辑 对比 | ||
Qet | meld | Compare files, directories and working copies | 比较文件, 目录和工作副本 | 3.670 | 3.670 | |||
Qet | vi | The original ex/vi text editor | 原始的ex/vi文本编辑器 | 0.307 | 0.307 | |||
Qet | libreoffice-fresh-zh-cn | Chinese (simplified) language pack for LibreOffice Fresh | LibreOffice Fresh的中文(简体)语言包 | 21.320 | 21.320 | 办公 | ||
Qe | libreoffice-fresh | LibreOffice branch which contains new features and program enhancements | LibreOffice分支包含新功能和程序增强功能 | 395.330 | ||||
Qet | aria2 | Download utility that supports HTTP(S), FTP, BitTorrent, and Metalink | 支持HTTP(S), FTP, BitTorrent和Metalink的下载实用程序 | 5.550 | 5.740 | 下载 | ||
Qet | qbittorrent | An advanced BitTorrent client programmed in C++, based on Qt toolkit and libtorrent-rasterbar. | 基于Qt工具包和libtorrent-rasterbar的C ++编程高级BitTorrent客户端. | 8.670 | 18.340 | -9.67 | 111.53% | |
Qe | wget | Network utility to retrieve files from the Web | 网络实用程序, 用于从Web检索文件 | 2.880 | ||||
Qet | chromium | A web browser built for speed, simplicity, and security | 为提高速度, 简化性和安全性而构建的Web浏览器 | 202.240 | 202.850 | 网页 | ||
Qet | firefox | Standalone web browser from mozilla.org | 来自mozilla.org的独立Web浏览器 | 193.920 | 200.670 | |||
Qet | elinks | An advanced and well-established feature-rich text mode web browser. | 先进且完善的功能丰富的文本模式Web浏览器. | 2.830 | 3.800 | -0.97 | 34.28% | |
Qet | links | A text WWW browser, similar to Lynx | 文本WWW浏览器, 类似于Lynx | 7.260 | 7.260 | |||
Qet | clamav | Anti-virus toolkit for Unix | Unix防病毒工具包 | 4.580 | 4.740 | 杀毒 防火墙 | ||
Qet | rkhunter | Checks machines for the presence of rootkits and other unwanted tools. | 检查机器上是否存在rootkit和其他不需要的工具. | 1.113 | 1.090 | |||
Qet | nftables | Netfilter tables userspace tools | Netfilter表用户空间工具 | 0.838 | 0.838 | |||
Qet | intel-gpu-tools | Tools for development and testing of the Intel DRM driver | 英特尔DRM驱动程序开发和测试工具 | 11.130 | 11.310 | gpu | ||
Qet | mesa-demos | Mesa demos and tools incl. glxinfo + glxgears | Mesa演示和工具, 包括glxinfo + glxgears | 7.760 | 11.370 | -3.61 | 46.52% | |
Qe | mesa | An open-source implementation of the OpenGL specification | OpenGL规范的开源实现 | 84.480 | ||||
Qet | iw | nl80211 based CLI configuration utility for wireless devices | 基于nl80211的用于无线设备的CLI配置实用程序 | 0.259 | 0.259 | 网络 工具 | ||
Qet | netctl | Profile based systemd network management | 基于配置文件的系统网络管理 | 0.094 | 0.150 | -0.06 | 59.37% | |
Qet | network-manager-applet | Applet for managing network connections | 用于管理网络连接的小程序 | 0.658 | 7.670 | -7.01 | 1064.79% | |
Qet | privoxy | A web proxy with advanced filtering capabilities. | 具有高级过滤功能的Web代理. | 1.948 | 1.900 | 代理 | ||
Qet | shadowsocks | A lightweight tunnel proxy | 轻量级隧道代理 | 0.513 | 0.513 | |||
Qet | v2ray | A platform for building proxies to bypass network restrictions | 建立代理以绕过网络限制的平台 | 43.380 | 48.920 | |||
Qet | hexchat | A popular and easy to use graphical IRC (chat) client | 流行且易于使用的图形IRC(聊天)客户端 | 5.500 | 5.500 | 日常 工具 | ||
Qet | vlc | Multi-platform MPEG, VCD/DVD, and DivX player | 多平台MPEG, VCD/DVD和DivX播放器 | 58.750 | 82.820 | -24.07 | 40.97% | |
Qet | gimp | GNU Image Manipulation Program | GNU图像处理程序 | 111.250 | 213.830 | -102.58 | 92.21% | |
Qet | flameshot | Powerful yet simple to use screenshot software | 功能强大但易于使用的屏幕截图软件 | 0.963 | 0.963 | |||
Qe | cryptsetup | Userspace setup tool for transparent encryption of block devices using dm-crypt | 用户空间设置工具, 用于使用dm-crypt透明加密块设备 | 2.350 | ||||
Qe | device-mapper | Device mapper userspace library and tools | 设备映射器用户空间库和工具 | 0.835 | ||||
Qet | dos2unix | Text file format converter | 文本文件格式转换器 | 1.491 | 1.460 | |||
Qet | convmv | Tool for converting encodings on filesystems | 用于在文件系统上转换编码的工具 | 0.046 | 0.046 | |||
Qet | tree | A directory listing program displaying a depth indented list of files | 目录列表程序, 显示深度缩进的文件列表 | 0.092 | 0.092 | |||
Qet | whois | Intelligent WHOIS client | 智能的WHOIS客户 | 0.160 | 0.160 | |||
Qe | less | A terminal based program for viewing text files | 基于终端的程序, 用于查看文本文件 | 0.237 | ||||
Qe | inetutils | A collection of common network programs | 常见网络程序的集合 | 1.139 | ||||
Qe | sysfsutils | System Utilities Based on Sysfs | 基于Sysfs的系统实用程序 | 0.147 | ||||
Qe | perl | A highly capable, feature-rich programming language | 一种功能强大, 功能丰富的编程语言 | 57.600 | ||||
Qet | ltrace | Tracks runtime library calls in dynamically linked programs | 跟踪动态链接程序中的运行时库调用 | 0.333 | 0.333 | 跟踪 查询 | ||
Qett | strace | A diagnostic, debugging and instructional userspace tracer | 诊断, 调试和说明性用户空间跟踪器 | 1.637 | 1.600 | |||
Qet | traceroute | Tracks the route taken by packets over an IP network | 跟踪IP网络上数据包所采用的路由 | 0.078 | 0.078 | |||
Qett | lsof | Lists open files for running Unix processes | 列出用于运行Unix进程的打开文件 | 0.205 | 0.205 | |||
Qet | acct | Utilities for monitoring process activities | 监视流程活动的实用程序 | 0.220 | 0.220 | |||
Qet | htop | Interactive process viewer | 互动式流程查看器 | 0.199 | 0.199 | 各种 状态 查询 | ||
Qet | iftop | Display bandwidth usage on an interface | 显示接口上的带宽使用情况 | 0.071 | 0.071 | |||
Qet | iotop | View I/O usage of processes | 查看进程的I/O使用情况 | 0.157 | 0.157 | |||
Qet | jnettop | A top-like console network traffic visualizer | 顶级控制台网络流量可视化工具 | 0.082 | 0.082 | |||
Qet | dstat | A versatile resource statistics tool | 多功能的资源统计工具 | 0.376 | 0.376 | |||
Qet | nethogs | A net top tool which displays traffic used per process instead of per IP or interface | 一个网络顶部工具, 显示每个进程而不是每个IP或接口使用的流量 | 0.162 | 0.162 | |||
Qet | speedtest-cli | Command line interface for testing internet bandwidth using speedtest.net | 命令行界面, 用于使用speedtest.net测试Internet带宽 | 0.184 | 0.184 | |||
Qet | nmon | AIX & Linux Performance Monitoring tool | AIX和Linux性能监视工具 | 0.168 | 0.168 | |||
Qet | smem | Generate reports on memory usage. | 生成有关内存使用情况的报告. | 0.038 | 0.038 | |||
Qet | sysstat | a collection of performance monitoring tools (iostat,isag,mpstat,pidstat,sadf,sar) | 性能监视工具的集合(iostat, isag, mpstat, pidstat, sadf, sar) | 1.537 | 1.500 | |||
Qet | vnstat | A console-based network traffic monitor | 基于控制台的网络流量监视器 | 0.361 | 0.361 | |||
Qet | hardinfo | A system information and benchmark tool. | 系统信息和基准测试工具. | 0.851 | 0.851 | |||
Qet | neofetch | A CLI system information tool written in BASH that supports displaying images. | 用BASH编写的CLI系统信息工具, 支持显示图像. | 0.319 | 0.319 | |||
Qet | psensor | A graphical hardware temperature monitor for Linux | 用于Linux的图形硬件温度监控器 | 1.478 | 1.890 | -0.41 | 27.88% |
2. 大部分作为依赖安装的包
2.1 list2: Qd(lib*)198
pacman -Qq | des… | Installed size (M) |
libabw | a library that parses the file format of AbiWord documents | 解析AbiWord文档文件格式的库 | 2.730 |
libaio | The Linux-native asynchronous I/O facility (aio) library | Linux原生异步I/O工具(aio)库 | 0.022 |
libappindicator-gtk3 | Allow applications to extend a menu via Ayatana indicators in Unity, KDE or Systray (GTK+ 3 library) | 允许应用程序通过Unity, KDE或Systray中的Ayatana指示器扩展菜单(GTK + 3库) | 0.351 |
libarchive | Multi-format archive and compression library | 多格式存档和压缩库 | 1.110 |
libass | A portable library for SSA/ASS subtitles rendering | 可移植的SSA/ASS字幕库 | 0.232 |
libassuan | IPC library used by some GnuPG related software | 一些GnuPG相关软件使用的IPC库 | 0.156 |
libasyncns | A C library for executing name service queries asynchronously | 一个用于异步执行名称服务查询的C库 | 0.048 |
libatasmart | ATA S.M.A.R.T. Reading and Parsing Library | ATA S.M.A.R.T.阅读和解析库 | 0.103 |
libatomic_ops | Provides semi-portable access to hardware provided atomic memory operations | 提供对硬件提供的原子内存操作的半便携式访问 | 0.641 |
libavc1394 | A library to control A/V devices using the 1394ta AV/C commands. | 一个使用1394ta AV/C命令控制A/V设备的库. | 0.118 |
libblockdev | A library for manipulating block devices | 用于操作块设备的库 | 1.539 |
libbluray | Library to access Blu-Ray disks for video playback | 用于访问蓝光光盘以播放视频的库 | 1.210 |
libbytesize | A tiny library providing a C "class" for working with arbitrary big sizes in bytes | 一个微型库, 提供一个C“类”用于处理任意大字节数 | 0.080 |
libcanberra | A small and lightweight implementation of the XDG Sound Theme Specification | XDG声音主题规范的小型轻量级实现 | 0.403 |
libcanberra-pulse | PulseAudio plugin for libcanberra | libcanberra的PulseAudio插件 | 0.035 |
libcap | POSIX 1003.1e capabilities | POSIX 1003.1e功能 | 0.162 |
libcap-ng | Library making programming with POSIX capabilities easier than traditional libcap | 库使使用POSIX功能的编程比传统的libcap更容易 | 0.098 |
libcddb | Library that implements the different protocols (CDDBP, HTTP, SMTP) to access data on a CDDB server (e.g. http://freedb.org). | 实现不同协议(CDDBP, HTTP, SMTP)以访问CDDB服务器(例如http://freedb.org)上的数据的库. | 0.160 |
libcdio | GNU Compact Disc Input and Control Library | GNU光盘输入和控制库 | 0.949 |
libcdio-paranoia | CD paranoia libraries from libcdio | libcdio的CD妄想库 | 0.163 |
libcdr | CorelDraw file format importer library for LibreOffice | LibreOffice的CorelDraw文件格式导入程序库 | 7.690 |
libcmis | a C/C++ client library for the CMIS protocol | CMIS协议的C/C ++客户端库 | 1.924 |
libcroco | A CSS parsing library | CSS解析库 | 1.217 |
libcups | The CUPS Printing System - client libraries and headers | CUPS打印系统-客户端库和标头 | 0.859 |
libdaemon | Lightweight C library that eases the writing of UNIX daemons | 轻量级的C库, 简化了UNIX守护程序的编写 | 0.058 |
libdatrie | Implementation of double-array structure for representing trie, as proposed by Junichi Aoe. | 如Junichi Aoe所提出的, 用于表示特里的双数组结构的实现. | 0.076 |
libdbusmenu-glib | Library for passing menus over DBus | 通过DBus传递菜单的库 | 0.367 |
libdbusmenu-gtk3 | Library for passing menus over DBus (GTK+ 3 library) | 用于通过DBus传递菜单的库(GTK + 3库) | 0.136 |
libdca | Free library for decoding DTS Coherent Acoustics streams | 免费库, 用于解码DTS相干声学流 | 0.224 |
libde265 | Open h.265 video codec implementation | 开放的h.265视频编解码器实现 | 1.098 |
libdrm | Userspace interface to kernel DRM services | 内核DRM服务的用户空间接口 | 0.948 |
libdvbpsi | Library designed for decoding and generation of MPEG TS and DVB PSI tables | 设计用于解码和生成MPEG TS和DVB PSI表的库 | 0.552 |
libe-book | Library for import of reflowable e-book formats. | 用于导入可重排的电子书格式的库. | 11.460 |
libebml | Extensible Binary Meta Language library | 可扩展的二进制元语言库 | 0.272 |
libedit | Command line editor library providing generic line editing, history, and tokenization functions | 命令行编辑器库, 提供通用的行编辑, 历史记录和标记化功能 | 0.258 |
libelf | Libraries to handle ELF object files and DWARF debugging information | 用于处理ELF目标文件和DWARF调试信息的库 | 2.800 |
libepoxy | Library handling OpenGL function pointer management | 库处理OpenGL函数指针管理 | 3.260 |
libepubgen | an EPUB generator for librevenge | 用于librevenge的EPUB生成器 | 2.760 |
libetonyek | Library and a set of tools for reading and converting Apple Keynote presentations | 库和一组用于阅读和转换Apple Keynote演示文稿的工具 | 20.620 |
libevdev | Wrapper library for evdev devices | evdev设备的包装器库 | 0.252 |
libevent | An event notification library | 事件通知库 | 1.201 |
libexif | Library to parse an EXIF file and read the data from those tags | 用于解析EXIF文件并从这些标签读取数据的库 | 2.520 |
libexttextcat | N-Gram-Based Text Categorization library primarily intended for language guessing | 基于N-Gram的文本分类库, 主要用于语言猜测 | 0.446 |
libffi | Portable foreign function interface library | 便携式外部功能接口库 | 0.074 |
libfontenc | X11 font encoding library | X11字体编码库 | 0.039 |
libfreehand | a library for import of Aldus/Macromedia/Adobe FreeHand documents | 一个用于导入Aldus/Macromedia/Adobe FreeHand文档的库 | 5.880 |
libgcrypt | General purpose cryptographic library based on the code from GnuPG | 基于GnuPG代码的通用密码库 | 1.362 |
libgexiv2 | GObject-based wrapper around the Exiv2 library | Exiv2库周围基于GObject的包装器 | 0.356 |
libglvnd | The GL Vendor-Neutral Dispatch library | GL供应商中立调度库 | 3.680 |
libgpg-error | Support library for libgcrypt | libgcrypt支持库 | 0.945 |
libgtop | A library for collecting system monitoring data | 用于收集系统监视数据的库 | 1.281 |
libgudev | GObject bindings for libudev | libudev的GObject绑定 | 0.359 |
libgusb | GObject wrapper for libusb1 | libusb1的GObject包装器 | 0.517 |
libheif | HEIF file format decoder and encoder | HEIF文件格式解码器和编码器 | 0.735 |
libibus | IBus support library | IBus支持库 | 60.840 |
libice | X11 Inter-Client Exchange library | X11客户端间交换库 | 0.361 |
libidn | Implementation of the Stringprep, Punycode and IDNA specifications | Stringprep, Punycode和IDNA规范的实现 | 0.682 |
libidn2 | Free software implementation of IDNA2008, Punycode and TR46 | IDNA2008, Punycode和TR46的免费软件实现 | 0.398 |
libiec61883 | A higher level API for streaming DV, MPEG-2 and audio over Linux IEEE 1394 | 通过Linux IEEE 1394传输DV, MPEG-2和音频的高级API | 0.118 |
libimobiledevice | Library that talks the protocols to support iPhone and iPod Touch devices on Linux | 讨论协议以支持Linux上的iPhone和iPod Touch设备的库 | 1.579 |
libindicator-gtk3 | Set of symbols and convenience functions for Ayatana indicators (GTK+ 3 library) | Ayatana指示器的符号和便捷功能集(GTK + 3库) | 0.097 |
libinput | Input device management and event handling library | 输入设备管理和事件处理库 | 0.914 |
libixion | A general purpose formula parser & interpreter | 通用公式解析器和解释器 | 1.126 |
libjpeg-turbo | JPEG image codec with accelerated baseline compression and decompression | JPEG图像编解码器, 具有加速的基线压缩和解压缩功能 | 2.100 |
libkeybinder3 | A library for registering global keyboard shortcuts | 用于注册全局键盘快捷键的库 | 0.076 |
libksba | Library for working with X.509 certificates, CMS data and related objects | 用于处理X.509证书, CMS数据和相关对象的库 | 0.314 |
liblangtag | interface library to access/deal with tags for identifying languages | 接口库, 用于使用识别语言的标签进行访问/交易 | 3.050 |
libldap | Lightweight Directory Access Protocol (LDAP) client libraries | 轻型目录访问协议(LDAP)客户端库 | 0.914 |
libmad | A high-quality MPEG audio decoder | 高质量MPEG音频解码器 | 0.157 |
libmatroska | Matroska library | 马特洛斯卡图书馆 | 0.869 |
libmfx | Intel Media SDK dispatcher library | 英特尔媒体SDK调度程序库 | 0.268 |
libmicrohttpd | a small C library that is supposed to make it easy to run an HTTP server as part of another application. | 一个小的C库, 应该可以轻松地将HTTP服务器作为另一个应用程序的一部分运行. | 0.386 |
libmm-glib | ModemManager library | ModemManager库 | 5.300 |
libmng | A collection of routines used to create and manipulate MNG format graphics files | 一组例程, 用于创建和处理MNG格式的图形文件 | 0.688 |
libmnl | Minimalistic user-space library oriented to Netlink developers. | 面向Netlink开发人员的简约用户空间库. | 0.034 |
libmodplug | A MOD playing library | MOD播放库 | 0.366 |
libmpc | Library for the arithmetic of complex numbers with arbitrarily high precision | 任意精度的复数算法库 | 0.137 |
libmpcdec | MusePack decoding library | MusePack解码库 | 0.098 |
libmpd | Signal based wrapper around libmpdclient | libmpdclient周围基于信号的包装器 | 0.188 |
libmpeg2 | Library for decoding MPEG-1 and MPEG-2 video streams. | 用于解码MPEG-1和MPEG-2视频流的库. | 0.233 |
libmspack | A library for Microsoft compression formats | Microsoft压缩格式的库 | 0.168 |
libmspub | Microsoft Publisher file format parser library (latest snapshot) | Microsoft Publisher文件格式解析器库(最新快照) | 7.450 |
libmwaw | Import library for some old mac text documents. | 导入一些旧的Mac文本文档的库. | 66.380 |
libmypaint | Library for making brushstrokes which is used by MyPaint and other projects | MyPaint和其他项目使用的笔触库 | 1.076 |
libndp | Library for Neighbor Discovery Protocol | 邻居发现协议库 | 0.056 |
libnetfilter_conntrack | Library providing an API to the in-kernel connection tracking state table | 为内核内连接跟踪状态表提供API的库 | 0.150 |
libnewt | Not Erik's Windowing Toolkit - text mode windowing with slang | 不是Erik的Windowing Toolkit-带有lang语的文本模式窗口 | 0.353 |
libnfnetlink | Low-level library for netfilter related kernel/userspace communication | 与Netfilter相关的内核/用户空间通信的低级库 | 0.042 |
libnftnl | Netfilter library providing interface to the nf_tables subsystem | Netfilter库提供到nf_tables子系统的接口 | 0.241 |
libnghttp2 | Framing layer of HTTP/2 is implemented as a reusable C library | HTTP/2的框架层实现为可重用的C库 | 0.361 |
libnl | Library for applications dealing with netlink sockets | 用于处理netlink套接字的应用程序的库 | 2.010 |
libnm | NetworkManager client library | NetworkManager客户端库 | 11.250 |
libnma | NetworkManager GUI client library | NetworkManager GUI客户端库 | 1.728 |
libnotify | Library for sending desktop notifications | 用于发送桌面通知的库 | 0.282 |
libnsl | Public client interface library for NIS(YP) and NIS+ | NIS(YP)和NIS +的公共客户端接口库 | 0.195 |
libnumbertext | Number to number name and money text conversion library | 数字到数字名称和货币文本转换库 | 0.699 |
libodfgen | Library for generating documents in Open Document Format | 用于以开放文档格式生成文档的库 | 2.017 |
libogg | Ogg bitstream and framing library | Ogg比特流和框架库 | 0.449 |
libomxil-bellagio | An opensource implementation of the OpenMAX Integration Layer API | OpenMAX集成层API的开源实现 | 0.592 |
liborcus | File import filter library for spreadsheet documents. | 电子表格文档的文件导入过滤器库. | 3.540 |
libp11-kit | Loads and enumerates PKCS#11 modules (library) | 加载和枚举PKCS#11模块(库) | 2.660 |
libpagemaker | a library that parses the file format of Aldus/Adobe PageMaker documents | 一个解析Aldus/Adobe PageMaker文档的文件格式的库 | 2.080 |
libpcap | A system-independent interface for user-level packet capture | 与系统无关的接口, 用于用户级别的数据包捕获 | 0.541 |
libpciaccess | X11 PCI access library | X11 PCI访问库 | 0.062 |
libpeas | A GObject plugins library | 一个GObject插件库 | 1.051 |
libpgm | OpenPGM: implementation of the Pragmatic General Multicast (PGM, RFC3208) | OpenPGM:实用通用多播(PGM, RFC3208)的实现 | 0.401 |
libpinyin | Library to deal with pinyin | 图书馆处理拼音 | 40.410 |
libpipeline | a C library for manipulating pipelines of subprocesses in a flexible and convenient way | 一个C库, 以灵活方便的方式处理子流程的管道 | 0.088 |
libplacebo | Reusable library for GPU-accelerated video/image rendering primitives | 可重用的库, 用于GPU加速的视频/图像渲染原语 | 0.534 |
libplist | A library to handle Apple Property List format whereas it's binary or XML | 用于处理Apple属性列表格式(二进制或XML)的库 | 0.422 |
libpng | A collection of routines used to create PNG format graphics files | 用于创建PNG格式图形文件的例程的集合 | 0.567 |
libproxy | Automatic proxy configuration management library | 自动代理配置管理库 | 0.264 |
libpsl | Public Suffix List library | 公共后缀列表库 | 0.190 |
libpulse | A featureful, general-purpose sound server (client library) | 功能齐全的通用声音服务器(客户端库) | 1.445 |
libqxp | a library that parses the file format of QuarkXPress documents | 解析QuarkXPress文档的文件格式的库 | 3.610 |
libraw | A library for reading RAW files obtained from digital photo cameras (CRW/CR2, NEF, RAF, DNG, and others) | 一个用于读取从数码相机(CRW/CR2, NEF, RAF, DNG等)获得的RAW文件的库 | 2.520 |
libraw1394 | Provides an API to the Linux IEEE1394 (FireWire) driver | 为Linux IEEE1394(FireWire)驱动程序提供API | 0.161 |
librevenge | library for REVerses ENGineered formats filters | REVerses工程格式过滤器的库 | 8.370 |
librsvg | SVG rendering library | SVG渲染库 | 7.960 |
libsamplerate | Secret Rabbit Code - aka Sample Rate Converter for audio | 秘密兔子代码-又名音频采样率转换器 | 1.601 |
libsasl | Cyrus Simple Authentication Service Layer (SASL) Library | Cyrus简单身份验证服务层(SASL)库 | 0.508 |
libseccomp | Enhanced seccomp library | 增强的seccomp库 | 0.704 |
libsecret | Library for storing and retrieving passwords and other secrets | 用于存储和检索密码和其他机密的库 | 2.170 |
libsigc++ | Callback Framework for C++ | C ++的回调框架 | 1.152 |
libsm | X11 Session Management library | X11会话管理库 | 0.261 |
libsndfile | A C library for reading and writing files containing sampled sound | 一个C库, 用于读写包含采样声音的文件 | 1.259 |
libsodium | P(ortable|ackageable) NaCl-based crypto library | 基于P(可破解)的NaCl密码库 | 0.506 |
libsoup | HTTP client/server library for GNOME | GNOME的HTTP客户端/服务器库 | 4.830 |
libsoxr | The SoX Resampler library that aims to give fast and high quality results for any constant resampling ratio | SoX Resampler库旨在为任何恒定的重采样率提供快速和高质量的结果 | 0.335 |
libspiro | Simplifies the drawing of beautiful curves | 简化美丽曲线的绘制 | 0.033 |
libssh | Library for accessing ssh client services through C libraries | 用于通过C库访问ssh客户端服务的库 | 0.567 |
libssh2 | A library implementing the SSH2 protocol as defined by Internet Drafts | 实现Internet草案定义的SSH2协议的库 | 0.410 |
libstaroffice | filter for old StarOffice documents(.sdc, .sdw, ...) based on librevenge | 基于librevenge的旧StarSuite文档(.sdc, .sdw等)的过滤器 | 49.050 |
libtar | C library for manipulating POSIX tar files | C库, 用于处理POSIX tar文件 | 0.083 |
libtasn1 | The ASN.1 library used in GNUTLS | GNUTLS中使用的ASN.1库 | 0.264 |
libteam | Library for controlling team network device | 控制团队网络设备的库 | 1.074 |
libthai | Thai language support routines | 泰语支持例程 | 0.656 |
libtheora | An open video codec developed by the Xiph.org | Xiph.org开发的开放视频编解码器 | 1.711 |
libtiff | Library for manipulation of TIFF images | 用于处理TIFF图像的库 | 2.730 |
libtirpc | Transport Independent RPC library (SunRPC replacement) | 独立于传输的RPC库(SunRPC替代) | 0.435 |
libtommath | Highly optimized and portable routines for integer based number theoretic applications | 高度优化且可移植的例程, 用于基于整数的数论应用 | 0.120 |
libtorrent-rasterbar | A C++ BitTorrent library that aims to be a good alternative to all the other implementations around | 一个C ++ BitTorrent库, 旨在替代周围的所有其他实现 | 9.670 |
libunistring | Library for manipulating Unicode strings and C strings | 用于处理Unicode字符串和C字符串的库 | 2.250 |
libunwind | Portable and efficient C programming interface (API) to determine the call-chain of a program | 可移植且高效的C编程接口(API), 可确定程序的调用链 | 0.265 |
libupnp | Portable Open Source UPnP Development Kit | 便携式开源UPnP开发套件 | 0.478 |
libusb | Library that provides generic access to USB devices | 提供对USB设备的通用访问的库 | 0.178 |
libusbmuxd | USB Multiplex Daemon | USB Multiplex守护程序 | 0.113 |
libutil-linux | util-linux runtime libraries | util-linux运行时库 | 1.399 |
libva | Video Acceleration (VA) API for Linux | 适用于Linux的视频加速(VA)API | 0.772 |
libvdpau | Nvidia VDPAU library | Nvidia VDPAU库 | 0.266 |
libvisio | Library providing ability to interpret and import visio diagrams | 库提供解释和导入visio图表的功能 | 8.800 |
libvorbis | Reference implementation of the Ogg Vorbis audio format | Ogg Vorbis音频格式的参考实现 | 1.471 |
libvpx | VP8 and VP9 codec | VP8和VP9编解码器 | 4.330 |
libwacom | Library to identify Wacom tablets and their features | 识别Wacom平板电脑及其功能的库 | 0.572 |
libwebp | WebP library and conversion tools | WebP库和转换工具 | 1.086 |
libwmf | A library for reading vector images in Microsoft's native Windows Metafile Format (WMF) | 用于读取Microsoft原生Windows图元文件格式(WMF)的矢量图像的库 | 3.240 |
libwnck3 | Library to manage X windows and workspaces (via pagers, tasklists, etc.) | 用于管理X窗口和工作区的库(通过寻呼机, 任务列表等) | 3.010 |
libwpd | Library for importing WordPerfect (tm) documents | 用于导入WordPerfect(tm)文档的库 | 15.290 |
libwpe | General-purpose library for WPE WebKit | WPE WebKit的通用库 | 0.265 |
libwpg | Library for importing and converting Corel WordPerfect(tm) Graphics images. | 用于导入和转换Corel WordPerfect(tm)图形图像的库. | 1.424 |
libwps | a Microsoft Works file word processor format import filter library | Microsoft Works文件文字处理器格式的导入筛选器库 | 20.720 |
libx11 | X11 client-side library | X11客户端库 | 10.150 |
libxau | X11 authorisation library | X11授权库 | 0.021 |
libxcb | X11 client-side library | X11客户端库 | 3.730 |
libxcomposite | X11 Composite extension library | X11复合扩展库 | 0.024 |
libxcursor | X cursor management library | X光标管理库 | 0.061 |
libxdamage | X11 damaged region extension library | X11损坏的区域扩展库 | 0.017 |
libxdmcp | X11 Display Manager Control Protocol library | X11 Display Manager控制协议库 | 0.130 |
libxext | X11 miscellaneous extensions library | X11其他扩展库 | 0.311 |
libxfce4ui | Commonly used Xfce widgets among Xfce applications | Xfce应用程序中常用的Xfce小部件 | 1.854 |
libxfce4util | Basic utility non-GUI functions for Xfce | Xfce的基本实用程序非GUI功能 | 0.822 |
libxfixes | X11 miscellaneous 'fixes' extension library | X11其他“修复”扩展库 | 0.041 |
libxfont2 | X11 font rasterisation library | X11字体栅格化库 | 0.248 |
libxft | FreeType-based font drawing library for X | 基于FreeType的X字体绘图库 | 0.118 |
libxi | X11 Input extension library | X11输入扩展库 | 0.484 |
libxinerama | X11 Xinerama extension library | X11 Xinerama扩展库 | 0.024 |
libxkbcommon | Keymap handling library for toolkits and window systems | 工具箱和窗口系统的按键映射处理库 | 0.554 |
libxkbcommon-x11 | Keyboard handling library using XKB data for X11 XCB clients | X11 XCB客户端使用XKB数据的键盘处理库 | 0.043 |
libxkbfile | X11 keyboard file manipulation library | X11键盘文件操作库 | 0.199 |
libxklavier | High-level API for X Keyboard Extension | X键盘扩展的高级API | 0.371 |
libxml2 | XML parsing library, version 2 | XML解析库, 版本2 | 9.190 |
libxmu | X11 miscellaneous micro-utility library | X11杂项微型实用程序库 | 0.342 |
libxnvctrl | NVIDIA NV-CONTROL X extension | NVIDIA NV-CONTROL X扩展 | 0.458 |
libxpm | X11 pixmap library | X11像素图库 | 0.157 |
libxpresent | X Present Extension library | X Present扩展库 | 0.022 |
libxrandr | X11 RandR extension library | X11 RandR扩展库 | 0.071 |
libxrender | X Rendering Extension client library | X Rendering Extension客户端库 | 0.078 |
libxres | X11 Resource extension library | X11资源扩展库 | 0.020 |
libxshmfence | a library that exposes a event API on top of Linux futexes | 一个在Linux futex上公开事件API的库 | 0.017 |
libxslt | XML stylesheet transformation library | XML样式表转换库 | 2.160 |
libxss | X11 Screen Saver extension library | X11屏幕保护程序扩展库 | 0.026 |
libxt | X11 toolkit intrinsics library | X11工具包内在函数库 | 2.030 |
libxtst | X11 Testing -- Resource extension library | X11测试-资源扩展库 | 0.112 |
libxv | X11 Video extension library | X11视频扩展库 | 0.060 |
libxvmc | X11 Video Motion Compensation extension library | X11视频运动补偿扩展库 | 0.093 |
libxxf86vm | X11 XFree86 video mode extension library | X11 XFree86视频模式扩展库 | 0.035 |
libyaml | YAML 1.1 library | YAML 1.1库 | 0.184 |
libzmf | a library for import of Zoner drawing and bitmap files | 用于导入Zoner绘图和位图文件的库 | 1.819 |
2.2 list3: Qd(python*)19
pacman -Qq | des… | Installed size (M) |
python | Next generation of the python high-level scripting language | 下一代python高级脚本语言 | 77.540 |
python-appdirs | A small Python module for determining appropriate platform-specific dirs, e.g. a "user data dir". | 一个小型Python模块, 用于确定适当的特定于平台的目录, 例如一个“用户数据目录”. | 0.076 |
python-cairo | Python bindings for the cairo graphics library | cairo图形库的Python绑定 | 0.260 |
python-dbus | Python bindings for DBUS | DBUS的Python绑定 | 0.543 |
python-dbus-common | Common dbus-python files shared between python-dbus and python2-dbus | python-dbus和python2-dbus之间共享的常见dbus-python文件 | 8.500 |
python-gobject | Python Bindings for GLib/GObject/GIO/GTK+ | GLib/GObject/GIO/GTK +的Python绑定 | 1.116 |
python-ordered-set | A MutableSet that remembers its order, so that every entry has an index | 一个可记住其顺序的MutableSet, 以便每个条目都有一个索引 | 0.054 |
python-packaging | Core utilities for Python packages | Python软件包的核心实用程序 | 0.178 |
python-pexpect | For controlling and automating applications | 用于控制和自动化应用程序 | 0.318 |
python-ptyprocess | Run a subprocess in a pseudo terminal | 在伪终端中运行子进程 | 0.063 |
python-pyelftools | Python library for analyzing ELF files and DWARF debugging information | 用于分析ELF文件和DWARF调试信息的Python库 | 1.252 |
python-pyparsing | General parsing module for Python | Python的通用解析模块 | 0.746 |
python-pyxdg | Python library to access freedesktop.org standards | 使用Python库访问freedesktop.org标准 | 0.391 |
python-setuptools | Easily download, build, install, upgrade, and uninstall Python packages | 轻松下载, 构建, 安装, 升级和卸载Python软件包 | 2.990 |
python-six | Python 2 and 3 compatibility utilities | Python 2和3兼容性实用程序 | 0.089 |
python2 | A high-level scripting language | 一种高级脚本语言 | 75.390 |
python2-dbus | Python2 bindings for DBUS | DBUS的Python2绑定 | 0.586 |
python2-gobject | Python2 Bindings for GLib/GObject/GIO/GTK+ | GLib/GObject/GIO/GTK +的Python2绑定 | 1.221 |
python2-gobject2 | Legacy Python 2 bindings for GObject | GObject的旧版Python 2绑定 | 1.881 |
2.3 list4: Qd()240
pacman -Qq | des… | Installed size (M) |
a52dec | A free library for decoding ATSC A/52 streams | 用于解码ATSC A/52流的免费库 | 0.114 |
acl | Access control list utilities, libraries and headers | 访问控制列表实用程序, 库和标头 | 0.323 |
adobe-source-code-pro-fonts | Monospaced font family for user interface and coding environments | 用于用户界面和编码环境的等宽字体系列 | 2.140 |
adwaita-icon-theme | GNOME standard icons | GNOME标准图标 | 22.340 |
alsa-lib | An alternative implementation of Linux sound support | Linux声音支持的替代实现 | 1.608 |
alsa-topology-conf | ALSA topology configuration files | ALSA拓扑配置文件 | 0.341 |
alsa-ucm-conf | ALSA Use Case Manager configuration (and topologies) | ALSA用例管理器配置(和拓扑) | 0.146 |
aom | Alliance for Open Media video codec | 开放媒体视频编解码器联盟 | 11.710 |
archlinux-keyring | Arch Linux PGP keyring | Arch Linux PGP密钥环 | 1.268 |
argon2 | A password-hashing function (reference C implementation) | 密码哈希函数(参考C实现) | 0.114 |
aribb24 | Library for ARIB STD-B24, decoding JIS 8 bit characters and parsing MPEG-TS stream | 用于ARIB STD-B24的库, 可解码JIS 8位字符并解析MPEG-TS流 | 0.120 |
at-spi2-atk | A GTK+ module that bridges ATK to D-Bus at-spi | GTK +模块可将ATK即时连接到D-Bus | 0.221 |
at-spi2-core | Protocol definitions and daemon for D-Bus at-spi | D-Bus at-spi的协议定义和守护程序 | 2.120 |
atk | Interface definitions of accessibility infrastructure | 可访问性基础结构的接口定义 | 3.570 |
atkmm | C++ bindings for ATK | ATK的C ++绑定 | 0.551 |
attr | Extended attribute support library for ACL support | 用于ACL支持的扩展属性支持库 | 0.211 |
audit | Userspace components of the audit framework | 审核框架的用户空间组件 | 0.982 |
avahi | Service Discovery for Linux using mDNS/DNS-SD -- compatible with Bonjour | 使用mDNS/DNS-SD的Linux服务发现-与Bonjour兼容 | 1.882 |
babl | Dynamic, any to any, pixel format conversion library | 动态的任何像素格式转换库 | 1.254 |
blas | Basic Linear Algebra Subprograms | 基本的线性代数子程序 | 0.343 |
bluez-libs | Deprecated libraries for the bluetooth protocol stack | 蓝牙协议栈已弃用的库 | 0.284 |
boost-libs | Free peer-reviewed portable C++ source libraries - runtime libraries | 免费的同行评审便携式C ++源库-运行时库 | 10.520 |
brotli | Brotli compression library | Brotli压缩库 | 2.270 |
bubblewrap | Unprivileged sandboxing tool | 非特权沙箱工具 | 0.058 |
c-ares | C library that performs DNS requests and name resolves asynchronously | 执行DNS请求和名称的C库异步解析 | 0.192 |
ca-certificates | Common CA certificates (default providers) | 通用CA证书(默认提供程序) | 0.000 |
ca-certificates-mozilla | Mozilla's set of trusted CA certificates | Mozilla的一组可信CA证书 | 0.922 |
ca-certificates-utils | Common CA certificates (utilities) | 通用CA证书(实用程序) | 0.006 |
cairo | 2D graphics library with support for multiple output devices | 2D图形库, 支持多个输出设备 | 3.460 |
cairomm | C++ bindings for Cairo | 开罗的C ++绑定 | 0.406 |
cantarell-fonts | Humanist sans serif font | 人文主义无衬线字体 | 0.881 |
clucene | C++ port of the high-performance text search engine Lucene | 高性能文本搜索引擎Lucene的C ++端口 | 3.470 |
colord | System daemon for managing color devices | 系统后台程序, 用于管理彩色设备 | 6.920 |
cracklib | Password Checking Library | 密码检查库 | 0.909 |
curl | An URL retrieval utility and library | URL检索实用程序和库 | 1.677 |
dav1d | AV1 cross-platform decoder focused on speed and correctness | AV1跨平台解码器专注于速度和正确性 | 1.041 |
db | The Berkeley DB embedded database system | Berkeley DB嵌入式数据库系统 | 6.410 |
dbus | Freedesktop.org message bus system | Freedesktop.org消息总线系统 | 0.965 |
dbus-glib | GLib bindings for DBUS | DBUS的GLib绑定 | 0.791 |
dconf | Configuration database system | 配置数据库系统 | 0.439 |
desktop-file-utils | Command line utilities for working with desktop entries | 用于处理桌面条目的命令行实用程序 | 0.204 |
double-conversion | Binary-decimal and decimal-binary routines for IEEE doubles | IEEE double的二进制十进制和十进制二进制例程 | 0.169 |
elfutils | Utilities to handle ELF object files and DWARF debugging information | 实用程序, 用于处理ELF目标文件和DWARF调试信息 | 3.540 |
enchant | A wrapper library for generic spell checking | 一个包装库, 用于常规拼写检查 | 0.204 |
exiv2 | Exif, Iptc and XMP metadata manipulation library and tools | Exif, iptc和XMP元数据操作库和工具 | 8.410 |
expac | pacman database extraction utility | pacman数据库提取实用程序 | 0.035 |
expat | An XML parser library | XML解析器库 | 0.313 |
faad2 | ISO AAC audio decoder | ISO AAC音频解码器 | 0.573 |
ffmpeg | Complete solution to record, convert and stream audio and video | 录制, 转换和流音频和视频的完整解决方案 | 31.600 |
flac | Free Lossless Audio Codec | 免费的无损音频编解码器 | 1.090 |
fontconfig | Library for configuring and customizing font access | 用于配置和定制字体访问的库 | 0.627 |
freeglut | Provides functionality for small OpenGL programs | 为小型OpenGL程序提供功能 | 0.399 |
freetype2 | Font rasterization library | 字体栅格化库 | 1.625 |
fribidi | A Free Implementation of the Unicode Bidirectional Algorithm | Unicode双向算法的免费实现 | 0.218 |
fuse-common | Common files for fuse2/3 packages | 保险丝2/3封装的通用文件 | 0.001 |
fuse2 | A library that makes it possible to implement a filesystem in a userspace program. | 一个库, 可以在用户空间程序中实现文件系统. | 0.458 |
fuse3 | A library that makes it possible to implement a filesystem in a userspace program. | 一个库, 可以在用户空间程序中实现文件系统. | 0.450 |
gc | A garbage collector for C and C++ | C和C ++的垃圾收集器 | 0.750 |
gcr | A library for bits of crypto UI and parsing | 一个用于加密用户界面和解析的库 | 5.750 |
gdbm | GNU database library | GNU数据库库 | 0.490 |
gdk-pixbuf2 | An image loading library | 图像加载库 | 4.030 |
gegl | Graph based image processing framework | 基于图的图像处理框架 | 8.870 |
giflib | Library for reading and writing gif images | 用于读取和写入gif图像的库 | 0.307 |
glew | The OpenGL Extension Wrangler Library | OpenGL扩展Wrangler库 | 2.750 |
glib-networking | Network extensions for GLib | GLib的网络扩展 | 0.474 |
glib2 | Low level core library | 低级核心库 | 14.660 |
glibmm | C++ bindings for GLib | GLib的C ++绑定 | 5.730 |
glslang | OpenGL and OpenGL ES shader front end and validator | OpenGL和OpenGL ES着色器前端和验证器 | 13.440 |
glu | Mesa OpenGL Utility library | Mesa OpenGL实用程序库 | 0.482 |
gmp | A free library for arbitrary precision arithmetic | 一个免费的任意精度算法库 | 1.010 |
gnu-free-fonts | A free family of scalable outline fonts | 免费的可扩展轮廓字体系列 | 6.650 |
gnupg | Complete and free implementation of the OpenPGP standard | 完整和免费实施OpenPGP标准 | 9.900 |
gnutls | A library which provides a secure layer over a reliable transport layer | 在可靠的传输层上提供安全层的库 | 6.530 |
gobject-introspection-runtime | Introspection system for GObject-based libraries (runtime library) | 基于GObject的库(运行时库)的自检系统 | 0.826 |
gpgme | A C wrapper library for GnuPG | GnuPG的C包装器库 | 1.272 |
graphite | reimplementation of the SIL Graphite text processing engine | SIL Graphite文本处理引擎的重新实现 | 0.683 |
gsettings-desktop-schemas | Shared GSettings schemas for the desktop | 桌面的共享GSettings模式 | 4.360 |
gsfonts | (URW)++ Core Font Set [Level 2] | (URW)++核心字体集[级别2] | 3.090 |
gsm | Shared libraries for GSM 06.10 lossy speech compression | GSM 06.10有损语音压缩的共享库 | 0.102 |
gst-plugins-base-libs | GStreamer open-source multimedia framework base libraries | GStreamer开源多媒体框架基础库 | 17.370 |
gstreamer | GStreamer open-source multimedia framework core library | GStreamer开源多媒体框架核心库 | 18.600 |
gtk-update-icon-cache | GTK+ icon cache updater | GTK +图标缓存更新器 | 0.039 |
gtk2 | GObject-based multi-platform GUI toolkit (legacy) | 基于GObject的多平台GUI工具包(旧版) | 36.190 |
gtk3 | GObject-based multi-platform GUI toolkit | 基于GObject的多平台GUI工具包 | 74.510 |
gtkmm3 | C++ bindings for GTK+ 3 | GTK + 3的C ++绑定 | 10.610 |
gtksourceview3 | A text widget adding syntax highlighting and more to GNOME | 文本小部件, 用于向GNOME添加语法突出显示等功能 | 5.880 |
guile | Portable, embeddable Scheme implementation written in C | 用C编写的可移植, 可嵌入Scheme实现 | 44.080 |
harfbuzz | OpenType text shaping engine | OpenType文字整形引擎 | 4.310 |
harfbuzz-icu | OpenType text shaping engine (ICU integration) | OpenType文本整形引擎(ICU集成) | 0.017 |
hicolor-icon-theme | Freedesktop.org Hicolor icon theme | Freedesktop.org Hicolor图标主题 | 0.054 |
hidapi | Simple library for communicating with USB and Bluetooth HID devices | 与USB和Bluetooth HID设备通信的简单库 | 0.088 |
hunspell | Spell checker and morphological analyzer library and program | 拼写检查器和形态分析器库和程序 | 0.784 |
hwids | hardware identification databases | 硬件识别数据库 | 1.781 |
hyphen | library for high quality hyphenation and justification | 高质量连字符和证明的库 | 0.033 |
iana-etc | /etc/protocols and /etc/services provided by IANA | IANA提供的/ etc/protocols和/ etc/services | 3.890 |
icu | International Components for Unicode library | Unicode库的国际组件 | 37.390 |
iptables | Linux kernel packet control tool (using legacy interface) | Linux内核数据包控制工具(使用旧版接口) | 2.410 |
iso-codes | Lists of the country, language, and currency names | 国家, 语言和货币名称的列表 | 18.260 |
jack | A low-latency audio server | 低延迟音频服务器 | 2.840 |
jansson | C library for encoding, decoding and manipulating JSON data | C库, 用于编码, 解码和处理JSON数据 | 0.183 |
jasper | Software-based implementation of the codec specified in the emerging JPEG-2000 Part-1 standard | 新兴的JPEG-2000 Part-1标准中指定的编解码器的基于软件的实现 | 1.240 |
js60 | JavaScript interpreter and libraries - Version 60 | JavaScript解释器和库-版本60 | 55.380 |
json-c | A JSON implementation in C | 用C实现的JSON实现 | 0.169 |
json-glib | JSON library built on GLib | 基于GLib构建的JSON库 | 1.712 |
kbd | Keytable files and keyboard utilities | 键表文件和键盘实用程序 | 2.850 |
keyutils | Linux Key Management Utilities | Linux密钥管理实用程序 | 0.197 |
kmod | Linux kernel module management tools and library | Linux内核模块管理工具和库 | 0.286 |
krb5 | The Kerberos network authentication system | Kerberos网络认证系统 | 4.500 |
kyotocabinet | a modern implementation of DBM in C++ | C ++中DBM的现代实现 | 16.760 |
l-smash | MP4 muxer and other tools | MP4混合器和其他工具 | 1.038 |
lame | A high quality MPEG Audio Layer III (MP3) encoder | 高质量的MPEG Audio Layer III(MP3)编码器 | 0.937 |
lapack | Linear Algebra PACKage | 线性代数包装 | 7.020 |
lcms2 | Small-footprint color management engine, version 2 | 小尺寸色彩管理引擎, 版本2 | 0.654 |
lensfun | Database of photographic lenses and a library that allows advanced access to the database | 摄影镜头数据库和一个允许高级访问数据库的库 | 3.010 |
linux-api-headers | Kernel headers sanitized for use in userspace | 清理了用于用户空间的内核头 | 4.490 |
llvm-libs | LLVM runtime libraries | LLVM运行时库 | 84.070 |
lm_sensors | Collection of user space tools for general SMBus access and hardware monitoring | 收集用于通用SMBus访问和硬件监视的用户空间工具 | 0.478 |
lpsolve | a Mixed Integer Linear Programming (MILP) solver | 混合整数线性规划(MILP)求解器 | 1.485 |
lua | Powerful lightweight programming language designed for extending applications | 强大的轻量级编程语言, 旨在扩展应用程序 | 1.051 |
lua51 | Powerful lightweight programming language designed for extending applications | 强大的轻量级编程语言, 旨在扩展应用程序 | 0.827 |
luajit | Just-in-time compiler and drop-in replacement for Lua 5.1 | Lua 5.1的即时编译器和嵌入式替换 | 1.066 |
lz4 | Extremely fast compression algorithm | 极快的压缩算法 | 0.409 |
lzo | Portable lossless data compression library | 便携式无损数据压缩库 | 0.402 |
mailcap | Helper application and MIME type associations for file types | 文件类型的帮助程序应用程序和MIME类型关联 | 0.105 |
md4c | C Markdown parser | C Markdown解析器 | 0.250 |
metis | A set of serial programs for partitioning graphs, partitioning finite element meshes, and producing fill reducing orderings for sparse matrices | 一组用于对图形进行分区, 对有限元网格进行分区以及为稀疏矩阵生成填充减少顺序的串行程序 | 0.418 |
minizip | Mini zip and unzip based on zlib | 基于zlib的迷你zip和unzip | 0.086 |
mkinitcpio-busybox | Base initramfs tools | 基础initramfs工具 | 0.508 |
mobile-broadband-provider-info | Network Management daemon | 网络管理守护程序 | 0.486 |
mpfr | Multiple-precision floating-point library | 多精度浮点库 | 0.762 |
mtdev | A stand-alone library which transforms all variants of kernel MT events to the slotted type B protocol | 一个独立的库, 它将内核MT事件的所有变体转换为带槽的B型协议 | 0.051 |
mypaint-brushes1 | Brushes used by MyPaint and other software using libmypaint (v1.x) | MyPaint和其他使用libmypaint(v1.x)的软件使用的画笔 | 2.320 |
ncurses | System V Release 4.0 curses emulation library | System V 4.0版curses仿真库 | 3.550 |
ndctl | Utility library for managing the libnvdimm (non-volatile memory device) sub-system in the Linux kernel | 实用程序库, 用于管理Linux内核中的libnvdimm(非易失性存储设备)子系统 | 0.578 |
neon | HTTP and WebDAV client library with a C interface | 具有C接口的HTTP和WebDAV客户端库 | 0.637 |
nettle | A low-level cryptographic library | 低级密码库 | 0.915 |
nm-connection-editor | NetworkManager GUI connection editor and widgets | NetworkManager GUI连接编辑器和小部件 | 4.410 |
npth | New portable threads library | 新的可移植线程库 | 0.039 |
nspr | Netscape Portable Runtime | Netscape便携式运行时 | 0.736 |
nss | Network Security Services | 网络安全服务 | 5.130 |
opencc | Library for Open Chinese Convert | 开放中文转换图书馆 | 1.966 |
opencore-amr | Open source implementation of the Adaptive Multi Rate (AMR) speech codec | 自适应多速率(AMR)语音编解码器的开源实现 | 0.297 |
openexr | An high dynamic-range image file format library | 高动态范围图像文件格式库 | 36.450 |
openjpeg2 | An open source JPEG 2000 codec, version 2.3.1 | 开源JPEG 2000编解码器2.3.1版 | 13.630 |
openresolv | resolv.conf management framework (resolvconf) | resolv.conf管理框架(resolvconf) | 0.056 |
openssl | The Open Source toolkit for Secure Sockets Layer and Transport Layer Security | 用于安全套接字层和传输层安全性的开源工具包 | 7.300 |
opus | Totally open, royalty-free, highly versatile audio codec | 完全开放, 免版税, 功能广泛的音频编解码器 | 1.785 |
orc | Optimized Inner Loop Runtime Compiler | 优化的内循环运行时编译器 | 1.106 |
p11-kit | Loads and enumerates PKCS#11 modules | 加载和枚举PKCS#11模块 | 0.704 |
pacman-mirrorlist | Arch Linux mirror list for use by pacman | pacman使用的Arch Linux镜像列表 | 0.031 |
pam | PAM (Pluggable Authentication Modules) library | PAM(可插入身份验证模块)库 | 2.840 |
pambase | Base PAM configuration for services | 服务的基本PAM配置 | 0.002 |
pango | A library for layout and rendering of text | 用于文本布局和渲染的库 | 4.360 |
pangomm | C++ bindings for Pango | Pango的C ++绑定 | 0.467 |
pcre | A library that implements Perl 5-style regular expressions | 实现Perl 5样式正则表达式的库 | 3.400 |
pcre2 | A library that implements Perl 5-style regular expressions. 2nd version | 一个实现Perl 5样式正则表达式的库. 第二版 | 3.900 |
peg | recursive-descent parser generators for C | C的递归下降解析器生成器 | 0.117 |
perl-error | Perl/CPAN Error module - Error/exception handling in an OO-ish way | Perl/CPAN错误模块-以OO-ish方式处理错误/异常 | 0.043 |
perl-mailtools | Various e-mail related modules | 各种电子邮件相关模块 | 0.108 |
perl-timedate | Date formating subroutines | 日期格式化子例程 | 0.085 |
perl-uri | Uniform Resource Identifiers (absolute and relative) | 统一资源标识符(绝对和相对) | 0.163 |
pinentry | Collection of simple PIN or passphrase entry dialogs which utilize the Assuan protocol | 使用Assuan协议的简单PIN或密码输入对话框的集合 | 0.510 |
pixman | The pixel-manipulation library for X and cairo | X和cairo的像素处理库 | 0.716 |
polkit | Application development toolkit for controlling system-wide privileges | 应用程序开发工具包, 用于控制系统范围的特权 | 1.875 |
polkit-gnome | Legacy polkit authentication agent for GNOME | 用于GNOME的旧版polkit身份验证代理 | 0.337 |
poppler | PDF rendering library based on xpdf 3.0 | 基于xpdf 3.0的PDF渲染库 | 5.610 |
poppler-data | Encoding data for the poppler PDF rendering library | Poppler PDF渲染库的编码数据 | 11.480 |
poppler-glib | Poppler glib bindings | Poppler glib绑定 | 2.470 |
popt | A commandline option parser | 命令行选项解析器 | 0.215 |
pyalpm | Libalpm bindings for Python 3 | 适用于Python 3的Libalpm绑定 | 0.176 |
pygobject-devel | Common development files for pygobject | pygobject的常见开发文件 | 0.025 |
qrencode | C library for encoding data in a QR Code symbol. | C库, 用于将数据编码为QR Code符号. | 0.102 |
raptor | A C library that parses RDF/XML/N-Triples into RDF triples | 一个将RDF/XML/N-Triples解析为RDF三元组的C库 | 1.969 |
rasqal | A free C library that handles Resource Description Framework (RDF) query syntaxes, query construction and query execution returning result bindings | 一个免费的C库, 用于处理资源描述框架(RDF)查询语法, 查询构造和查询执行, 并返回结果绑定 | 1.694 |
rav1e | An AV1 encoder focused on speed and safety | 专注于速度和安全性的AV1编码器 | 4.880 |
re2 | Fast, safe, thread-friendly regular expression engine | 快速, 安全, 线程友好的正则表达式引擎 | 0.467 |
readline | GNU readline library | GNU readline库 | 0.708 |
redland | Library that provides a high-level interface to RDF data | 提供高级接口到RDF数据的库 | 1.720 |
rest | Helper library for RESTful services | RESTful服务的帮助程序库 | 0.855 |
rtkit | Realtime Policy and Watchdog Daemon | 实时策略和看门狗守护程序 | 0.085 |
sdl | A library for portable low-level access to a video framebuffer, audio output, mouse, and keyboard | 一个用于对视频帧缓冲区, 音频输出, 鼠标和键盘进行便携式低级访问的库 | 1.040 |
sdl2 | A library for portable low-level access to a video framebuffer, audio output, mouse, and keyboard (Version 2) | 用于对视频帧缓冲区, 音频输出, 鼠标和键盘进行便携式低级访问的库(版本2) | 3.120 |
shaderc | Collection of tools, libraries and tests for shader compilation | 收集用于着色器编译的工具, 库和测试 | 0.655 |
shared-mime-info | Freedesktop.org Shared MIME Info | Freedesktop.org共享的MIME信息 | 4.320 |
slang | S-Lang is a powerful interpreted language | S-Lang是一种强大的解释语言 | 3.170 |
snappy | A fast compressor/decompressor library | 快速压缩器/解压缩器库 | 0.073 |
sound-theme-freedesktop | Freedesktop sound theme | Freedesktop声音主题 | 0.461 |
speex | A free codec for free speech | 免费的语音编解码器 | 0.636 |
speexdsp | DSP library derived from Speex | 源自Speex的DSP库 | 0.549 |
sqlite | A C library that implements an SQL database engine | 实现SQL数据库引擎的C库 | 9.180 |
srt | Secure Reliable Transport library | 安全可靠的传输库 | 6.620 |
startup-notification | Monitor and display application startup | 监视和显示应用程序启动 | 0.061 |
suitesparse | A collection of sparse matrix libraries | 稀疏矩阵库的集合 | 3.400 |
systemd-libs | systemd client libraries | 系统客户端库 | 1.692 |
taglib | A Library for reading and editing the meta-data of several popular audio formats | 一个用于读取和编辑几种流行音频格式的元数据的库 | 1.658 |
tbb | High level abstract threading library | 高级抽象线程库 | 2.180 |
tdb | Trivial Database similar to GDBM but allows simultaneous commits | 普通数据库类似于GDBM, 但允许同时提交 | 0.235 |
thin-provisioning-tools | Suite of tools for manipulating the metadata of the dm-thin device-mapper target | 一套用于处理dm-thin设备映射器目标的元数据的工具套件 | 1.399 |
tre | POSIX compliant regexp matching library. Includes agrep for approximate grepping. | 符合POSIX的regexp匹配库. 包括用于近似grepping的agrep. | 0.166 |
tslib | Touchscreen Access Library | 触摸屏访问库 | 0.483 |
ttf-liberation | Red Hats Liberation fonts | Red Hats Liberation字体 | 4.130 |
tzdata | Sources for time zone and daylight saving time data | 时区和夏时制数据的来源 | 2.350 |
udisks2 | Disk Management Service, version 2 | 磁盘管理服务, 版本2 | 13.710 |
upower | Abstraction for enumerating power devices, listening to device events and querying history and statistics | 枚举功率设备, 侦听设备事件以及查询历史和统计信息的抽象 | 0.981 |
usbmuxd | USB Multiplex Daemon | USB Multiplex守护程序 | 0.081 |
v2ray-domain-list-community | A list of domains to be used as geosites for routing purpose in Project V | 在Project V中用作路由目的的地理站点的域列表 | 0.506 |
v2ray-geoip | GeoIP List for V2Ray | V2Ray的GeoIP列表 | 5.040 |
v4l-utils | Userspace tools and conversion library for Video 4 Linux | Video 4 Linux的用户空间工具和转换库 | 4.440 |
vid.stab | Video stabilization library | 视频稳定库 | 0.138 |
vmaf | Perceptual video quality assessment algorithm based on multi-method fusion | 基于多方法融合的感知视频质量评估算法 | 4.530 |
volume_key | A library for manipulating storage volume encryption keys and storing them separately from volumes to handle forgotten passphrases | 一个用于处理存储卷加密密钥并将其与卷分开存储以处理被忘记的密码短语的库 | 0.810 |
vte-common | Files shared by VTE libraries | VTE库共享的文件 | 0.016 |
vte3 | Virtual Terminal Emulator widget | 虚拟终端仿真器小部件 | 1.664 |
vulkan-icd-loader | Vulkan Installable Client Driver (ICD) Loader | Vulkan可安装客户端驱动程序(ICD)加载程序 | 0.385 |
wayland | A computer display server protocol | 计算机显示服务器协议 | 0.752 |
wayland-protocols | Specifications of extended Wayland protocols | 扩展的Wayland协议规范 | 0.409 |
webkit2gtk | GTK+ Web content engine library | GTK + Web内容引擎库 | 93.490 |
webrtc-audio-processing | AudioProcessing library based on Google's implementation of WebRTC | 基于Google WebRTC实现的AudioProcessing库 | 0.818 |
woff2 | Web Open Font Format 2 reference implementation | Web开放字体格式2参考实现 | 0.198 |
wpebackend-fdo | Freedesktop.org backend for WPE WebKit | WPE WebKit的Freedesktop.org后端 | 0.081 |
x264 | Open Source H264/AVC video encoder | 开源H264/AVC视频编码器 | 3.690 |
x265 | Open Source H265/HEVC video encoder | 开源H265/HEVC视频编码器 | 18.900 |
xcb-proto | XML-XCB protocol descriptions | XML-XCB协议描述 | 0.845 |
xcb-util | Utility libraries for XC Binding | XC绑定实用程序库 | 0.038 |
xcb-util-image | Utility libraries for XC Binding - Port of Xlib's XImage and XShmImage functions | XC绑定实用程序库-Xlib XImage和XShmImage函数的端口 | 0.053 |
xcb-util-keysyms | Utility libraries for XC Binding - Standard X key constants and conversion to/from keycodes | XC绑定实用程序库-标准X键常量以及与/从键代码的转换 | 0.029 |
xcb-util-renderutil | Utility libraries for XC Binding - Convenience functions for the Render extension | XC绑定实用程序库-渲染扩展的便捷功能 | 0.036 |
xcb-util-wm | Utility libraries for XC Binding - client and window-manager helpers for ICCCM | XC绑定实用程序库-ICCCM的客户端和窗口管理器帮助器 | 0.224 |
xdg-dbus-proxy | D-Bus proxy | D-Bus代理 | 0.050 |
xdg-utils | Command line tools that assist applications with a variety of desktop integration tasks | 命令行工具可协助应用程序完成各种桌面集成任务 | 0.283 |
xkeyboard-config | X keyboard configuration files | X键盘配置文件 | 5.330 |
xmlsec | XML Security Library is a C library based on LibXML2 | XML安全性库是基于LibXML2的C库 | 4.870 |
xorgproto | combined X.Org X11 Protocol headers | 组合的X.Org X11协议标头 | 1.435 |
xvidcore | XviD is an open source MPEG-4 video codec | XviD是一种开源MPEG-4视频编解码器 | 0.692 |
zenity | Display graphical dialog boxes from shell scripts | 从Shell脚本显示图形对话框 | 6.610 |
zeromq | Fast messaging system built on sockets. C and C++ bindings. aka 0MQ, ZMQ. | 基于套接字的快速消息传递系统. C和C ++绑定. 又名0MQ, ZMQ. | 2.960 |
zita-alsa-pcmi | The successor of clalsadrv, provides easy access to ALSA PCM devices. | clalsadrv的后继产品可轻松访问ALSA PCM设备. | 0.081 |
zita-resampler | A C++ library for resampling audio signals | 一个用于对音频信号进行重采样的C ++库 | 0.197 |
zlib | Compression library implementing the deflate compression method found in gzip and PKZIP | 压缩库实现了gzip和PKZIP中的deflate压缩方法 | 0.334 |
zstd | Zstandard - Fast real-time compression algorithm | Zstandard-快速实时压缩算法 | 3.300 |
没有评论:
发表评论