PDA

View Full Version : [SOLVED] Google Talk Plugin updates error



M.Yusuf_YILMAZ
May 30th, 2014, 10:51 AM
Hi

I'm trying to install Google talk plugin but does not worked on Ubuntu 12.04. I tried several times remove and re-install but still same error. I'm new user about Ubuntu When i use sudo apt-get update it says


W: Duplicate sources.list entry http://dl.google.com/linux/talkplugin/deb/ stable/main i386 Packages (/var/lib/apt/lists/dl.google.com_linux_talkplugin_deb_dists_stable_ma in_binary-i386_Packages)
W: Duplicate sources.list entry http://dl.google.com/linux/talkplugin/deb/ stable/main i386 Packages (/var/lib/apt/lists/dl.google.com_linux_talkplugin_deb_dists_stable_ma in_binary-i386_Packages)
W: You may want to run apt-get update to correct these problems



How can i fix it ?

bapoumba
May 30th, 2014, 11:24 AM
You have a duplicate entry in your sources.list. Please post the output to :

cat /etc/apt/sources.list
ls /etc/apt/sources.list.d

It most probably is in one of your ppa (you can also check from Software Sources).

M.Yusuf_YILMAZ
May 31st, 2014, 08:18 AM
Ok. Those are output

for the cat /etc/apt/sources.list
deb http://archive.ubuntu.com/ubuntu precise main universe restricted multiverse
deb http://security.ubuntu.com/ubuntu/ precise-security universe main multiverse restricted
deb http://archive.ubuntu.com/ubuntu precise-updates universe main multiverse restricted
deb http://archive.ubuntu.com/ubuntu precise-backports universe main multiverse restricted

for the ls /etc/apt/sources.list.d

danielrichter2007-grub-customizer-precise.list
danielrichter2007-grub-customizer-precise.list.save
ehoover-compholio-precise.list
ehoover-compholio-precise.list.save
google.list
google.list.save
google-talkplugin.list
google-talkplugin.list.save
groovy-dev-grails-precise.list
groovy-dev-grails-precise.list.save
tualatrix-ppa-precise.list
tualatrix-ppa-precise.list.save
ubuntu-x-swat-x-updates-precise.list
webupd8team-y-ppa-manager-precise.list
webupd8team-y-ppa-manager-precise.list.save

bapoumba
May 31st, 2014, 11:17 AM
Please post the output to :

cat /etc/apt/sources.list.d/google.list
cat /etc/apt/sources.list.d/google-talkplugin.list
There most probably are duplicate entries for the same repository here.

M.Yusuf_YILMAZ
May 31st, 2014, 10:04 PM
for the cat /etc/apt/sources.list.d/google.list
deb http://dl.google.com/linux/talkplugin/deb/ stable main

for the cat /etc/apt/sources.list.d/google-talkplugin.list



### THIS FILE IS AUTOMATICALLY CONFIGURED ###
# You may comment out this entry, but any other modifications may be lost.
deb http://dl.google.com/linux/talkplugin/deb/ stable main
deb http://dl.google.com/linux/talkplugin/deb/ stable main

bapoumba
May 31st, 2014, 10:14 PM
As the entry in /etc/apt/sources.list.d/google-talkplugin.list is the same as /etc/apt/sources.list.d/google.list (and even duplicated), you can remove that file.
If you prefer, you can move it to your /home and delete it later once everything is fine :

sudo mv /etc/apt/sources.list.d/google-talkplugin.list ~

Now sudo apt-get update should work.

M.Yusuf_YILMAZ
June 3rd, 2014, 05:59 AM
Thank you very much for your help. It worked for me. Thanks again. :)

bapoumba
June 3rd, 2014, 08:31 PM
You are most welcome :)
Please mark your thread as solved (under Thread tools), thanks.