I can not find the neo4j 5.18
for what installation methodology do you need?
tar? rpm? debian? docker? or
However from Neo4j Deployment Center - Graph Database & Analytics if for example your try to download 5.21.0 as a rpm you will see the resultant url is thus
https://neo4j.com/business-subscription/?edition=enterprise&release=5.21.0&flavour=rpm
note the values for edition
, release
and flavour
in the url. If you simply wanted 5.18.0 and as a rpm simply edit the url and change the reference from release=5.21.0
to release=5.18.0
.
The same can be said if you want 5.18.0 but as a linux tar and thus change release=5.21.0
to release=5.18.0
and flavour=rpm
to flavour=unix
i.e. simply manipulating the values for edition, release and flavour and you should be able to get what you need