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
Saubhagya Jena
source
to share
2 answers
try apt-get purge neo4j
to get rid of it
+7
Stefan Armbruster
source
to share
Remove completely
-
For community posting
sudo apt-get purge neo4j
-
For corporate publications
sudo apt-get purge neo4j-enterprise
+2
Amareshwar bhat
source
to share