เมื่อพยายามติดตั้งแพ็คเกจผ่านตัวอัพเดตซอฟต์แวร์บน Ubuntu 14.04.1 LTS ฉันได้รับข้อผิดพลาดดังต่อไปนี้:
มันเกี่ยวกับแพ็คเกจเหล่านี้:
ฉันเลือกการตั้งค่าต่อไปนี้จากที่ที่จะติดตั้งการอัปเดตจาก:
ฉันได้รันคำสั่งต่อไปนี้:
sudo apt-get clean
sudo apt-get update
sudo apt-get upgrade
sudo apt-get update ให้ผลลัพธ์ต่อไปนี้:
Reading package lists... Done
W: GPG error: https://download.01.org trusty InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY A902DDA375E52366
W: Duplicate sources.list entry http://dl.google.com/linux/chrome/deb/ stable/main i386 Packages (/var/lib/apt/lists/dl.google.com_linux_chrome_deb_dists_stable_main_binary-i386_Packages)
sudo apt-get upgrade ให้ผลลัพธ์ต่อไปนี้:
The following packages have been kept back:
libegl1-mesa libegl1-mesa-drivers libgbm1 libgl1-mesa-dri libgl1-mesa-glx
libglapi-mesa libgles1-mesa libgles2-mesa libosmesa6 liboxideqt-qmlplugin
liboxideqtcore0 libwayland-egl1-mesa libxatracker2 linux-generic
linux-generic-pae linux-headers-generic linux-headers-generic-pae
linux-image-generic linux-image-generic-pae oxideqt-codecs
python-cupshelpers system-config-printer-gnome
0 upgraded, 0 newly installed, 0 to remove and 22 not upgraded.
UPDATE
ด้วยคำถามฉันจะจัดการกับข้อผิดพลาด "แหล่งที่ไม่ผ่านการตรวจสอบสิทธิ์" ใน Software Center ได้อย่างไร
การออกคำสั่งต่อไปนี้:
sudo apt-get clean
cd /var/lib/apt
sudo mv lists lists.old
sudo mkdir -p lists/partial
sudo apt-get clean
sudo apt-get update
ยังคงให้ผลลัพธ์ต่อไปนี้:
Reading package lists... Done
W: GPG error: https://download.01.org trusty InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY A902DDA375E52366
W: Duplicate sources.list entry http://dl.google.com/linux/chrome/deb/ stable/main i386 Packages (/var/lib/apt/lists/dl.google.com_linux_chrome_deb_dists_stable_main_binary-i386_Packages)
ปฏิบัติตามคำตอบที่สอง:
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys A902DDA375E52366
sudo apt-get update
แต่ได้รับข้อผิดพลาดดังต่อไปนี้:
W: Duplicate sources.list entry http://dl.google.com/linux/chrome/deb/ stable/main i386 Packages (/var/lib/apt/lists/dl.google.com_linux_chrome_deb_dists_stable_main_binary-i386_Packages)
W: You may want to run apt-get update to correct these problems
และ apt-get update ไม่สามารถแก้ปัญหาได้
sudo apt-get update
อะไร