neo4j version: 3.5.19 - Community (dockerised). APOC 3.5.0.12Using browser to run commands (Chrome Linux [Ubuntu])
command run:
CALL apoc.uuid.install('Person') YIELD label, installed, properties RETURN label, installed, properties
Result: As per to...