Recently , i tried to install google earth from Ubuntu tweak . the programme asked me to add the repository of google earth . well,after i do the command i found that an error message that told me that i couldn't add the source and the system can't build packages tree.i run in terminal sudo apt-get update
and i found following Errors:
Fetched 143 kB in 3min 43s (637 B/s)
Reading package lists... Error!
W: GPG error: http://ppa.launchpad.net trusty Release: The following signatures were invalid: BADSIG 6AF0E1940624A220 Launchpad PPA for TualatriX
W: GPG error: http://eg.archive.ubuntu.com trusty-backports Release: The following signatures were invalid: BADSIG 40976EAF437D05B5 Ubuntu Archive Automatic Signing Key <ftpmaster@ubuntu.com>
E: Encountered a section with no Package: header
E: Problem with MergeList /var/lib/apt/lists/eg.archive.ubuntu.com_ubuntu_dists_trusty_multiverse_i18n_Translation-en%5fUS
E: The package lists or status file could not be parsed or opened.
I can't launch Ubuntu software center.and a minus mark appear in bar at the top of the screen . please tell me what should i do in steps please.i have Ubuntu 14.04 trusty tahr.
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys
followed by whatever keys appear. For the mergelist problem, runsudo rm /var/lib/apt/lists*
instead. – saiarcot895 Jul 25 '14 at 14:00sudo rm /var/lib/apt/lists/*
. Third, the error message is fine; thepartial
directory can stay. – saiarcot895 Jul 26 '14 at 11:23