Neo4J

https://debian.neo4j.com/

Instructions

  1. Add the GPG key to the apt

    wget -O - https://debian.neo4j.com/neotechnology.gpg.key | sudo apt-key add -
  2. Add the neo4j repo to the apt repo list.

    echo 'deb https://debian.neo4j.com stable latest' | sudo tee /etc/apt/sources.list.d/neo4j.list
  3. Update the apt package list and install the latest neo4j.

    sudo apt-get update && sudo apt-get install neo4j