Monday, February 18, 2013

How to Solve Error Message: Problem Occurred When Checking for updates

I got an error from Ubuntu 12.04: A problem occurred when checking for updates
This is the error I got when I type sudo apt-get update

 

To identify what's on line 62 type cat -n /etc/apt/sources.list in my case what is written in line 62 is


Line 62 should be deleted for it is causing the problem. To delete line 62, type in the terminal gksu gedit /etc/apt/sources.list and delete deb http://clonezilla.org/downloads/stable/iso-zip-files.php then save the file. I finally able to start my update manager.

Reference: forum.pinguyos.com