ข้อผิดพลาดกราฟิก Intel ppa หลังจากการปรับปรุง apt-get


16

ฉันจะละเว้นข้อความนี้ได้อย่างไร

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.

มันมาจาก intel update gfx


1
download.01.orgมันจะดีกว่าที่จะไม่ติดตั้งอะไรจาก คุณจะได้รับปัญหาเท่านั้น
Pilot6

ฉันเห็นด้วยกับ @ Pilot6 แนะนำให้คุณลบที่เก็บข้อมูลนั้น ไชโยอัล
ไฮน์เนมา

2
@ Pilot6 สิ่งที่คุณแนะนำให้เป็นทางเลือก?
kmonsoor

คำตอบ:


14

ฉันจัดการเพื่อแก้ปัญหาสำหรับ Ubuntu 16.04 และ 16.10 โดยใช้คำสั่งต่อไปนี้

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
ใช้งานได้ แต่จะแสดง W: https://download.01.org/gfx/ubuntu/16.04/main/dists/xenial/InRelease: Signature by key 09D6EF97BFB38E916EF060E756A3DEF863961D39 uses weak digest algorithm (SHA1) เมื่อสิ้นสุดการอัพเดต apt
ShuaibKunji

ใช้งานได้อย่างแน่นอน
saviour123

10

ลองเพิ่มคีย์ (แทนที่56A3DEF863961D39ด้วยรหัสที่หายไป):

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

การอ้างอิงและการอ่านเพิ่มเติม:


2
นี่ควรเป็นคำตอบที่ยอมรับได้
Alex

ไม่แน่ใจเกี่ยวกับวิธีนี้ แต่ใช้งานได้! ขอบคุณ!
262439

3

เปิดเทอร์มินัล & รัน

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

สิ่งนี้จะอนุญาตให้มีการอัปเดตคุณจะได้รับคำเตือนเกี่ยวกับอัลกอริทึมสรุปย่อ แต่เป็นเพียงคำเตือนในขณะนี้ (ใน 16.04

โดยการใช้ไซต์ของเรา หมายความว่าคุณได้อ่านและทำความเข้าใจนโยบายคุกกี้และนโยบายความเป็นส่วนตัวของเราแล้ว
Licensed under cc by-sa 3.0 with attribution required.