teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

2

追加2を書き込みました.

2021/04/28 04:49

投稿

sasaharukimedes
sasaharukimedes

スコア27

title CHANGED
File without changes
body CHANGED
@@ -24,8 +24,49 @@
24
24
 
25
25
  ### 補足情報(FW/ツールのバージョンなど)
26
26
  Ubuntu 20.04
27
-
27
+ wsl2
28
28
  ### 追加事項
29
+ **1**
29
30
  [参考ブログ](https://pyopyopyo.hatenablog.com/entry/20180514/p1)
30
31
  この記事の1を試した段階で以下のメッセージが出ました.
31
- **gpg: keyserver receive failed: No data **
32
+ **gpg: keyserver receive failed: No data **
33
+
34
+ **2**
35
+ [ask Ubuntu](https://askubuntu.com/questions/1298042/unable-to-use-sudo-apt-get-update-no-pubkey-26eb39123aaaaa96)
36
+ 上記の記事を参考に, **sudo apt-key update**と 打ち込んだら,
37
+
38
+ **:~$ sudo apt-key update**
39
+ Warning: 'apt-key update' is deprecated and should not be used anymore!
40
+
41
+ gpg: key 3B4FE6ACC0B21F32: 3 signatures not checked due to missing keys
42
+ gpg: key 3B4FE6ACC0B21F32: "Ubuntu Archive Automatic Signing Key (2012) <ftpmaster@ubuntu.com>" not changed
43
+ gpg: key D94AA3F0EFE21092: 3 signatures not checked due to missing keys
44
+ gpg: key D94AA3F0EFE21092: "Ubuntu CD Image Automatic Signing Key (2012) <cdimage@ubuntu.com>" not changed
45
+ gpg: key 871920D1991BC93C: 1 signature not checked due to a missing key
46
+ gpg: key 871920D1991BC93C: "Ubuntu Archive Automatic Signing Key (2018) <ftpmaster@ubuntu.com>" not changed
47
+
48
+ gpg: Total number processed: 3
49
+ gpg: unchanged: 3
50
+
51
+ **この後に sudo apt updateを打ち込んだら**
52
+
53
+ **:~$ sudo apt update**
54
+ Get:1 https://cli-assets.heroku.com/apt ./ InRelease [2879 B]
55
+ Hit:2 https://download.docker.com/linux/ubuntu focal InRelease
56
+ Err:1 https://cli-assets.heroku.com/apt ./ InRelease
57
+ The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 6DB5542C356545CF
58
+ Hit:3 http://archive.ubuntu.com/ubuntu focal InRelease Hit:5 http://archive.ubuntu.com/ubuntu focal-updates InRelease
59
+ Hit:6 http://archive.ubuntu.com/ubuntu focal-backports InRelease
60
+ Hit:7 https://dl.yarnpkg.com/debian stable InRelease Ign:4 https://dl.bintray.com/etcher/debian stable InRelease Hit:9 http://security.ubuntu.com/ubuntu focal-security InRelease
61
+ Get:8 https://dl.bintray.com/etcher/debian stable Release [3674 B] Get:10 https://dl.bintray.com/etcher/debian stable Release.gpg [821 B] Ign:10 https://dl.bintray.com/etcher/debian stable Release.gpg Reading package lists... Done
62
+
63
+ W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: https://cli-assets.heroku.com/apt ./ InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 6DB5542C356545CF
64
+
65
+ W: GPG error: https://dl.bintray.com/etcher/debian stable Release:
66
+ The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 379CE192D401AB61
67
+
68
+ E: The repository 'https://deb.etcher.io stable Release' is not signed.
69
+
70
+ N: Updating from such a repository can't be done securely, and is therefore disabled by default.
71
+
72
+ N: See apt-secure(8) manpage for repository creation and user configuration details.

1

エラー文に少しと追加情報を書きました.

2021/04/28 04:49

投稿

sasaharukimedes
sasaharukimedes

スコア27

title CHANGED
File without changes
body CHANGED
@@ -3,17 +3,29 @@
3
3
  いつものようにsudo apt update をしようとしてもエラーが出てできなくなってしまいました.
4
4
 
5
5
  ### 発生している問題・エラーメッセージ
6
+ Err:1 https://cli-assets.heroku.com/apt ./ InRelease
7
+
8
+ The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 6DB5542C356545CF
9
+
6
10
  W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: https://cli-assets.heroku.com/apt ./ InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 6DB5542C356545CF
11
+
7
12
  W: Failed to fetch https://cli-assets.heroku.com/apt/./InRelease The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 6DB5542C356545CF
8
13
 
9
14
  W: Some index files failed to download. They have been ignored, or old ones used instead.
10
15
 
11
16
  ### 試したこと
17
+
12
- 以下のことを試しましたが, 続いてこのようなエラーが出ました
18
+ __以下のことを試しましたが, 続いてこのようなエラーが出ました__
19
+
13
20
  **gpg: keyserver receive failed: Server indicated a failure**
14
21
 
15
22
  [apt-get update時に「公開鍵を利用できないため、以下の署名は検証できませんでした」と出た場合](https://qiita.com/ReoNagai/items/777885f8e704028f3ab9)
16
23
 
17
24
 
18
25
  ### 補足情報(FW/ツールのバージョンなど)
19
- Ubuntu 20.04
26
+ Ubuntu 20.04
27
+
28
+ ### 追加事項
29
+ [参考ブログ](https://pyopyopyo.hatenablog.com/entry/20180514/p1)
30
+ この記事の1を試した段階で以下のメッセージが出ました.
31
+ **gpg: keyserver receive failed: No data **