A chaque fois que j'installe un nouveau paquet, j'obtiens l'erreur suivante:
WARNING: The following packages cannot be authenticated!
Je peux toujours installer le paquet malgré cette erreur, mais existe-t-il un moyen de s'en débarrasser?
Comme vous avez clairement indiqué que vous ne voulez plus voir cette erreur à l'avenir, vous pouvez utiliser le drapeau --allow-unauthenticated
.
--allow-unauthenticated
Ignore if packages can't be authenticated and don't Prompt about it. This is useful for tools like pbuilder. Configuration Item: APT::Get::AllowUnauthenticated.
usage:
apt-get --allow-unauthenticated install <package_name>
J'espère que ça aide.
Crédit: buntu: apt-get