如何从Ubuntu 13.04卸载Neo4j

Sau*_*ena 5 uninstall neo4j

如何从Ubuntu 13.04系统安装Neo4j

我试过root权限"apt-get remove neo4j"...

但它没有用,我仍然可以在我的'/ etc'文件夹中看到neo4j包.

如何从我的系统中卸载Neo4j?

Ste*_*ter 10

试着apt-get purge neo4j摆脱它

  • `sudo apt-get purge neo4j*`只是为了确定一下。然后,还有“sudo apt-get autoremove”。 (3认同)

小智 5

完全移除

  1. 对于社区版

    须藤apt-get purge neo4j

  2. 企业版

    须藤apt-get purge neo4j-enterprise


小智 5

对于社区版本

sudo apt-get purge neo4j  
Run Code Online (Sandbox Code Playgroud)

对于企业版

sudo apt-get purge neo4j-enterprise  
Run Code Online (Sandbox Code Playgroud)