Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Cypher shell not installable (Ubuntu 16.04)

Tags:

neo4j

cypher

On Ubuntu 16.04, I've added the package repo for Neo4j (http://debian.neo4j.org/), but when I try to do sudo apt-get upgrade neo4j I get:

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

I've tried to find the package repo where cypher-shell resides, but to no avail. Where is it?

like image 254
Michael Johansen Avatar asked Nov 08 '22 22:11

Michael Johansen


1 Answers

Thanks for reporting this. We have now released cypher-shell to the repo and Neo4j 3.1.4 installs successfully.

like image 194
Ben Butler-Cole Avatar answered Nov 24 '22 15:11

Ben Butler-Cole