I updated from Fedora 11 to Fedora 13, and then to Fedora 14. My disk space has been decreasing and I've noticed that /var/cache/yum/i386/13/updates occupies 800M

I've run the following:

yum clean all  
yum clean packages --enablerepo="*"  

but disk usage is always the same.

Surely there is something I'm doing wrong. Anyone out there have a hint?

link|improve this question
feedback

migrated from stackoverflow.com Jan 3 '11 at 1:46

This question came from our site for professional and enthusiast programmers.

1 Answer

The F13 repo information is no longer available to yum.

\rm -r /var/cache/yum/i386/13
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.