-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add uninstallation steps #1331
Add uninstallation steps #1331
Conversation
. Use the preferred package manager and write: | ||
[source] | ||
--- | ||
sudo dpkg -r neo4j |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should be sudo apt remove neo4j
|
||
In case you want to specifically remove Neo4j Desktop, refer to https://neo4j.com/docs/desktop-manual/current/troubleshooting/re-install/[Neo4j Desktop -> Re-installation of Desktop]. | ||
|
||
Follow these steps to uninstall Neo4j on Linux from a tarball: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think since this page is all about how to install using the deb package and the apt package manager, we can assume that any user here will be looking for uninstall instructions for deb. I think therefore we can just delete line 303
"Follow these steps to uninstall Neo4j on Linux from a tarball:"
|
||
[source] | ||
--- | ||
yum remove <NEO4J HOME> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should be sudo yum remove neo4j
. Delete the _Neo4j Desktop.app_ from the Applications folder. | ||
. Delete the _~/Library/Application Support/Neo4j Desktop_ and _~/.neo4j_ folders. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
earlier in the page we tell mac users to install with tar, so this will need the same instructions as that. I don't know if these extra steps about deleting something from the Applications folder are necessary, maybe check with someone who has a mac. @davidoliverSP2 perhaps?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I added some editorial comments.
|
||
== Uninstall Neo4j | ||
|
||
In case you want to specifically remove Neo4j Desktop, refer to https://neo4j.com/docs/desktop-manual/current/troubleshooting/re-install/[Neo4j Desktop -> Re-installation of Desktop]. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We don't need to mention Neo4j Desktop on each OS page, as there is nothing related to how to install Desktop on any of them. So, I think you should remove this sentence.
Co-authored-by: Reneta Popova <[email protected]>
Co-authored-by: Reneta Popova <[email protected]>
Thanks for the documentation updates. The preview documentation has now been torn down - reopening this PR will republish it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks, @lidiazuin!
Co-authored-by: Reneta Popova <[email protected]>
Co-authored-by: Reneta Popova <[email protected]>
Co-authored-by: Reneta Popova <[email protected]>
Cherry-picked from #1331 Co-authored-by: Reneta Popova <[email protected]>
Cherry-picked from #1331 Co-authored-by: Reneta Popova <[email protected]>
Cherry-picked from #1331 Co-authored-by: Reneta Popova <[email protected]>
Co-authored-by: Reneta Popova <[email protected]>
Co-authored-by: Reneta Popova <[email protected]>
Co-authored-by: Reneta Popova <[email protected]>
Cherry-picked #1331 Co-authored-by: Reneta Popova <[email protected]>
Cherry-picked from #1331 Co-authored-by: Reneta Popova <[email protected]>
Cherry-picked from #1331 Co-authored-by: Reneta Popova <[email protected]>
No description provided.