synaptic update

0
0

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)

  • You must to post comments
0
0

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.

  • You must to post comments
0
0

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

  • You must to post comments
0
0

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.

  • enzo59
    Ok, everything works; thank you very much!!
  • You must to post comments
Showing 3 results
Your Answer

Please first to submit.