2016-07-26 22 views
1

私はubuntu 16.04 LTSをインストールしました。ubuntuにneo4jをインストール中にエラーが発生しました

私はのNeo4jをインストールしようとしていますが、私は何をする......次

W: GPG error: http://debian.neo4j.org/repo stable/ Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 26C95CF201182252

W: The repository ' http://debian.neo4j.org/repo stable/ Release' is not signed.

N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use.

N: See apt-secure(8) manpage for repository creation and user configuration details.

Reading package lists... Done

を取得していますか?

答えて

1

the documentationに従ってください:あなたは、再実行sudo apt-get update、次に最初のステップ、

wget -O - https://debian.neo4j.org/neotechnology.gpg.key | sudo apt-key add - 

を逃しました。

+0

いいえ私は最初のステップを踏んだ – treena

関連する問題