Author

Topic: How to delete Electrum (Linux - noob) (Read 750 times)

newbie
Activity: 3
Merit: 0
April 20, 2019, 01:13:09 AM
#11
Eventually, delete electrum like this:

OS: Ubuntu 19.04

Code:
sudo rm /usr/share/applications/electrum.desktop
sudo rm /usr/local/bin/electrum
rm -r ~/.electrum
newbie
Activity: 3
Merit: 0
April 20, 2019, 01:05:21 AM
#10
Hello biddicoin,
This exact question drove me NUTTSSSS!
Here's how to remove the new Electrum 3.0.3 from Linux Mint:

sudo pip3 uninstall electrum

You will still have to manually delete the hidden folder. Press CTRL  and H to reveal .electrum in your home folder.

That doesn't work for me.
I guess I installed Electrum with Appimage file.


Code:
> pip3 uninstall electrum
Skipping electrum as it is not installed.

newbie
Activity: 2
Merit: 0
January 21, 2018, 10:44:16 PM
#9
Hello biddicoin,
This exact question drove me NUTTSSSS!
Here's how to remove the new Electrum 3.0.3 from Linux Mint:

sudo pip3 uninstall electrum

You will still have to manually delete the hidden folder. Press CTRL  and H to reveal .electrum in your home folder.


Hello,

Your answer worked for me, but I've read that Electrum dependencies should also be removed. Do you know if it is python3-pyqt5 the package I should get rid of?

Thanks.
newbie
Activity: 4
Merit: 0
December 26, 2017, 12:44:46 AM
#8
Hello biddicoin,
This exact question drove me NUTTSSSS!
Here's how to remove the new Electrum 3.0.3 from Linux Mint:

sudo pip3 uninstall electrum

You will still have to manually delete the hidden folder. Press CTRL  and H to reveal .electrum in your home folder.
copper member
Activity: 2856
Merit: 3071
https://bit.ly/387FXHi lightning theory
September 09, 2017, 06:27:52 AM
#7
Thank you ,

I have the seed, this should be enough?

Yes the seed is enough to reproduce the wallet. You might want to note the PUBLIC KEY as well as you can import that anywhere and it cannot be used to produce private keys, just addresses (unless someone else already has a private key of an address which is unlikely).
sr. member
Activity: 1077
Merit: 250
CryptoTalk.Org - Get Paid for every Post!
September 09, 2017, 04:52:17 AM
#6
Thank you ,

I have the seed, this should be enough?
legendary
Activity: 1736
Merit: 1023
September 03, 2017, 01:22:09 PM
#5
I don't know if that works for me, because like I said I wasn't able to do the full installstion .

I use "python electrum"....

Yep, sounds like you aren't using an installed copy and you are just running it from the directory it was downloaded to.

You should be able to just remove the directory that it is stored in and it will remove it. Your wallets and configurations are stored in ~/.electrum/ so you would also have to remove that directory should you wish to remove everything. It is usually safer to leave wallet files in case you ever need them in the future though.
copper member
Activity: 2856
Merit: 3071
https://bit.ly/387FXHi lightning theory
September 03, 2017, 07:29:57 AM
#4
I don't know if that works for me, because like I said I wasn't able to do the full installstion .

I use "python electrum"....

It is enough just to delet everything that it installed.
Does the ~/.electrum folder have anything in it? If it doesn't, it's likely that if it didn't install successfully then it remove all the files from it when it aborted the installation.
sr. member
Activity: 1077
Merit: 250
CryptoTalk.Org - Get Paid for every Post!
September 03, 2017, 06:33:03 AM
#3
I don't know if that works for me, because like I said I wasn't able to do the full installstion .

I use "python electrum"....
staff
Activity: 3500
Merit: 6152
September 03, 2017, 02:35:11 AM
#2
Have you tried this?:

Code:
sudo pip uninstall electrum

This should delete everything except the folder where all your wallet details are so you can go to ~/.electrum and remove the rest from there manually.
sr. member
Activity: 1077
Merit: 250
CryptoTalk.Org - Get Paid for every Post!
August 31, 2017, 07:07:28 AM
#1
Hello @ll,

I want to know how I can delete/uninstall Electrum on Linux Mint.

I always start it with the "python electrum" command because the full Installation didn't work for me.

Is it enough to delete all Electrum folders found on Linux?

Do you know the path where the files are?

Thank you!

Biddi
Jump to: