How to remove Neo4j from Ubuntu 13.04

How to install Neo4j from Ubuntu 13.04 system

I tried under root privilege "apt-get remove neo4j" ...

But it didn't work, I can still see the neo4j package in the "/ etc" folder.

What should I do to remove Neo4j from my system?

+3


source to share


2 answers


try apt-get purge neo4j

to get rid of it



+7


source


Remove completely



  • For community posting

    sudo apt-get purge neo4j

  • For corporate publications

    sudo apt-get purge neo4j-enterprise

+2


source







All Articles