How to list apoc and algo procedures?

UPDATE: algo do not correctly install - see other topic

Hi all,
I want to list the procedures installed with plugins.
I have neo4j 3.5.1 community and the relative apoc and algo procedures.

To list installed procedure the manual at

Introduction - Neo4j Graph Data Science

says to use

CALL algo.list()

which gives an error.

Calling
CALL dbms.procedures
works and give a list of procedures; but for algo the procedures are listed as
apoc.algo.xxxx

What is the method to list all the procedures (and functions) installed by the plugins?

Hi,

It's working fine for me. Check to see if you have the appropriate version of 'graphAlgorithms' jar file in your plugins directory.

Followed the instructions listed in : GitHub - neo4j-contrib/neo4j-graph-algorithms: Efficient Graph Algorithms for Neo4j.

-Kamal

Thanks Kamal
it seems to be an installation problem.

I reformulated the question in this thread:
https://community.neo4j.com/t/problem-installing-graph-algoritms/4338