Installing
-
2. Setting Up Neo4j Database Repo
Enable Neo4j Database Repository for Fedora GNU/Linux
-
3. Installing Neo4j Database
Then to Install Neo4j Database
First, to List the Available Releases:dnf search neo4j
Then for instance to Install Neo4j Community Edition DB play:
sudo dnf install neo4j-4.0.5
When for Neo4j Enterprise Edition:
sudo dnf install neo4j-enterprise-4.0.5
Contents