yum clean all doesn't seem to work

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



I have about 5 Gbytes of old RPMs in directories under /var/cache/yum,
which I would like to clean out.  None of these commands seems to do the
job:
        # yum clean cache
        # yum clean cache --enablerepo='*'
        # yum clean all
        # yum clean all --enablerepo='*'

I'm reluctant to do
        # cd /var/cache/yum
        # find -name '*.rpm' | xargs rm
if there's some way to remove the RPMs with yum.

Any ideas?

Thanks - jon


[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux