Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在打包我自己的 rpm,但我的一个 rpm 并没有达到我的预期,所以我想调试 zypper 正在做什么:pre和post部分的哪些行被执行以及它们的结果是什么......有什么zypper 的非常详细的选项?我试过了:
pre
post
zypper -vv in mypackage
但这并没有提供任何额外的信息......
这可能会给您提供比您需要的更多的方式,但可以追踪它。
strace -o /tmp/zypper.log zypper in mypackage