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
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2019/09/28 23:20