cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

Can't install neo4j

When installing neo4j, an error happened.

My environment is Ubuntu 18.04 LTS on GCE.

Command is below. (https://neo4j.com/docs/operations-manual/current/installation/linux/debian/)

wget -O - https://debian.neo4j.org/neotechnology.gpg.key | sudo apt-key add -
echo 'deb https://debian.neo4j.org/repo stable/' | sudo tee -a /etc/apt/sources.list.d/neo4j.list
sudo apt-get update

Error massage is below.

W: GPG error: http://debian.neo4j.org/repo stable/ Release: The following signatures were invalid: BADSIG 26C95CF201182252 Neo Technology Admins <admins@neotechnology.com>
E: The repository 'http://debian.neo4j.org/repo stable/ Release' is not signed.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
W: Target Packages (Packages) is configured multiple times in /etc/apt/sources.list.d/neo4j.list:1 and /etc/apt/sources.list.d/neo4j.list:2
W: Target Translations (en) is configured multiple times in /etc/apt/sources.list.d/neo4j.list:1 and /etc/apt/sources.list.d/neo4j.list:2

What should I do?

4 REPLIES 4

The certificate was expired. This should have been fixed meanwhile, maybe it takes some time to propagate.

Sorry for the inconvenince there, the key was indeed expired. The key is now updated.
You can redo:

wget -O - https://debian.neo4j.org/neotechnology.gpg.key | sudo apt-key add -

or to update the apt keys list from the keyserver:

sudo apt-key adv --recv-keys --keyserver keys.gnupg.net D37F5F19 01182252

I succeeded installing neo4j.
Thank you so much!

Hi! Have these been updated again? I'm trying to `` sudo apt-get update`   on my Ubuntu 22.04, but this error appears:

`` ` ` Get:1 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB]
Hit:2 https://dl.google.com/linux/chrome/deb stable InRelease
Hit:3 http://co.archive.ubuntu.com/ubuntu jammy InRelease
Ign:4 https://debian.neo4j.org/apt stable InRelease
Hit:5 https://debian.neo4j.com stable InRelease
Err:6 https://debian.neo4j.org/apt stable Release
404 Not Found [IP: 13.32.230.92 443]
Get:7 http://co.archive.ubuntu.com/ubuntu jammy-updates InRelease [114 kB]
Hit:8 https://ppa.launchpadcontent.net/libreoffice/ppa/ubuntu jammy InRelease
Get:9 http://co.archive.ubuntu.com/ubuntu jammy-backports InRelease [107 kB]
Reading package lists... Done
N: Ignoring file 'wget-log' in directory '/etc/apt/sources.list.d/' as it has no filename extension
E: The repository 'https://debian.neo4j.org/apt stable Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
W: https://debian.neo4j.com/dists/stable/InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details.` ` `