Download TAR file neo4j 5.10.0 COMMUNITY

Hi,

I need to download tar file installation neo4j 5.10.0(-unix.tar.gz) COMMUNITY , but I found only neo4j-enterprise-5.15.0-unix.tar.gz

Can someone help me for my issue ?

Here you go:

curl -O -C - http://dist.neo4j.org/neo4j-community-5.10.0-unix.tar.gz

Hi Hakan,

Thank you very much for your feedback.

Do you also have a link for the Neo4j version 5.10.0 Community Edition in RPM format?

Regards,

That would be here:

curl -O -C - https://dist.neo4j.org/rpm/neo4j-5.10.0-1.noarch.rpm

But I guess that one you can also download with dnf download ...

Thanks,

I have an error message during installation

sudo yum localinstall /binaries/Neo4j/neo4j-5.10.0-1.noarch.rpm -y --nogpgcheck
Last metadata expiration check: 0:18:38 ago on Fri 05 Jan 2024 10:10:50 AM UTC.
Error:
Problem: conflicting requests

  • nothing provides cypher-shell >= 5.0 needed by neo4j-5.10.0-1.noarch from @commandline
  • nothing provides cypher-shell < 6.0 needed by neo4j-5.10.0-1.noarch from @commandline
    (try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages)

Any idea ?

Here is where I think you are better off using the package manger (dnf or yum) to download the rpm (+ any additional dependencies) in order to prepare for an "offline installation".

If you search for how to download with dnf/yum I am sure you will find the relevant options to use.

1 Like

Ok,

Thanks for your help