Setting Up Repo
-
2. Adding Neo4j Database Repo
Then to Add Neo4j Database Repository for Debian
Simply execute:echo 'deb https://debian.neo4j.com stable latest' | sudo tee -a /etc/apt/sources.list.d/neo4j.list
-
3. Adding Neo4j Database GPG Key
Again to Add Neo4j Database GPG Signature Key
Do:wget -O - https://debian.neo4j.com/neotechnology.gpg.key | sudo apt-key add -
(For the Newer Release in case of apt-key Issue see: Gpg.d Keyring Setup Guide.)
-
4. Refreshing Debian Sources
Next to Refresh Debian Apt Repo Sources
Play:sudo apt update
Authenticate with the User Admin Pass.
If Got “User is Not in Sudoers file” then see: How to Enable sudo.
Contents