finding a file in a bunch of rpm

Reading Time: < 1 minuteSometimes 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.

Reading Time: < 1 minute

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.

By Marc Olivier Meunier

Marc has spent the past few years putting oil on the fire of growth companies. He leads by example and puts a lot of emphasis on inclusion, constantly working to create a safe environment. A warm leader with a passion for memorable experiences and innovation.
Marc is available for contracting as a fractional Head of Customer Experience.
Find Marc on Linkedin

Leave a Reply

Your email address will not be published. Required fields are marked *