LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 10-09-2015, 12:30 AM   #1
NickMaggio
LQ Newbie
 
Registered: Jan 2015
Posts: 10

Rep: Reputation: Disabled
multiple google talk "installs" (?) causing errors


I recntly had tried to install a couple programs (google talk mainly I believe) and ran into some problems due to instructions I had recieved not working- now I seem to have problems with updates; I will provide the error message:

Reading package lists... Done
W: Duplicate sources.list entry http://dl.google.com/linux/talkplugin/deb/ stable/main amd64 Packages (/var/lib/apt/lists/dl.google.com_linux_talkplugin_deb_dists_stable_ma in_binary-amd64_Packages)
W: Duplicate sources.list entry http://dl.google.com/linux/talkplugin/deb/ stable/main amd64 Packages (/var/lib/apt/lists/dl.google.com_linux_talkplugin_deb_dists_stable_ma in_binary-amd64_Packages)
W: Duplicate sources.list entry http://dl.google.com/linux/talkplugin/deb/ stable/main amd64 Packages (/var/lib/apt/lists/dl.google.com_linux_talkplugin_deb_dists_stable_ma in_binary-amd64_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: 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

I did run an update but the same message keeps appearing.... now I am having problems with upgrades....

Thank you in advance for your help

(by the way I am using Xubuntu 14.04- I have used linux in the past but am very rusty due to a broken computer, a lot of time taking care of my daughter etc. I am somewhat embarrassed b/c 4 months ago I feel like I could have fixed this myself and hope to go into IT and eventually security- but obviously I am at the very beginning of that path and am just starting to study for the compTIA A+ (although am going through the command line crash course and learn linux the hard way first)
 
Old 10-09-2015, 05:58 PM   #2
Emerson
LQ Sage
 
Registered: Nov 2004
Location: Saint Amant, Acadiana
Distribution: Gentoo ~amd64
Posts: 7,661

Rep: Reputation: Disabled
Open the sources.list with your favorite editor and remove offending lines.
 
Old 10-09-2015, 06:00 PM   #3
hortageno
Member
 
Registered: Aug 2015
Distribution: Ubuntu 22.04 LTS
Posts: 240

Rep: Reputation: 67
Quote:
Originally Posted by NickMaggio View Post
I recntly had tried to install a couple programs (google talk mainly I believe) and ran into some problems due to instructions I had recieved not working- now I seem to have problems with updates; I will provide the error message:

Reading package lists... Done
W: Duplicate sources.list entry http://dl.google.com/linux/talkplugin/deb/ stable/main amd64 Packages (/var/lib/apt/lists/dl.google.com_linux_talkplugin_deb_dists_stable_ma in_binary-amd64_Packages)
W: Duplicate sources.list entry http://dl.google.com/linux/talkplugin/deb/ stable/main amd64 Packages (/var/lib/apt/lists/dl.google.com_linux_talkplugin_deb_dists_stable_ma in_binary-amd64_Packages)
W: Duplicate sources.list entry http://dl.google.com/linux/talkplugin/deb/ stable/main amd64 Packages (/var/lib/apt/lists/dl.google.com_linux_talkplugin_deb_dists_stable_ma in_binary-amd64_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: 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

I did run an update but the same message keeps appearing.... now I am having problems with upgrades....

Thank you in advance for your help

(by the way I am using Xubuntu 14.04- I have used linux in the past but am very rusty due to a broken computer, a lot of time taking care of my daughter etc. I am somewhat embarrassed b/c 4 months ago I feel like I could have fixed this myself and hope to go into IT and eventually security- but obviously I am at the very beginning of that path and am just starting to study for the compTIA A+ (although am going through the command line crash course and learn linux the hard way first)
The clue might be in "Duplicate sources.list". Check /etc/apt/sources.list and all files in /etc/apt/sources.list.d/ for duplicate entries.
 
Old 10-10-2015, 08:41 AM   #4
NickMaggio
LQ Newbie
 
Registered: Jan 2015
Posts: 10

Original Poster
Rep: Reputation: Disabled
I found the files to be in /etc/apt/sources.list.d/ and indeed there are multiple entries (different google stuff). I went and opened it with nano and a blank screen comes up.

Thank you for your help and sorry to sound like an idiot- there were some months where my computer was broken and I got rusty (I only started using linux last October as well (first Ubuntu, then debian, then manjaro (which broke all the time) and now Xubuntu). Definitely finishing the command line crash course and learn linux the hard way before moving onto trying to study compTIA A+)
 
Old 10-10-2015, 09:45 AM   #5
hortageno
Member
 
Registered: Aug 2015
Distribution: Ubuntu 22.04 LTS
Posts: 240

Rep: Reputation: 67
Quote:
Originally Posted by NickMaggio View Post
I found the files to be in /etc/apt/sources.list.d/ and indeed there are multiple entries (different google stuff). I went and opened it with nano and a blank screen comes up.

Thank you for your help and sorry to sound like an idiot- there were some months where my computer was broken and I got rusty (I only started using linux last October as well (first Ubuntu, then debian, then manjaro (which broke all the time) and now Xubuntu). Definitely finishing the command line crash course and learn linux the hard way before moving onto trying to study compTIA A+)
I don't understand your post completely. You're saying that the files in /etc/apt/sources.list.d/ contain "different google stuff", yet if you open these files with nano they are empty? It looks to me like that you're trying to open the directory with nano and not the containing files. Please post the output of the following commands here.

Code:
ls -la /etc/apt/sources.list.d/
cat /etc/apt/sources.list.d/*
Please use the code tags for the output.
 
Old 10-10-2015, 11:32 AM   #6
NickMaggio
LQ Newbie
 
Registered: Jan 2015
Posts: 10

Original Poster
Rep: Reputation: Disabled
ls -la /etc/apt/sources.list.d/
total 36
drwxr-xr-x 2 root root 4096 Oct 8 20:58 .
drwxr-xr-x 6 root root 4096 Oct 10 09:47 ..
-rw-r--r-- 1 root root 176 Oct 8 20:58 google-chrome.list
-rw-r--r-- 1 root root 176 Oct 8 20:58 google-chrome.list.save
-rw-r--r-- 1 root root 59 Oct 8 20:58 google.list
-rw-r--r-- 1 root root 59 Oct 8 20:58 google.list.save
-rw-r--r-- 1 root root 298 Oct 8 20:58 google-talkplugin.list
-rw-r--r-- 1 root root 298 Oct 8 20:58 google-talkplugin.list.save
-rw-r--r-- 1 root root 154 Oct 8 20:58 webupd8team-y-ppa-manager-trusty.list

then

cat /etc/apt/sources.list.d/*
### THIS FILE IS AUTOMATICALLY CONFIGURED ###
# You may comment out this entry, but any other modifications may be lost.
deb http://dl.google.com/linux/chrome/deb/ stable main
### THIS FILE IS AUTOMATICALLY CONFIGURED ###
# You may comment out this entry, but any other modifications may be lost.
deb http://dl.google.com/linux/chrome/deb/ stable main
deb http://dl.google.com/linux/talkplugin/deb/ stable main
deb http://dl.google.com/linux/talkplugin/deb/ stable main
### 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
deb http://dl.google.com/linux/talkplugin/deb/ stable main
### 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
deb http://dl.google.com/linux/talkplugin/deb/ stable main
deb http://ppa.launchpad.net/webupd8team...manager/ubuntu trusty main
# deb-src http://ppa.launchpad.net/webupd8team...manager/ubuntu trusty main

Sorry about that, I meant when I looked at it in the file manager I saw multiple google talk plugins but then when I opened the terminal and used nano there was nothing there

---------- Post added 10-10-15 at 12:32 PM ----------

I did also try to use nano editor as root....
 
Old 10-10-2015, 11:34 AM   #7
NickMaggio
LQ Newbie
 
Registered: Jan 2015
Posts: 10

Original Poster
Rep: Reputation: Disabled
And my workaround was to install google chrome to use the phone in my email account....
 
Old 10-10-2015, 11:55 AM   #8
hortageno
Member
 
Registered: Aug 2015
Distribution: Ubuntu 22.04 LTS
Posts: 240

Rep: Reputation: 67
Quote:
Originally Posted by NickMaggio View Post
ls -la /etc/apt/sources.list.d/
total 36
drwxr-xr-x 2 root root 4096 Oct 8 20:58 .
drwxr-xr-x 6 root root 4096 Oct 10 09:47 ..
-rw-r--r-- 1 root root 176 Oct 8 20:58 google-chrome.list
-rw-r--r-- 1 root root 176 Oct 8 20:58 google-chrome.list.save
-rw-r--r-- 1 root root 59 Oct 8 20:58 google.list
-rw-r--r-- 1 root root 59 Oct 8 20:58 google.list.save
-rw-r--r-- 1 root root 298 Oct 8 20:58 google-talkplugin.list
-rw-r--r-- 1 root root 298 Oct 8 20:58 google-talkplugin.list.save
-rw-r--r-- 1 root root 154 Oct 8 20:58 webupd8team-y-ppa-manager-trusty.list

then

cat /etc/apt/sources.list.d/*
### THIS FILE IS AUTOMATICALLY CONFIGURED ###
# You may comment out this entry, but any other modifications may be lost.
deb http://dl.google.com/linux/chrome/deb/ stable main
### THIS FILE IS AUTOMATICALLY CONFIGURED ###
# You may comment out this entry, but any other modifications may be lost.
deb http://dl.google.com/linux/chrome/deb/ stable main
deb http://dl.google.com/linux/talkplugin/deb/ stable main
deb http://dl.google.com/linux/talkplugin/deb/ stable main
### 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
deb http://dl.google.com/linux/talkplugin/deb/ stable main
### 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
deb http://dl.google.com/linux/talkplugin/deb/ stable main
deb http://ppa.launchpad.net/webupd8team...manager/ubuntu trusty main
# deb-src http://ppa.launchpad.net/webupd8team...manager/ubuntu trusty main

Sorry about that, I meant when I looked at it in the file manager I saw multiple google talk plugins but then when I opened the terminal and used nano there was nothing there

---------- Post added 10-10-15 at 12:32 PM ----------

I did also try to use nano editor as root....
You added the repositories to two files repeatedly when you seemed to work through a howto several times. What you need to do is decide whether you want to keep google.list and google.list.save or google-talkplugin.list and google-talkplugin.list.save. The *.save file are backup copies and are not used by apt. After you deleted one set of those files you edit the other *.list file e.g. "sudo nano /etc/apt/sources.list.d/google-talkplugin.list", remove the duplicate lines, save and run "sudo apt-get update".

I still think you tried to edit the directory and not the files themselves with "sudo nano /etc/apt/sources.list.d"

BTW: I use Pidgin to chat with Hangout/Google Talk users

Last edited by hortageno; 10-10-2015 at 11:56 AM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] --current, pidgin can't connect to google talk or google via xmpp Old_Fogie Slackware 3 04-16-2011 01:56 PM
[SOLVED] Google Talk Plugin, Slackware64-Current, Google Chrome (Latest) and Multilib - Error Gavin Harper Slackware 3 01-04-2011 07:45 AM
LXer: Google Talk #2 – Google Web Toolkit & WebM with Brad Abrams LXer Syndicated Linux News 0 09-13-2010 06:50 PM
LXer: Google Talk #1 – All about App Engine with Google’s Fred Sauer LXer Syndicated Linux News 0 09-06-2010 04:00 PM
LXer: Google Chrome Automatically Installs Google Repository in Ubuntu LXer Syndicated Linux News 3 05-07-2010 11:20 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 07:25 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration