Quote:
|
Originally Posted by backasswards
search for libraries that no prog. or app. uses?
|
Well, any library will have come from *some* package. (I doubt there are too
many nuggets of free dirt in there). You could use rpm to:
1. Find the package a file came from: rpm -qf <filepath>
..then you know what package caused it to be installed. Maybe you'll decide you
don't want that package, then you could remove it, though it probably
would be wise to see if anything else depends upon *it*.