【问题标题】:Installation of neo4j on ubuntu 14.04 fails在 ubuntu 14.04 上安装 neo4j 失败
【发布时间】:2017-10-07 02:48:54
【问题描述】:

我正在尝试按照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

但它不起作用

Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package neo4j

我会感谢任何帮助

【问题讨论】:

  • 您还添加了之前指定的存储库?只是检查:-)

标签: neo4j ubuntu-14.04


【解决方案1】:

也许您忘记添加 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

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

【讨论】:

    【解决方案2】:

    我在 Debian 上遇到了同样的问题,安装“apt-transport-https”修复了它,因为 deb https://debian.neo4j.org/repo stable/ 使用的是 https。 你可以用这个来安装它:

    sudo apt install apt-transport-https
    

    【讨论】:

      猜你喜欢
      • 2023-03-31
      • 2015-06-08
      • 2015-09-25
      • 2019-03-28
      • 1970-01-01
      • 1970-01-01
      • 2016-02-29
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多