Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed to install on Debian/buster #43

Open
komainu8 opened this issue Feb 27, 2020 · 0 comments
Open

Failed to install on Debian/buster #43

komainu8 opened this issue Feb 27, 2020 · 0 comments

Comments

@komainu8
Copy link
Member

I tried to install the cutter according to the below document.

https://cutter.osdn.jp/reference/ja/install-to-debian.html

However, I met with the below error.

sudo apt update
ヒット:1 http://security.debian.org/debian-security buster/updates InRelease
ヒット:2 https://download.docker.com/linux/debian buster InRelease                                                                                                                
ヒット:3 https://packages.groonga.org/debian buster InRelease                                                                                                                     
無視:4 https://osdn.net/projects/cutter/storage/debian buster InRelease                       
取得:5 https://osdn.net/projects/cutter/storage/debian buster Release [8,924 B]                                
取得:6 https://osdn.net/projects/cutter/storage/debian buster Release.gpg [195 B]                              
無視:6 https://osdn.net/projects/cutter/storage/debian buster Release.gpg                      
ヒット:7 http://deb.debian.org/debian buster InRelease        
ヒット:8 http://deb.debian.org/debian buster-updates InRelease
ヒット:9 https://download.virtualbox.org/virtualbox/debian buster InRelease
パッケージリストを読み込んでいます... 完了
W: GPG エラー: https://osdn.net/projects/cutter/storage/debian buster Release: 公開鍵を利用できないため、以下の署名は検証できませんでした: NO_PUBKEY 18790411F07C74AC
E: リポジトリ https://osdn.net/projects/cutter/storage/debian buster Release は署名されていません。
N: このようなリポジトリから更新を安全に行うことができないので、デフォルトでは更新が無効になっています。
N: リポジトリの作成とユーザ設定の詳細は、apt-secure(8) man ページを参照してください。

I tried to add the above public key by the below command.
However, It failed it too.

gpg --recv-key 18790411F07C74AC
gpg: key 18790411F07C74AC: new key but contains no user ID - skipped
gpg:           処理数の合計: 1
gpg:           ユーザIDなし: 1

gpg -a --export 18790411F07C74AC | sudo apt-key add -
gpg: *警告*: 何もエクスポートされていません
gpg: 有効なOpenPGPデータが見つかりません。
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant