发新话题
打印

apt-get有bug吗

apt-get有bug吗

E: Dynamic MMap ran out of room
E: Error occured while processing kpf (NewVersion1)
E: Problem with MergeList /var/lib/apt/lists/ftp.us.kde.org_pub_kde_stable_3.0.5_Debian_sid_._Packages
E: The package lists or status file could not be parsed or opened.

这是什么?      
象一阵风 拂过我身边 忽然间 想要去很远 和你去看繁华世界

TOP

解决了
在/etc/apt/apt.config加上
APT::Cache-Limit 12582912;
注意后面那个";"没有的话就错了,没有这个文件自己可以建立.这句意思是将apt的cache增加为12m,原来是6m,所以出现空间不够的错误.      
象一阵风 拂过我身边 忽然间 想要去很远 和你去看繁华世界

TOP

发新话题