- Insufficient Space In Download Directory /var/cache/yum/updates/packages
- Windows 10 Update Insufficient Space
- Insufficient Space In Download Directory /var/cache/yum/updates/packages
- The cachedir specifies the directory where yum stores downloaded packages, although with keepcache set to 0, yum does not store these packages after installing them. Consider a case where the /var filesystem where yum cache is located is full and there is no diskspace for yum to download the system updates.
- Each service requires a certain amount of temporary space to store files / mail and logs.so this can quickly fill up. For example your /var/spool directory is 510MB which is mail awaiting processing. You mentioned that you applied updates.have you tried restarting the following services? Service postfix restart service amavisd restart.
I try to install vim-enhanced using #yum install vim-enhanced
I got an error like this insufficient space in download directory /var/cache/yum/updates/packages
I found some answers to the this question but I did not understood because I'm very new to linux environment, I'm currently use Fedora 18, please can anyone help me to figure out this
I was trying to yum install libpcap when I got Error Downloading Packages: 14:libpcap-0.9.4-15.el5.i386: Insufficient space in download directory /var/cache/yum/base.
Insufficient Space In Download Directory /var/cache/yum/updates/packages
closed as off-topic by Nathan C, faker, Chopper3, Magellan, Matthew IfeJul 1 '14 at 18:08
This question appears to be off-topic. The users who voted to close gave this specific reason:
- 'Questions must demonstrate a minimal understanding of the problem being solved. Try including attempted solutions, why they didn't work, and the expected results. See How can I ask better questions on Server Fault? for further guidance.' – Nathan C, faker, Chopper3, Magellan, Matthew Ife
2 Answers
It seems like your rootfs
(/
) is at 100%! Try cleaning it up first, maybe try yum clean all
.
Windows 10 Update Insufficient Space
You're out of space. Free up some or get a bigger disk.