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 の 1 つが期待どおりの動作をしていないため、zypper の動作をデバッグしたいと思います: preandのどの行postが実行され、その結果はどうなりますか?の非常に詳細なオプションの zypper? 私は試した:
pre
post
zypper -vv in mypackage
しかし、それは追加情報を提供しません...
これにより、必要以上の方法が得られる可能性がありますが、それを追跡する可能性があります。
strace -o /tmp/zypper.log zypper in mypackage