RPM:如何获取需求(发布)列表

发布于 2024-12-06 15:00:14 字数 135 浏览 1 评论 0原文

已生成带有spec文件的rpm包,其中使用Requires(post)指定安装后部分所需的工具。

那么如何从rpm包中获取Requires(post)工具列表呢? rpm -qp --whatrequires .rpm - 未列出任何工具

Have generated rpm package with the spec file, where used Requires(post) to specify the required tools for the post installation section.

So how to get the list of Requires(post) tools list from a rpm package ?
rpm -qp --whatrequires .rpm - does not list any tools

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

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

发布评论

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

评论(1

甜宝宝 2024-12-13 15:00:14

您正在混合 --requires--whatrequires。第一个将列出指定的包所需的包,而第二个将告诉您哪些包需要给定的包(或其他提供的元数据/文件)。

您应该使用--requires

You are mixing --requires and --whatrequires. The first one will list packages required by package specified, whereas the second one will tell you which packages require given package (or other provided metadata/files).

You should use --requires

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