2016-07-26 108 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:你錯過了第一步,

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

然後,重新運行sudo apt-get update

+0

不,我已經完成了第一步 – treena