2020-08-02

arch-expac

1. DESCRIPTION 描述
2. OPTIONS 选项
3. Formatting 格式字段列表
4. EXAMPLES 举例

1. DESCRIPTION 描述

expac是用于alpm数据库的数据提取工具。
它具有类似于printf的灵活性,旨在用作不与该库链接的其他基于pacman的实用程序的简单工具。它使用pacman.conf作为配置文件来查找和加载本地数据库和同步数据库。调用expac包括提供一个格式字符串,通常由一对多的格式标记(请参阅FORMATTING部分),任何相关选项以及从零到多个目标来描述。格式字符串必须是第一个非选项参数。目标可以是简单的程序包名称,查询字符串(对于搜索而言),或者在提供-sync选项时使用repo/package语法。
简单的说, 该命令可以获取pacman -Si或-Qi的所有字段的信息, 按照想要的格式输出. 当然会比-Si更好用, 更灵活.

2. OPTIONS 选项

-Q, --querySearch the local database for provided targets. This is the default behavior.在本地数据库中搜索提供的目标。这是默认行为。
-S, --syncSearch the sync databases for provided targets.在同步数据库中搜索提供的目标。
-s, --searchSearch for packages matching the strings specified by targets. This is a boolean AND query and regex is allowed.搜索与目标指定的字符串匹配的软件包。这是布尔AND查询,并且允许使用正则表达式。
-g, --groupReturn packages matching the specified targets as package groups.将与指定目标匹配的软件包作为软件包组返回。
--config <file>Read from file for alpm initialization instead of /etc/pacman.conf.从文件读取进行alpm初始化,而不是/etc/pacman.conf。
-H, --humansize <size>Format package sizes in SI units according to size. Valid options are: B, K, M, G, T, P, E, Z, Y根据尺寸以SI单位格式化包装尺寸。有效选项包括: B,K,M,G,T,P,E,Z,Y
-1, --readoneStop searching after the first result. This only has an effect on -S operations without -s.在第一个结果之后停止搜索。这仅对不带-s的-S操作有影响。
-d, --delim <string>Separate each package with the specified string. The default value is a newline character.用指定的字符串分隔每个程序包。默认值为换行符。
-l, --listdelim <string>Separate each list item with the specified string. Lists are any interpreted sequence specified with a capital letter. The用指定的字符串分隔每个列表项。列表是用大写字母指定的任何解释序列。的
-p, --fileInterpret targets as paths to local files.将目标解释为本地文件的路径。
-t, --timefmt <format>Output time described by the specified format. This string is passed directly to strftime(3). The default format is %c.输出时间以指定格式描述。该字符串直接传递到strftime(3)。默认格式为%c。
-v, --verboseOutput more. `Package not found' errors will be shown, and empty field values will display as 'None'.输出更多。将显示“未找到软件包”错误,空白字段值将显示为“无”。
-V, --versionDisplay version information and quit.显示版本信息并退出。
-h, --helpDisplay the help message and quit.显示帮助消息并退出。
  -t, --timefmt <format>
$ man strftime
  %F - Equivalent to %Y-%m-%d (the ISO 8601 date format). (C99)
  '%Y-%m-%d %H:%M'
https://linux.die.net/man/3/strftime
https://apidock.com/ruby/DateTime/strftime
Combination:
  %c - date and time (%a %b %e %T %Y)
  %D - Date (%m/%d/%y)
  %F - The ISO 8601 date format (%Y-%m-%d)
  %v - VMS date (%e-%b-%Y)
  %x - Same as %D
  %X - Same as %T
  %r - 12-hour time (%I:%M:%S %p)
  %R - 24-hour time (%H:%M)
  %T - 24-hour time (%H:%M:%S)
  %+ - date(1) (%a %b %e %H:%M:%S %Z %Y)

3. Formatting 格式字段列表

-Si -Qi Item...内容举例: geditexpac Item…field( )format参数允许以下解释的序列:
Repositoryextrarepo%r(-S)Q仓库名
Namegeditpackage name%n
包裹名字
Version3.36.2-1version%v
DescriptionGNOME Text Editordescription%d
描述
Architecturex86_64architecture%a
建筑
URLhttps://wiki.gnome.org/Apps/Geditproject URL%u
项目网址
LicensesGPLlicenses%L
执照
Groupsgnomegroups%G
ProvidesNone *.soprovides%P
提供
%Sno ver
Depends OnGtksourceview4 …depends on%D
依赖于
%Eno ver
Optional Depsgedit-plugins: Additional featuresoptional deps%O
可选的依赖项
%ono des
Required ByNonerequired by%N(-Q)需求
Optional ForNone



Conflicts WithGedit-code-assistance…conflicts with%H
与...发生冲突
%Cno ver
ReplacesNonereplaces%T
取代
%Rno ver
Download Size2.21 MiBdownload size%k(-S)下载大小(仅适用于-S)
Installed Size14.31 MiBinstall size%m
安装尺寸
PackagerJan Alexander Steffens (heftig)…packager name%p
包装名称
Build Date2020-04-26T03:11:37 CSTbuild date%b
建立日期
Install Date2020-07-31T08:11:54 CSTinstall date%l(-Q)安装日期(仅适用于-Q)
Install ReasonExplicitly installedinstall reason%w(-Q)安装原因(仅适用于-Q)
Install ScriptNohas install scriptlet%i(-Q)已安装脚本(仅与-Q一起使用)
Validated ByMD5 Sum SHA-256 Sum Signature
Signature
package validation method%V
包验证方法

geditpackage base%e
包装基础


backup files%B
备份文件


modified backup files%M(-Q)修改后的备份文件(仅与-Q一起使用)

*.pkg.tar.zstfilename%f(-S)文件名(仅用于-S)

-Qlfiles%F(-Q)文件(仅与-Q一起使用)

base64 encoded PGP signature%g(-S)base64编码的PGP签名(仅适用于-S)

sha256sum%h
sha256sum

md5sum%s
md5sum

0result number%!
结果编号(自动递增的计数器,从0开始)

%literal %%%
文字%

4. EXAMPLES 举例

$ expac -Q '%n%v%d%a%u%L%G%S%E%o%N%C%R%m%p%b%l%w%i%V' -l '\t' -H M -t "%F" > temp.txt
$ expac -Q '%n\t%v\t%d\t%a\t%u\t%L\t%G\t%S\t%E\t%o\t%N\t%C\t%R\t%m\t%p\t%b\t%l\t%w\t%i\t%V' -H M -t "%F" > temp.txt
$ expac -Q '%n\t%v\t%d\t%a\t%u\t%L\t%G\t%S\t%E\t%o\t%N\t%C\t%R\t%m\t%p\t%b\t%l\t%w\t%i\t%V' -H M -t '%Y-%m-%d %H:%M' > temp.txt
一次列出所有软件包的主要20个字段信息写入temp.txt文件, 打开全选, 复制到xls表格文件.
注: 最有一列[可选], 提供更详细的内容.
fieldItem中文描述可选
%nName包名
%vVersion
%dDescription描述
%aArchitecture建筑
%uURL项目网址
%LLicenses执照
%GGroups
%SProvides提供(无版本)%P
%EDepends On依赖于(无版本)%D
%oOptional Deps可选的依赖项(无描述)%O
%NRequired By需求
%CConflicts With与...发生冲突(无版本)%H
%RReplaces替换(无版本字符串)%T
%mInstalled Size安装尺寸
%pPackager包装名称
%bBuild Date建立日期
%lInstall Date安装日期(仅适用于-Q)
%wInstall Reason安装原因(仅适用于-Q)
%iInstall Script已安装脚本(仅适用于-Q)
%VValidated By包验证方法

没有评论:

发表评论

Diode

导航 (返回顶部) 1. Diode 1.1 Diode 概述 1.2 肖克利二极管方程 1.3 缩写 Abbreviations 2. 主要功能 2.1 单向电流 (Unidirectional current flow) 2.2 阈值电压 (Threshold...