शराब के लिए हस्ताक्षर सत्यापन त्रुटि - अनुक्रमणिका फ़ाइलों को डाउनलोड करने में विफल - दर्पण बदलने में मदद नहीं करता है


20

जब मुझे sudo apt-get updateनीचे दिखाई गई त्रुटि मिलती है।

W: An error occurred during the signature verification. 
The repository is not updated and the previous index files will be used. 
GPG error: https://dl.winehq.org/wine-builds/ubuntu bionic InRelease: 
The following signatures couldn't be verified
 because the public key is not available: NO_PUBKEY 76F1A20FF987672F
W: Failed to fetch https://dl.winehq.org/wine-builds/ubuntu/dists/bionic/InRelease
The following signatures couldn't be verified
 because the public key is not available: NO_PUBKEY 76F1A20FF987672F
W: Some index files failed to download. They have been ignored, or old ones used instead.

इसलिए मैं आगे बढ़ता हूं और अपने आइकॉन को इस उबंटू के उत्तर के अनुसार सुझाता हूं । फिर मैं कंप्यूटर को पुनरारंभ करता हूं। और मुझे तब भी वही त्रुटि मिलती है जब मैं ऊपर होता हूं sudo apt-get update

आइए कोशिश करें और कुंजियों को फिर से स्थापित करें।

$ wget -nc https://dl.winehq.org/wine-builds/Release.key && sudo apt-key add Release.key
File ‘Release.key’ already there; not retrieving. OK

और मैं भी हो सकता है ping -c3 archive.ubuntu.comऔर मेरे पैकेट का नुकसान 0% है। मुझे और क्या करने की जरूरत है?


2
ऐसा लगता है कि वाइन के लिए नए अपडेट को रिलीज़ की तुलना में एक अलग कुंजी के साथ हस्ताक्षरित किया गया है। वे होस्ट कर रहे हैं ...
user3074620

1
कृपया कमांड आउटपुट के लिए कोड फ़ॉर्मेटिंग का उपयोग करें (जैसे कमांड्स), फ़ॉर्मेटिंग उद्धरण नहीं।
मूरू

जवाबों:


13

ध्यान दें कि नए कीफाइल को जोड़ने के बाद, इसके apt updateबजाय इसका उपयोग करना बेहतर है apt-get update, क्योंकि यह आपको परिवर्तनों को स्वीकार करने के लिए प्रेरित करेगा।

तो पूर्ण में:

wget -nc https://dl.winehq.org/wine-builds/winehq.key && sudo apt-key add winehq.key && sudo apt update

2
मैंने रिपॉजिटरी को भी जोड़ा sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ bionic main'और इस समाधान ने काम किया। जैसा कि उल्लेख किया गया है कि आपको इसका उपयोग करना चाहिए sudo apt updateऔर नहीं sudo apt-get updateaptआपको स्पष्ट रूप से स्वीकार करने के लिए मजबूर apt-getकरता है , जबकि कोई त्रुटि नहीं करता है। यदि आपके पास जोड़ने के लिए उबंटू के अन्य संस्करण हैं तो आप यहां wiki.winehq.org/Ubuntu
जेसन हंटर

मैं शुरुआत में rm winehq.keyफ़ाइल को जोड़ने या सहेजने पर विचार करूंगा /temp। फिर भी धन्यवाद!
kcpr

22

२०१f-१२-१९ ०8:२० के रूप में एक नई कीफाइल है जैसा यहाँwinehq.key बताया गया है

नई रिपॉजिटरी कुंजी डाउनलोड करें और इसे विश्वसनीय कुंजियों की सूची में जोड़ें:

cd /tmp
wget -nc https://dl.winehq.org/wine-builds/winehq.key
sudo apt-key add winehq.key
sudo apt update

जैसा कि @ jason-hunter ने एक टिप्पणी में उल्लेख किया है, apt updateपूछेगा कि क्या आप रिपॉजिटरी में बदलावों को स्वीकार करते हैं, जबकि apt-get updateएक त्रुटि दिखाएगा और विफल हो जाएगा।


10

Https://dl.winehq.org/wine-builds/ का निरीक्षण करना , एक नई फ़ाइल है winehq.key। इसके बजाय इसका उपयोग करने की कोशिश करें, क्योंकि इसका फिंगरप्रिंट त्रुटि से मेल खाता है:

# curl -sL "https://dl.winehq.org/wine-builds/Release.key" | gpg --dry-run --import --verbose
gpg: pub  rsa4096/818A435C5FCBF54A 2015-11-23  Sebastian Lackner (WineHQ packages) <sebastian@fds-team.de>
gpg: Total number processed: 1
# curl -sL "https://dl.winehq.org/wine-builds/winehq.key" | gpg --dry-run --import --verbose
gpg: pub  rsa3072/76F1A20FF987672F 2018-12-10  WineHQ packages <wine-devel@winehq.org>
gpg: key 76F1A20FF987672F: 1 signature not checked due to a missing key
gpg: Total number processed: 1


0

मुझे हाल ही में वही त्रुटि मिली थी:

Err:3 https://dl.winehq.org/wine-builds/ubuntu bionic InRelease                
  The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 76F1A20FF987672F

जैसा कि यह पता चला है, पब को मेरे मेजबान में जोड़ने की आवश्यकता है। कुंजी जोड़ना कुंजी के अंतिम 8 अंक हैं जो आप वहां देखते हैं F987672F। तो अपने मेजबान की कुंजी जोड़ने के लिए इसे निम्नलिखित में जोड़ें:

sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv F987672F

उम्मीद है की यह मदद करेगा!

हमारी साइट का प्रयोग करके, आप स्वीकार करते हैं कि आपने हमारी Cookie Policy और निजता नीति को पढ़ और समझा लिया है।
Licensed under cc by-sa 3.0 with attribution required.