Replies: 2 comments 1 reply
|
Ghosts and configs are (partially) visible when doing |
0 replies
|
But you're right, there's no real handy way to show them all. You'll need a custom queryformat, something like this: |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
rpm -qlv setupis really short way to list package contents. But if I have some extended attributes on files, like type of %config or %config(noreplace), I do not know about any good way to list them. That is, unless I modify a config file, it is not visible inrpm -V setup. I use setup package just for an example, I have added alternatives recently to bind. But I have not found a simple way to show, which files in the package are marked ghost. Or %doc, or %license.Is there some simple way I have not found? Some extra argument, adding some extra column in
rpm -qlvorrpm -qsv?All reactions