Apt-get güncellemesinden sonra Intel grafik ppa hatası


16

bu mesajı nasıl görmezden gelebilirim?

W: GPG error: https://download.01.org/gfx/ubuntu/16.04/main xenial InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 56A3DEF863961D39
W: The repository 'https://download.01.org/gfx/ubuntu/16.04/main xenial InRelease' is not signed.
N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use.
N: See apt-secure(8) manpage for repository creation and user configuration details.

Onun intel güncelleme gfx.


1
Hiçbir şey takmamak daha iyidir download.01.org. Sadece bela alırsın.
Pilot6

@ Pilot6 ile aynı fikirdeyim. Bu havuzu kaldırmanızı öneririz. Şerefe, Al
heynnema

2
@ Pilot6 alternatif olarak ne öneriyorsunuz?
kmonsoor

Yanıtlar:


14

Aşağıdaki komutları çalıştırarak Ubuntu 16.04 ve 16.10 için çözmeyi başardım

wget --no-check-certificate https://download.01.org/gfx/RPM-GPG-GROUP-KEY-ilg -O - | sudo apt-key add -
wget --no-check-certificate https://download.01.org/gfx/RPM-GPG-KEY-ilg -O - | sudo apt-key add -
wget --no-check-certificate https://download.01.org/gfx/RPM-GPG-KEY-ilg-2 -O - | sudo apt-key add -
wget --no-check-certificate https://download.01.org/gfx/RPM-GPG-KEY-ilg-3 -O - | sudo apt-key add -
wget --no-check-certificate https://download.01.org/gfx/RPM-GPG-KEY-ilg-4 -O - | sudo apt-key add -

5
Çalışır, ancak W: https://download.01.org/gfx/ubuntu/16.04/main/dists/xenial/InRelease: Signature by key 09D6EF97BFB38E916EF060E756A3DEF863961D39 uses weak digest algorithm (SHA1) uygun güncelleme sonunda gösterilir .
ShuaibKunji

Bu kesinlikle işe yarıyor.
saviour123

10

Anahtarı eklemeyi deneyin ( 56A3DEF863961D39eksik anahtarınızla değiştirin ):

sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 56A3DEF863961D39
sudo apt-get update

Kaynaklar ve ilave okumalar:


2
bu kabul edilen cevap olmalıdır.
Alex

Bu yöntemden emin değildim, ama işe yarıyor! Teşekkürler!
user262439

3

Bir terminal açın ve çalıştırın

wget --no-check-certificate https://download.01.org/gfx/RPM-GPG-KEY-ilg-4 -O - | sudo apt-key add -

Bu, güncellemelere izin verir, zayıf sindirim algoritması uyarısı alırsınız, ancak şu anda sadece bir uyarı. (16.04'te

Sitemizi kullandığınızda şunları okuyup anladığınızı kabul etmiş olursunuz: Çerez Politikası ve Gizlilik Politikası.
Licensed under cc by-sa 3.0 with attribution required.