On 11/04/2010 06:44 AM, Tom Horsley wrote:
> On Thu, 04 Nov 2010 14:51:59 +0200
> Markku Kolkka wrote:
>
>> Use "package-cleanup --leaves --all" to show the full list, not just
>> libraries.
> I tried it, and it is definitely faster than my find-roots script,
> but it shows 623 packages, some of which are obviously providing
> dependencies for other things. My script comes up with 244 packages.
>
> I have no clue what is actually being listed by --leaves --all :-).
Well, you will have to write another script to go through
each installed rpm (except those listed as leaves), and
for each rpm invoke
rpm -qR rpmName | egrep -i 'leaf1|leaf2....'
If you see any of the leaves in the output, then
package-cleanup --leaves --all  lied :) :)

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines

Reply via email to