linux aptitude search 结果的字符表示什么意思

发布于 2022-09-01 12:29:18 字数 97 浏览 15 评论 0

用aptitude search搜索后,列表每行前面的字符表示什么意思?
我只知道i是已安装的,p是未安装的
另外问问这类问题怎么搜wiki?man好像没说这个

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

飘落散花 2022-09-08 12:29:18

自答吧,man 里面原来有写——
Each search result is listed on a separate line. The first character of each line indicates the current state
of the package:
the most common states are p, meaning that no trace of the package exists on the system,
c,meaning that the package was deleted but its configuration files remain on the system,
i, meaning that the package is installed,
v, meaning that the package is virtual.

The second character indicates the stored action (if any; otherwise a blank space is displayed) to be performed on the package,
with the most common actions being i, meaning that the package will be installed,
d, meaning that the package will be deleted,
and p, meaning that the package and its configuration files will be removed.
If the third character is A, the package was automatically installed.

For a complete list of the possible state and action flags, see the section “Accessing Package Information” in
the aptitude reference guide.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文