Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/neo4j/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Neo4j Cypher shell不可安装(Ubuntu 16.04)_Neo4j_Cypher - Fatal编程技术网

Neo4j Cypher shell不可安装(Ubuntu 16.04)

Neo4j Cypher shell不可安装(Ubuntu 16.04),neo4j,cypher,Neo4j,Cypher,在Ubuntu 16.04上,我为Neo4j()添加了repo包,但当我尝试执行sudo apt get upgrade Neo4j时,我得到了: Reading package lists... Done Building dependency tree Reading state information... Done Calculating upgrade... Done Some packages could not be installed. This may mean

在Ubuntu 16.04上,我为Neo4j()添加了repo包,但当我尝试执行
sudo apt get upgrade Neo4j
时,我得到了:

Reading package lists... Done
Building dependency tree       
Reading state information... Done
Calculating upgrade... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 neo4j : Depends: cypher-shell but it is not installable
E: Broken packages

我试图找到
cypher shell
所在的包repo,但没有结果。它在哪里?

谢谢您的报道。我们现在已经成功地将cypher shell发布到repo和Neo4j 3.1.4安装中。

他们今天发布的新版本似乎缺少依赖项,或者尚未更新其安装文档。我能够成功地安装3.0.9,使用:
sudo apt get install-y neo4j=3.0.9
不适合我;我试图使用debian.neo4j.org上的说明进行安装,但我被告知无法安装以下未满足的依赖项:openjdk-8-jre-headless、java8 runtime headless、cypher-shell@Sinfieldd你的操作系统是什么?有一个关于早期版本的Debian和Ubuntu需要手动安装Java8的说明(更多详细信息请访问)。是Debian Jessie,但我最终通过手动安装Java8对其进行了排序