08-04-2014, 06:55 PM
Ran into same thing when installing LL 2.0 on someone's computer a couple of weeks ago. What Scott(0) pointed out was indeed the problem. The listings were supposed to read as he noted above, but were in the system incorrectly as "trusty main". I just found the culprit files and changed them under /etc/apt/sources.list.d/
eg. Open file /etc/apt/sources.list.d/google-chrome.list and change
deb http://dl.google.com/linux/chrome/deb/ trusty main
to
deb http://dl.google.com/linux/chrome/deb/ stable main
(Not sure if it was necessary, but I made same change in /etc/apt/sources.list.d/google-chrome.list.save file as well.)
Save file(s) with new corrections and next time updates are run error is gone. If you don't make that change in file, then you will run into problem again when unchecking the entry in Synaptic "Other Sources" to install the program.
eg. Open file /etc/apt/sources.list.d/google-chrome.list and change
deb http://dl.google.com/linux/chrome/deb/ trusty main
to
deb http://dl.google.com/linux/chrome/deb/ stable main
(Not sure if it was necessary, but I made same change in /etc/apt/sources.list.d/google-chrome.list.save file as well.)
Save file(s) with new corrections and next time updates are run error is gone. If you don't make that change in file, then you will run into problem again when unchecking the entry in Synaptic "Other Sources" to install the program.
Try Linux Beginner Search Engine for answers to Linux questions.