I have seen the following question, however it doesn't solve my problem:
I can't update my Ubuntu 12.04! I get the following error after running sudo apt-get update
:
E:GPG error: http://http precise/ Release: The following signatures were invalid: NODATA 1 NODATA 2
Following is the content of /etc/apt/sources.list
:
###### Ubuntu Main Repos
deb http://mirror.informatik.uni-mannheim.de/pub/linux/distributions/ubuntu/ pr$
deb-src http://mirror.informatik.uni-mannheim.de/pub/linux/distributions/ubuntu$
3rd Party Binary Repos
#### Google Chrome Browser - http://www.google.com/linuxrepositories/
## Run this command: wget -q https://dl-ssl.google.com/linux/linux_signing_key.$
deb http://dl.google.com/linux/chrome/deb/ stable main
What I have tried so far:
- I have tried changing sources and made a new, clean
/etc/apt/sources.list
file. But the issue still persists. - Running
sudo rm /var/lib/apt/lists/* -vf
doesn't help either.
How do I resolve the issue?
http://http precise/
? That's not a valid URL. If not, what does it say? If so, what's the contents of/etc/apt/sources.list
(i.e., the output ofcat /etc/apt/sources.list
), as @bodhi.zazen requested. (You can edit your question to provide large blocks of text.) – Eliah Kagan Apr 13 '13 at 06:38