Error for apt install neo4j - Depends: cypher-shell (< 1.2.0) but it is not going to be installed

It wants to install cypher-shell 4.0.0 but depends on < 1.2.0

$ apt install neo4j-enterprise
Building dependency tree...
Reading state information...
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-enterprise : Depends: cypher-shell (< 1.2.0) but it is not going to be installed

This is a known issue that will be resolved. Meanwhile try this one:

sudo apt install neo4j-enterprise cypher-shell=1.1.12
1 Like

When I try this I get the following msg:

sudo apt install neo4j-enterprise cypher-shell=1.1.12
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package neo4j-enterprise
E: Unable to locate package cypher-shell

what do I need to do to solve this issue?