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.
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.
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.