Bitcoin Forum

Bitcoin => Electrum => Topic started by: adamas on December 20, 2015, 03:39:48 PM



Title: uninstall electrum
Post by: adamas on December 20, 2015, 03:39:48 PM
How to uninstall the client in Ubuntu and/or Tails (Debian)?
sudo pip uninstall electrum
sudo apt-get remove electrum
or else?


Title: Re: uninstall electrum
Post by: torusJKL on December 21, 2015, 06:07:59 AM
It depends on how you installed it.
Do you remember?


Title: Re: uninstall electrum
Post by: adamas on December 21, 2015, 03:22:21 PM
It depends on how you installed it.
Do you remember?
It was preinstalled on Tails (Debian).


Title: Re: uninstall electrum
Post by: twister on December 22, 2015, 05:06:45 PM
It depends on how you installed it.
Do you remember?
It was preinstalled on Tails (Debian).

If Tails comes with synaptic installed then just search and remove it from there.


Title: Re: uninstall electrum
Post by: torusJKL on January 03, 2016, 09:25:36 AM
You can search with the package manager using
Code:
apt-cache search electrum
which should give you something like
Code:
python-electrum - Easy to use Bitcoin client - Python module

Uninstall it with
Code:
apt-get remove python-electrum