当在我的pacman机器上使用Arch Linux (实际上是Parabola GNU/Linux-Libre)时,我希望获得关于正在查询的包的附加描述性(免费文本)信息。
虽然pacman -Qi 和pacman -Si 都为我提供了一个名为Description的字段,但它只包含包的一行摘要。
示例:
$ pacman -Qi gimp
...
Description: GNU Image Manipulation Programm
...当将其与我的apt (或aptitude)计算机上的Debian Stable (实际上是PureOS 9.0 Amber)进行比较时,我可以使用apt show 或aptitude show 来获取这个一行摘要,而且还可以使用一个或几个带有自由文本信息的额外段落。
示例:
$ apt show gimp
...
Description: GNU Image Manipulation Program
GIMP is an advanced picture editor. You can use it to edit, enhance, and
retouch photos and scans, create drawings, and make your own images.
It has a large collection of professional-level editing tools and
filters, similar to the ones you might find in Photoshop. Numerous
fine-control settings and features like layers, paths, masks, and
scripting give you total control over your images.
.
Many image file formats are supported, including JPEG, Photoshop (.psd),
and Paint Shop Pro (.psp) files. It can also be used to scan and print
photos.
.
To open files remotely (like over HTTP), install the gvfs-backends
package.
.
To use a MIDI device (like a musical keyboard) as an input controller in GIMP,
install libasound2 and read the how-to at /usr/share/doc/gimp/README.MIDI罗塞塔pacman表示pacman -Si或pacman -Qi是apt show或zypper info的单价词,但我忽略了附加的自由文本描述(如果我还不知道程序的话,这显然非常有用)。
是否有pacman-option来启用该功能?还是Arch Linux-或Parabola-repositories中缺少了这些信息?
https://unix.stackexchange.com/questions/655318
复制相似问题