I'm trying to install community version of neo4j server. My server is running Centos7
$ hostnamectl
Operating System: CentOS Linux 7 (Core)
CPE OS Name: cpe:/o:centos:centos:7
Kernel: Linux 3.10.0-1160.80.1.el7.x86_64
Architecture: x86-64
I have jdk-17_linux-x64_bin.rpm installed.
When I run
rpm -ivh neo4j-5.3.0-1.noarch.rpm
I get the following error message:
error: Failed dependencies:
cypher-shell >= 5.0 is needed by neo4j-5.3.0-1.noarch
cypher-shell < 6.0 is needed by neo4j-5.3.0-1.noarch
Searching for "cypher-shell >= 5.0 " online returns 0 results.
What am I missing? Thank you