wget -O - https://debian.neo4j.com/neotechnology.gpg.key | sudo apt-key add -
echo 'deb https://debian.neo4j.com stable latest' | sudo tee -a /etc/apt/sources.list.d/neo4j.list
sudo apt-get update
apt list -a neo4j
sudo apt-get install neo4j=1:5.19.0
sudo systemctl enable neo4j
sudo systemctl start neo4j
sudo systemctl status neo4j

Leave a Reply

Your email address will not be published. Required fields are marked *