finding a file in a bunch of rpm
Submitted by momeunier on Mon, 08/30/2010 - 22:51
Sometimes it can be hard to resolve a dependency with rpms.
rpm -qpl *
will show the list of all the files installed with a list of rpm in the running directory.
rpm -qpl * | grep libcc
will show me the files that resolve a specific dependency.
- momeunier's blog
- Add new comment
- 265 reads
