![]() |
Updates fail - Printable Version +- Linux Lite Forums (https://www.linuxliteos.com/forums) +-- Forum: Software - Support (https://www.linuxliteos.com/forums/forumdisplay.php?fid=5) +--- Forum: Other (https://www.linuxliteos.com/forums/forumdisplay.php?fid=20) +--- Thread: Updates fail (/showthread.php?tid=2027) |
Updates fail - Dana Marsee - 07-25-2015 When I try to update I get an error message...."Couldn't fetch the package cache information lists". So I tried to install updates manually with terminal and got another error message... Reading package lists... Error! E: Encountered a section with no Package: header E: Problem with MergeList /var/lib/apt/lists/repo.steampowered.com_steam_dists_precise_steam_i18n_Translation-en E: The package lists or status file could not be parsed or opened. Is anybody else having this problem? Can you tell me what I need to do to get updated? Thanks.. Re: Updates fail - shaggytwodope - 07-25-2015 It's very important you copy these commands carefully, with the wrong folder paths you can do some harm to your system. This will purge the old cache so to speak. Code: sudo rm /var/lib/apt/lists/* -vf This will then update the caches again for the repos. Then procede to run updates as you normally would. Code: sudo apt-get update I copied this from another post, what happens here is that the file might've gotten messed up while being downloaded. It's funky to say the least, but does happen on almost all debian/apt based distros. Re: Updates fail - Dana Marsee - 07-25-2015 Thank you very much. That took care of it..updates went through smooth as silk, just like before. I appreciate your help very much ShaggyTwoDope. Re: Updates fail - glin22 - 08-25-2015 This problem happened to me too ! Thanks much for your help, Shaggy ! Glin22 Re: Updates fail - Monkeyman - 08-26-2015 Same thing happened to me. I just rebooted a couple times and things got back to normal. Re: Updates fail - Bert - 08-26-2015 (08-26-2015, 02:30 PM)Monkeyman link Wrote: Same thing happened to me. I just rebooted a couple times and things got back to normal. Exactly my experience 8) In my case one reboot was enough. |