APOC plugin for Neo4j cannot be installed

here is a solution:

  1. copy this file 'apoc-5.14.0-core.jar' from /var/lib/neo4j/labs/ to /var/lib/neo4j/plugins
  2. update this file /var/lib/neo4j/conf/neo4j.conf
    dbms.security.procedures.unrestricted=apoc.*
    dbms.security.procedures.allowlist=apoc.*