我得到了下面的错误,而我正在通过yum命令安装一个包。 检查下面的输出。
$yum update Loaded plugins: fastestmirror, refresh-packagekit, security Setting up Update Process Loading mirror speeds from cached hostfile **Error: database disk image is malformed**
我已经尝试了下面的命令来解决这个问题,但没有帮助
Step1: yum clean all Step2 : remove yum directory from /var/libs Step3: yum clean metadata #yum clean dbcache #yum makecache
执行这些步骤后,我已经尝试了下面的命令,但得到“文件大错误”
$ yum update Loaded plugins: fastestmirror, refresh-packagekit, security Setting up Update Process **Error: Error writing to file /var/cache/yum/x86_64/$releasever/base/207aa540b4f1e8c6948b78b79f6b7ccad1aead55d253d6195b7688a6e2c8552a-primary.sqlite: [Errno 27] File too large**
如何解决这个问题 – [Errno 27]文件太大?