Installation of neo4j on ubuntu 14.04 fails

Viewed 2331
2 Answers

I had the same problem on Debian and installing "apt-transport-https" fixed it because deb https://debian.neo4j.org/repo stable/ is using https. You can install it with this:

sudo apt install apt-transport-https
Related