pkg info
显示已安装软件包的完整信息。如何为尚未安装的软件包获得相同的输出?在 Ubuntu 上,apt show
正是这样做的。
ETA:我正在寻找的一个例子,取自 Ubuntu。
$ apt show sudoku
Package: sudoku
Version: 1.0.5-2build2
Priority: optional
Section: universe/games
Origin: Ubuntu
Maintainer: Ubuntu Developers <[email protected]>
Original-Maintainer: Peter Spiess-Knafl <[email protected]>
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 124 kB
Depends: libc6 (>= 2.4), libncurses5 (>= 6), libtinfo5 (>= 6)
Homepage: https://github.com/cinemast/sudoku
Download-Size: 41.9 kB
APT-Sources: http://ru.archive.ubuntu.com/ubuntu bionic/universe amd64 Packages
Description: console based sudoku
This sudoku puzzle generator/solver features:
* character based (curses) interface;
* cross-platform (Minix, Unix, Windows) with full source code (ANSI C);
* generates hints upon request;
* classification of board difficulty (very easy, easy, medium, hard or
fiendish);
* generation of new boards;
* easy entry of boards published in newspapers, Internet, ...;
* multiple output formats (text, csv, HTML, PostScript).
用于
pkg rquery [query statements] [package name]
复制apt show
。这篇论坛帖子概述了它与apt-cache show
.rquery
手册页涵盖了查询命令的基础知识。一个例子是这样的:这显示了包的名称 (%n)、包的来源 (%o)、包的前缀 (%p) 和包的描述 (%e)。所有这些都拆分到自己的换行符 (\n)。有许多选项和格式。请查看手册页以获取更具体的查询。要获得相同的输出,
apt show
您几乎需要使用每个选项,但如果您只需要知道一两件事,您可以查询这些内容。对于一个简短的等效尝试:
-g
整个搜索字段的全局模式名称的-f
完整信息-Sn
搜索