在Ubuntu 14.04上安装Neo4j失败

HuL*_*iCa 4 neo4j ubuntu-14.04

我正在尝试按照http://neo4j.com/docs/operations-manual/current/installation/linux/debian/?_ga=2.249168388.2041192375.1507250087-893468657.1507250087中的指定在ubuntu 14.04中安装neo4j

我正在使用的安装说明是

sudo apt-get install neo4j=3.2.3
Run Code Online (Sandbox Code Playgroud)

但这不起作用

Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package neo4j
Run Code Online (Sandbox Code Playgroud)

我会很感激

jac*_*dbd 5

也许您忘记添加debian存储库并更新软件包列表:

wget -O - https://debian.neo4j.org/neotechnology.gpg.key | sudo apt-key add -
echo 'deb https://debian.neo4j.org/repo stable/' | sudo tee -a /etc/apt/sources.list.d/neo4j.list
sudo apt-get update
Run Code Online (Sandbox Code Playgroud)

https://neo4j.com/docs/operations-manual/current/installation/linux/debian/#debian-add-repository