I installed Neo4j yesterday on my Dell laptop with Ubuntu 22.04 operating system
liv@igor2024:~$ uname -a
Linux igor2024 6.5.0-14-generic #14~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Mon Nov 20 18:15:30 UTC 2 x86_64 x86_64 x86_64 GNU/Linux
For some reason, the Neo4j version was installed 4.1.13, and not
liv@igor2024:~$ cypher-shell
username: neo4j
password: ********
Connected to Neo4j 4.1.0 at neo4j://localhost:7687 as user neo4j.
Type :help for a list of available commands or :exit to exit the shell.
Note that Cypher queries must end with a semicolon.
liv@igor2024:~$ sudo apt search neo4j
[sudo] password for liv:
Sorting… Done
Full-text search… Done
cypher-shell/stable,stable,now 1:4.1.13 all [installed, automatically]
command line shell for neo4j
libcypher-parser-dev/jammy 0.6.0-1 amd64
Development files for libcypher-parser
libcypher-parser-doc/jammy,jammy 0.6.0-1 all
Documentation for libcypher-parser
libcypher-parser8/jammy 0.6.0-1 amd64
Parsing library for the Cypher query language
neo4j/stable,stable,now 1:4.1.13 all [installed]
graph database server
neo4j-enterprise/stable,stable 1:4.1.13 all
graph database server
python3-pybel/jammy,jammy 0.14.10-1 all
Biological Expression Language
At the same time, on my Ubuntu VPS, we have Neo4j version 5.16.0:
liv@singularity:~$uname -a
Linux singularity 5.15.0-73-fips #80+fips1-Ubuntu SMP Thu Jun 1 20:57:42 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
liv@singularity:~$ sudo apt search neo4j
[sudo] password for liv:
Sorting... Done
Full Text Search... Done
cypher-shell/stable,now 1:5.16.0 all [installed,automatic]
command line shell for neo4j
libcypher-parser-dev/jammy 0.6.0-1 amd64
Development files for libcypher-parser
libcypher-parser-doc/jammy 0.6.0-1 all
Documentation for libcypher-parser
libcypher-parser8/jammy 0.6.0-1 amd64
Parsing library for the Cypher query language
neo4j/stable,now 1:5.16.0 all [installed]
graph database server
neo4j-enterprise/stable 1:5.16.0 all
graph database server
python3-pybel/jammy 0.14.10-1 all
Biological Expression Language
Questions
- Why is this so?
- How do I upgrade the laptop version to 5.16.0?