Skip to content

Instantly share code, notes, and snippets.

@Reetok3
Created September 24, 2019 12:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Reetok3/a90496320af91fb8149d755123c16fb4 to your computer and use it in GitHub Desktop.
Save Reetok3/a90496320af91fb8149d755123c16fb4 to your computer and use it in GitHub Desktop.

Ubuntu18.04にLLVMをインストールしたく、下の公式サイトに沿って、実行しているのですが、apt-keyコマンドでエラーが出てしまいます。 参考にしているサイト

バージョン情報

$ uname -a
Linux 5ec8707ea8b1 4.4.0-142-generic #168-Ubuntu SMP Wed Jan 16 21:00:45 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
$ apt --version
apt 1.6.12 (amd64)

wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key|sudo apt-key add -コマンドを実行すると、下のように出て、うまくできません。 どのように、対処すればいいか、教えていただけると嬉しいです。

$ wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key|sudo apt-key add -
--2019-09-23 11:13:46--  https://apt.llvm.org/llvm-snapshot.gpg.key
Resolving apt.llvm.org (apt.llvm.org)... [sudo] password for reetoknino: 151.101.26.49, 2a04:4e42:d::561
Connecting to apt.llvm.org (apt.llvm.org)|151.101.26.49|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 3145 (3.1K) [application/octet-stream]
Saving to: 'STDOUT'

-                                                   100%[===================================================================================================================>]   3.07K  --.-KB/s    in 0s

2019-09-23 11:13:47 (59.3 MB/s) - written to stdout [3145/3145]


Sorry, try again.
[sudo] password for username:
E: gnupg, gnupg2 and gnupg1 do not seem to be installed, but one of them is required for this operation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment