Hi, when I update synaptic I get this message error; can you help me? Thanks
W: Target Packages (extra/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:16 and /etc/apt/sources.list:17
W: Target Packages (extra/binary-i386/Packages) is configured multiple times in /etc/apt/sources.list:16 and /etc/apt/sources.list:17
W: Target Packages (extra/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:16 and /etc/apt/sources.list:17
W: Target Translations (extra/i18n/Translation-it_IT) is configured multiple times in /etc/apt/sources.list:16 and /etc/apt/sources.list:17
W: Target Translations (extra/i18n/Translation-it) is configured multiple times in /etc/apt/sources.list:16 and /etc/apt/sources.list:17
W: Target Translations (extra/i18n/Translation-en) is configured multiple times in /etc/apt/sources.list:16 and /etc/apt/sources.list:17
W: http://dl.google.com/linux/chrome/deb/dists/stable/Release.gpg: Signature by key 4CCA1EAF950CEE4AB83976DCA040830F7FAC5991 uses weak digest algorithm (SHA1)
W: http://dl.google.com/linux/chrome/deb/dists/stable/Release.gpg: Signature by key 3B068FB4789ABE4AEFA3BB491397BC53640DB551 uses weak digest algorithm (SHA1)
W: http://downloads.sourceforge.net/project/ubuntuzilla/mozilla/apt/dists/all/InRelease: Signature by key FBC0FA27F5D79B1F60A77837CCC158AFC1289A29 uses weak digest algorithm (SHA1)
- enzo59 asked 7 years ago
- You must login to post comments
No worries Enzo. Something wrong in the sources.list file. We’ll fix that.
Start Terminal or Terminator and open the sources.list file in Gedit Text Editor using the following command:
gedit /etc/apt/sources.list
If you’re using Rebellin Mate, the equivalent of Gedit in Mate is Pluma Text Editor. So use this command instead of the one above:
pluma /etc/apt/sources.list
Now copy everything and paste it here in your answer. I’ll take a look at it and fix errors if any.
Waiting for reply.
– Utkarsh.
- utkarshsevekar answered 7 years ago
- You must login to post comments
Hi, thanks; that is what I get from the source ist; thank you
#This version of Rebellin does not have a security respository.
#Regular SID repositories
deb http://ftp.debian.org/debian/ sid main contrib non-free
deb-src http://ftp.debian.org/debian/ sid main contrib non-free
#Debian Multimedia Repositories
deb http://www.deb-multimedia.org/ sid main non-free
deb-src http://www.deb-multimedia.org/ sid main
#Experimental Repositories (Required for certain packages)
deb http://ftp.debian.org/debian/ experimental main
deb-src http://ftp.debian.org/debian/ experimental main
deb http://www.bchemnet.com/suldr/ debian extra
deb http://www.bchemnet.com/suldr/ debian extra
root@crescenzo-All-Series:/home/crescenzo# pluma /etc/apt/sources.list
(pluma:2955): EggSMClient-WARNING **: Failed to connect to the session manager: None of the authentication protocols specified are supported
** (pluma:2955): WARNING **: Invalid borders specified for theme pixmap:
/usr/share/themes/RebellinSapphire/gtk-2.0/Tabs/notebook_top_flat.png,
borders don’t fit within the image
- enzo59 answered 7 years ago
- You must login to post comments
Okay. Nothing serious. Just remove the last line from the sources.list file. This one:
deb http://www.bchemnet.com/suldr/ debian extra
As you can see in the output above, the repository appears twice in your sources.list file. So remove one instance of it. Then update repositories with this command:
apt-get update
Oh one more thing, have you installed the keyring for this repository? Install it with this command:
apt-get install suldr-keyring
Then you’ll have to update the repositories once more:
apt-get update
Done!
Let me know how it goes. I’m here if you need help.
Cheers!
– Utkarsh.
- utkarshsevekar answered 7 years ago
- Ok, everything works; thank you very much!!
- You must login to post comments
Please login first to submit.