After updating my system as usual from the terminal it goes on fetching updates but at last it shows the following messages. What does it mean and how do I fix the red icon. Actually to fix the red icon I updated but it isn't fixed. The message:
W: GPG error: http://ppa.launchpad.net trusty
Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 1DB8ADC1CFCA9579
W: Failed to fetch http://in.archive.ubuntu.com/ubuntu/dists/trusty-updates/main/i18n/Translation-en Hash Sum mismatch
E: Some index files failed to download. They have been ignored, or old ones used instead.
And also I could not update recommended Updates, every time I hit Install off course after authentication a message pops up. How do I fix this annoying message. I want to run my system with anomaly(s). Who wouldn't?
sudo apt-get clean
followed bysudo apt-get update
– Rohith Madhavan Dec 03 '14 at 09:27sudo rm /var/lib/apt/lists/*
andsudo apt-get update
– Rohith Madhavan Dec 03 '14 at 09:42