[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Configuration des sources avec synaptic




----- Mail original -----
> De: "Sylvain Caselli" <sylvain.caselli@wanadoo.fr>
> À: debian-user-french@lists.debian.org
> Envoyé: Vendredi 3 Août 2018 08:36:38
> Objet: Re: Configuration des sources avec synaptic
> 
> Bonjour,
> remarque qui n'a rien a voir mais je reçois tes réponses en 3
> exemplaires.
> 
> Le 01/08/2018 à 11:29, Bernard Schoenacker a écrit :
> > bonjour,
> >
> > que donne cette instruction :
> >
> > dpkg -l |awk '/debian-keyring/ {print $1 " "$2" "$3}'
> Rien
> > et tu installes la clé :
> >
> > http://ftp.de.debian.org/debian/pool/main/d/debian-keyring/debian-keyring_2018.07.24_all.deb
> Du coup
> #dpkg -l |awk '/debian-keyring/ {print $1 " "$2" "$3}'
> ii debian-keyring 2018.07.24
> > ton sources.list doit être celui-ci (root) :
> >
> > cat >/etc/apt/sources.list
> > deb http://deb.debian.org/debian/ stretch main non-free contrib
> > # deb-src http://deb.debian.org/debian/ stretch main non-free
> > contrib
> >
> > deb http://security.debian.org/debian-security stretch/updates main
> > contrib non-free
> > # deb-src http://security.debian.org/debian-security
> > stretch/updates main contrib non-free
> >
> > # stretch-updates, previously known as 'volatile'
> > deb http://deb.debian.org/debian/ stretch-updates main contrib
> > non-free
> > # deb-src http://deb.debian.org/debian/ stretch-updates main
> > contrib non-free
> >
> > # stretch-backports, previously on backports.debian.org
> > deb http://deb.debian.org/debian/ stretch-backports main contrib
> > non-free
> > # deb-src http://deb.debian.org/debian/ stretch-backports main
> > contrib non-free
> > EOF
> J'ai donc en sources.list :
> http://deb.debian.org/debian/stretch-backports main contrib non-free
> ftp://ftp.deb-multimedia.org/stretch main non-free
> ftp://ftp.deb-multimedia.org/stretch-backports main
> > et le fichier deb-multimedia :
> >
> > cat >/etc/apt/sources.list.d/deb-multimedia.list << EOF
> > deb ftp://ftp.deb-multimedia.org stretch main non-free
> > deb ftp://ftp.deb-multimedia.org stretch-backports main
> > EOF
> J'ai donc créé ce fichier
> > merci
> > slt
> > bernard
> Il semble qu'il y ait moins d'erreurs lors de la lecture des sources
> mais j'ai toujours l'ouverture de la fenêtre d'alerte avec ce message
> :
> http://deb.debian.org/debian/dists/stretch-updates/InRelease: The
> key(s)
> in the keyring /etc/apt/trusted.gpg are ignored as the file is not
> readable by user '_apt' executing
> apt-key.http://security.debian.org/debian-security/dists/stretch/updates/InRelease:
> The key(s) in the keyring /etc/apt/trusted.gpg are ignored as the
> file
> is not readable by user '_apt' executing
> apt-key.http://deb.debian.org/debian/dists/stretch-backports/InRelease:
> The key(s) in the keyring /etc/apt/trusted.gpg are ignored as the
> file
> is not readable by user '_apt' executing
> apt-key.http://deb.debian.org/debian/dists/stretch/Release.gpg: The
> key(s) in the keyring /etc/apt/trusted.gpg are ignored as the file is
> not readable by user '_apt' executing
> apt-key.ftp://ftp.deb-multimedia.org/dists/stretch/InRelease: The
> key(s)
> in the keyring /etc/apt/trusted.gpg are ignored as the file is not
> readable by user '_apt' executing apt-key.Erreur de
> GPG : ftp://ftp.deb-multimedia.org stretch InRelease : Les signatures
> suivantes n'ont pas pu être vérifiées car la clé publique n'est pas
> disponible : NO_PUBKEY 5C808C2B65558117The repository
> 'ftp://ftp.deb-multimedia.org stretch InRelease' is not
> signed.Updating
> from such a repository can't be done securely, and is therefore
> disabled
> by default.See apt-secure(8) manpage for repository creation and user
> configuration
> details.ftp://ftp.deb-multimedia.org/dists/stretch-backports/InRelease:
> The key(s) in the keyring /etc/apt/trusted.gpg are ignored as the
> file
> is not readable by user '_apt' executing apt-key.Erreur de
> GPG : ftp://ftp.deb-multimedia.org stretch-backports InRelease : Les
> signatures suivantes n'ont pas pu être vérifiées car la clé publique
> n'est pas disponible : NO_PUBKEY 5C808C2B65558117The repository
> 'ftp://ftp.deb-multimedia.org stretch-backports InRelease' is not
> signed.
> 
> Merci, Sylvain.
> 
bonjour,


il te faut la clé deb-multimedia :

wget -c  http://www.deb-multimedia.org/pool/main/d/deb-multimedia-keyring/deb-multimedia-keyring_2016.8.1_all.deb
sudo dpkg -i deb-multimedia-keyring_2016.8.1_all.deb

autrement, il est possible d'utiliser la méthode alternative (cf deb-multimedia.org)

sources : https://deb-multimedia.org/


merci 

slt


bernard


Reply to: