Ubuntu上更新出错的解决方法

分享一下我老师大神的人工智能教程!零基础,通俗易懂!http://blog.csdn.net/jiangjunshow

也欢迎大家转载本篇文章。分享知识,造福人民,实现我们中华民族伟大复兴!

               
http://ubuntuforums.org/showthread.php?p=10606904
http://www.ithowto.ro/2008/10/howto-increase-apt-gets-cache-limit/

Question:
Can't install updates   

Every time i try to run update manager i get an error saying
 'E:Encountered a section with no Package: header, E:Problem with MergeList /var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_maverick-security_main_binary-i386_Packages, E:The package lists or status file could not be parsed or opened.'
i've also been getting an error while trying to open Synaptic Package Manager saying
E: Encountered a section with no Package: header
E: Problem with MergeList /var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_maverick-security_main_binary-i386_Packages
E: The package lists or status file could not be parsed or opened.
E: _cache->open() failed, please report.
Any help would be greatly appreciated

Solution:
         Re: Can't install updates   

Welcome to the forums frikinsweet 

The error suggests that there is some problem with the list files which store the repository information.

Quote:
       E: Problem with MergeList /var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_maverick-security_main_binary-i386_Packages
E: The package lists or status file could not be parsed or opened.     
So, backup your existing list directory and re-create one.

Code:
sudo mv /var/lib/apt/lists /var/lib/apt/lists.bad
Code:
sudo apt-get update
Hope there shouldn't be any errors afterwards.

Quote:
     Originally Posted by TexasRussian      View Post    
You can use the update and upgrade commands, this will update ubuntu but not as sufficiently as the update manager would.
Whereas I think apt-get is far more superior and lot less buggy than Update Manager at the moment. Things will improve I hope
           

给我老师的人工智能教程打call!http://blog.csdn.net/jiangjunshow

这里写图片描述

猜你喜欢

转载自blog.csdn.net/gfdhjf/article/details/84195226
今日推荐