I tried installing Neo4j1.9.2 on an Ubuntu machine. I downloaded neo4j-community-1.9.2-unix.tar.gz from Neo4j.org and unzipped it. The neo4j file is located in the bin directory.
In the bin directory, I typed the command "neo4j start", got the error "neo4j: command not found". I also tried the command "sudo neo4j install", after I provided the password, I got the same error "neo4j: command not found".
Java is installed on this computer: java version "1.6.0_27" OpenJDK environment (IcedTea6 1.12.5) (6b27-1.12.5-0ubuntu0.12.04.1) OpenJDK 64-Bit Server VM (build 20.0-b12, mixed mode)
source share