monero-project / monero-gui

Monero: the secure, private, untraceable cryptocurrency
Other
1.74k stars 769 forks source link

Document how to uninstall the GUI on Linux #1166

Open Bomper opened 6 years ago

Bomper commented 6 years ago

I see a Windows installer README, but nothing for Linux. Is it sufficient to delete ~/.bitmonero in addition to the monero-gui-vx.x.x.x directory?

sanderfoobar commented 6 years ago

For those that come here via Google, the relevant paths are:

Please note that when creating a wallet from the CLI, it'll be saved in the same folder as the binary.

sanderfoobar commented 6 years ago

+help wanted

ghost commented 6 years ago

I am new to Monero but I think ~/.Monero/ is meant to be ~/Monero/ for the default wallet location (for monero-gui-v0.12.0.0 at least)

If a Linux user is unsure (for now) then running the following command in terminal should find any directories with a max depth of 2 that contain the string "monero"

find . -maxdepth 2 -type d -iname "*monero*" -print

Outputs the following