Bitcoin Forum
May 14, 2024, 01:17:49 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Help! Electrum - Linux can't install (eng, esp, ita, pycc)  (Read 153 times)
guanabana (OP)
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile
May 19, 2023, 07:53:13 PM
 #1

I tried to install Electrum Wallet on Linux Ubuntu 22.04.2 but, can't extract the appimage file taken from the electrum.org. I tried trough the  terminal, but it seems that miss some permission or some document. is there some detailed instruction for this? also on youtube all videos are old and doesn't function. thank you. replies in english, español, italiano, russian
1715649469
Hero Member
*
Offline Offline

Posts: 1715649469

View Profile Personal Message (Offline)

Ignore
1715649469
Reply with quote  #2

1715649469
Report to moderator
"If you don't want people to know you're a scumbag then don't be a scumbag." -- margaritahuyan
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715649469
Hero Member
*
Offline Offline

Posts: 1715649469

View Profile Personal Message (Offline)

Ignore
1715649469
Reply with quote  #2

1715649469
Report to moderator
1715649469
Hero Member
*
Offline Offline

Posts: 1715649469

View Profile Personal Message (Offline)

Ignore
1715649469
Reply with quote  #2

1715649469
Report to moderator
JeromeTash
Legendary
*
Offline Offline

Activity: 2142
Merit: 1213


Heisenberg


View Profile
May 19, 2023, 09:59:39 PM
Merited by Sarah Azhari (1)
 #2

I tried to install Electrum Wallet on Linux Ubuntu 22.04.2 but, can't extract the appimage file taken from the electrum.org. I tried trough the  terminal, but it seems that miss some permission or some document. is there some detailed instruction for this? also on youtube all videos are old and doesn't function. thank you. replies in english, español, italiano, russian
I have some challenges installing the app via the terminal as well, but I am yet to figure out what went wrong

However, via the AppImage file option. Just download it. Right-click on the file and, down under properties, enable the "Executable as Program" option. Once you are done with that, close the tab.

Now, right-click on the AppImage file again, you will be able to see the "Run as program" option, click on it, and you are good to go

█████████████████████████
██
█████▀▀███████▀▀███████
█████▀░░▄███████▄░░▀█████
██▀░░██████▀░▀████░░▀██
██▀░░▀▀▀████████████░░▀██
██░░█▄████▀▀███▀█████░░██
██░░███▄▄███████▀▀███░░██
██░░█████████████████░░██
██▄░░████▄▄██████▄▄█░░▄██
██▄░░██████▄░░████░░▄██
█████▄░░▀███▌░░▐▀░░▄█████
███████▄▄███████▄▄███████
█████████████████████████
.
.ROOBET 2.0..██████.IIIIIFASTER & SLEEKER.██████.
|

█▄█
▀█▀
████▄▄██████▄▄████
█▄███▀█░░█████░░█▀███▄█
▀█▄▄░▐█████████▌▄▄█▀
██▄▄█████████▄▄████▌
██████▄▄████████
█▀▀████████████████
██████
█████████████
██
█▀▀██████████████
▀▀▀███████████▀▀▀▀
|.
    PLAY NOW    
BitMaxz
Legendary
*
Offline Offline

Activity: 3248
Merit: 2972


Block halving is coming.


View Profile WWW
May 19, 2023, 10:47:12 PM
 #3

Have you tried the guide provided by electrum.org under "Installation from Python sources" or the guide provided from their github page here

If it didn't work would you mind to copy paste the error here so that we know what command you stuck.

█▀▀▀











█▄▄▄
▀▀▀▀▀▀▀▀▀▀▀
e
▄▄▄▄▄▄▄▄▄▄▄
█████████████
████████████▄███
██▐███████▄█████▀
█████████▄████▀
███▐████▄███▀
████▐██████▀
█████▀█████
███████████▄
████████████▄
██▄█████▀█████▄
▄█████████▀█████▀
███████████▀██▀
████▀█████████
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
c.h.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀█











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
Sarah Azhari
Hero Member
*****
Offline Offline

Activity: 868
Merit: 739


View Profile
May 20, 2023, 12:01:52 AM
 #4

I tried to install Electrum Wallet on Linux Ubuntu 22.04.2 but, can't extract the appimage file taken from the electrum.org. I tried trough the  terminal, but it seems that miss some permission or some document. is there some detailed instruction for this? also on youtube all videos are old and doesn't function. thank you. replies in english, español, italiano, russian
However, via the AppImage file option. Just download it. Right-click on the file and, down under properties, enable the "Executable as Program" option. Once you are done with that, close the tab.

+1, OP just miss that step. I miss that step also a few hours ago after trying to install it on bootable Linux. OP must go to property and the permission tab to tick "allow executing file as program"

https://github.com/spesmilo/electrum-docs/blob/master/tails.rst
Quote
Open Home/Persistent folder (where the appimage will now live), right click on the appimage and select Properties. Select the Permissions tab and click "Allow executing file as program" then close the dialog. More detailed instructions with screenshots are available here

If still didn't work, OP could use appimagetool to extract an existing AppImage into an AppDir

Code:
appimagetool -v /path/to/AppDir

or just simple use this code into terminal:

Code:
./electrum --appimage-extract

Here many step you could try : https://superuser.com/questions/1301583/how-can-i-extract-files-from-an-appimage
Husires
Legendary
*
Offline Offline

Activity: 1596
Merit: 1287



View Profile WWW
May 20, 2023, 04:31:36 AM
 #5

I tried to install Electrum Wallet on Linux Ubuntu 22.04.2 but, can't extract the appimage file taken from the electrum.org. I tried trough the  terminal, but it seems that miss some permission or some document. is there some detailed instruction for this? also on youtube all videos are old and doesn't function. thank you. replies in english, español, italiano, russian

You do not need to extract the appimage, but you need to run it by clicking on Properties and then Executable as Program.
If you are not a Linux user, it is better to download Electrum on an operating system that you know, although the possibility of exposure to viruses on Linux is less, but the possibility of making a mistake remains, and therefore it is better to use an operating system familiar with it or buy a hardware wallet.

.BEST..CHANGE.███████████████
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
███████████████
..BUY/ SELL CRYPTO..
guanabana (OP)
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile
May 23, 2023, 04:24:53 PM
Last edit: May 23, 2023, 07:11:28 PM by guanabana
 #6

Thank you alls for the suggestions. I've got! the problem was that also Ledger Live was going in that moment, what is not permited to execute correctly. But it surged another question: why the account which is on 25-th word doesn't visualize the balance?
Yamane_Keto
Sr. Member
****
Offline Offline

Activity: 476
Merit: 487



View Profile WWW
May 24, 2023, 08:31:23 AM
 #7

Thank you alls for the suggestions. I've got! the problem was that also Ledger Live was going in that moment, what is not permited to execute correctly. But it surged another question: why the account which is on 25-th word doesn't visualize the balance?
you mean hidden wallet? Go to File > New/Restore, choose a wallet name (any name) and connect using your HW device, enter PIN and correct PIN and correct passphrase + right derivation path

You can find out right derivation path by the type of address you used in the past. Did it started with 1, 3, or bc1? According to this order, you choose one, two, or three option.


Try this and you will succeed. As long as the balance is zero, I think your problem is in the last right derivation step. Otherwise, your problem is in one of the first steps.

To access your standard wallet (first wallet or not hidden one), Go to File > New/Restore, choose a wallet name (any name) and connect using your HW device, enter PIN and correct PIN and make passphrase blank.

you you will need new wallet file per account/derivation

.BEST.CHANGE..███████████████
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
███████████████
..BUY/ SELL CRYPTO..
guanabana (OP)
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile
May 24, 2023, 06:20:07 PM
 #8

thank you for your explication. Yes, it was error in derivation path. I left everything as default and in that way gone well.
Tell me please: suppose, one day, if my Ledger devise will stop function for some reason, how will I be able to access to my wallet which seed phrase & passphrase (25th word) I have with Electrum wallet?
Thank you & I'm sorry for may be stupid questions, I'm a newer  Roll Eyes  
DireWolfM14
Copper Member
Legendary
*
Offline Offline

Activity: 2184
Merit: 4238


Join the world-leading crypto sportsbook NOW!


View Profile WWW
May 24, 2023, 06:37:33 PM
Last edit: May 24, 2023, 06:49:43 PM by DireWolfM14
 #9

It sounds like you got Electrum to run on your system, but I'll make a suggestion about running an AppImage in Ubuntu:

I've had the same issue when I've installed Ubuntu Minimal, it appears that installing the OS with that method doesn't install libfuse2, a specific library needed to run some app images.  To fix the issue:

Code:
sudo apt install libfuse2



Tell me please: suppose, one day, if my Ledger devise will stop function for some reason, how will I be able to access to my wallet which seed phrase & passphrase (25th word) I have with Electrum wallet?

You can use Electrum to restore your wallet without needing the Ledger.  You can use your seed phrase to create a new wallet in Electrum, and on the tab where you enter your seed, there's a button to allow you choose some options.  You need select the option for an extended seed, then enter your extra word in the dialogue box for the extension.


  ▄▄███████▄███████▄▄▄
 █████████████
▀▀▀▀▀▀████▄▄
███████████████
       ▀▀███▄
███████████████
          ▀███
 █████████████
             ███
███████████▀▀               ███
███                         ███
███                         ███
 ███                       ███
  ███▄                   ▄███
   ▀███▄▄             ▄▄███▀
     ▀▀████▄▄▄▄▄▄▄▄▄████▀▀
         ▀▀▀███████▀▀▀
░░░████▄▄▄▄
░▄▄░
▄▄███████▄▀█████▄▄
██▄████▌▐█▌█████▄██
████▀▄▄▄▌███░▄▄▄▀████
██████▄▄▄█▄▄▄██████
█░███████░▐█▌░███████░█
▀▀██▀░██░▐█▌░██░▀██▀▀
▄▄▄░█▀░█░██░▐█▌░██░█░▀█░▄▄▄
██▀░░░░▀██░▐█▌░██▀░░░░▀██
▀██
█████▄███▀▀██▀▀███▄███████▀
▀███████████████████████▀
▀▀▀▀███████████▀▀▀▀
▄▄██████▄▄
▀█▀
█  █▀█▀
  ▄█  ██  █▄  ▄
█ ▄█ █▀█▄▄█▀█ █▄ █
▀▄█ █ ███▄▄▄▄███ █ █▄▀
▀▀ █    ▄▄▄▄    █ ▀▀
   ██████   █
█     ▀▀     █
▀▄▀▄▀▄▀▄▀▄▀▄
▄ ██████▀▀██████ ▄
▄████████ ██ ████████▄
▀▀███████▄▄███████▀▀
▀▀▀████████▀▀▀
█████████████LEADING CRYPTO SPORTSBOOK & CASINO█████████████
MULTI
CURRENCY
1500+
CASINO GAMES
CRYPTO EXCLUSIVE
CLUBHOUSE
FAST & SECURE
PAYMENTS
.
..PLAY NOW!..
guanabana (OP)
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile
May 24, 2023, 06:49:55 PM
 #10

yes, I've got run electrum on my Ubuntu, I had only problem of some permit and my Ledger Live was going, so Electrum didn't want to see the ledger hardware.
guanabana (OP)
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile
May 24, 2023, 06:59:54 PM
 #11

Tell me please: suppose, one day, if my Ledger devise will stop function for some reason, how will I be able to access to my wallet which seed phrase & passphrase (25th word) I have with Electrum wallet?

You can use Electrum to restore your wallet without needing the Ledger.  You can use your seed phrase to create a new wallet in Electrum, and on the tab where you enter your seed, there's a button to allow you choose some options.  You need select the option for an extended seed, then enter your extra word in the dialogue box for the extension.

https://i.postimg.cc/mDtF7WJN/image.png
[/quote]

Thank you very much for explication, now I see! So I can sleep peacefully, knowing that there is no need of Ledger device for backing in possession of my wallet.

I read that the Electrum is a cold wallet. Does it mean, that it runs when the PC is offline? If yes, in which way the  transactions does happen if the computer do not connect to internet?
Thanks a lot!
Sarah Azhari
Hero Member
*****
Offline Offline

Activity: 868
Merit: 739


View Profile
May 25, 2023, 12:02:56 AM
 #12

yes, I've got run electrum on my Ubuntu, I had only problem of some permit and my Ledger Live was going, so Electrum didn't want to see the ledger hardware.
If Electrum doesn't detect your ledger, maybe something is wrong with the cable USB, or the Bitcoin application didn't install yet on the ledger application or you didn't Set up the udev rules. So if your problem with the last one, you have to set it up 1st by go to the terminal, and set it up by following the code:
Code:
wget -q -O - https://raw.githubusercontent.com/LedgerHQ/udev-rules/master/add_udev_rules.sh | sudo bash

https://support.ledger.com/hc/en-us/articles/115005165269-Fix-connection-issues?support=true

I read that the Electrum is a cold wallet. Does it mean, that it runs when the PC is offline? If yes, in which way the  transactions does happen if the computer do not connect to internet?
Thanks a lot!
Yes, you can run Electrum offline without being connected to the internet, you can use offline transactions until Sign, but for broadcast, you need the internet.

On electrum 4.3.3, you have to carefully because the new update looks different when transaction. You have to click Preview tab when being new transaction appears tab sign and broadcast, so if you click OK the transaction being together with sign and broadcast.
NotATether
Legendary
*
Offline Offline

Activity: 1596
Merit: 6740


bitcoincleanup.com / bitmixlist.org


View Profile WWW
May 25, 2023, 10:55:49 AM
 #13

Now, right-click on the AppImage file again, you will be able to see the "Run as program" option, click on it, and you are good to go

You can also just open a terminal to the downloads folder and type chmod +x ./Electrum-<whatever-version>.AppImage for identical results.

.
.BLACKJACK ♠ FUN.
█████████
██████████████
████████████
█████████████████
████████████████▄▄
░█████████████▀░▀▀
██████████████████
░██████████████
████████████████
░██████████████
████████████
███████████████░██
██████████
CRYPTO CASINO &
SPORTS BETTING
▄▄███████▄▄
▄███████████████▄
███████████████████
█████████████████████
███████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
███████████████████████
█████████████████████
███████████████████
▀███████████████▀
█████████
.
joniboini
Legendary
*
Offline Offline

Activity: 2184
Merit: 1792



View Profile WWW
May 26, 2023, 12:38:31 AM
 #14

read that the Electrum is a cold wallet. Does it mean, that it runs when the PC is offline? If yes, in which way the  transactions does happen if the computer do not connect to internet?
Thanks a lot!
You can use Electrum as a cold wallet or a hot wallet, it depends on your setup (you can also clarify what you mean by cold wallet, since some sources differ on its definition afaik). You might want to check this guide[1] or search about "airgap setup" on this board if you want to read further.

[1] https://electrum.readthedocs.io/en/latest/coldstorage.html

███████████████████████████
███████▄████████████▄██████
████████▄████████▄████████
███▀█████▀▄███▄▀█████▀███
█████▀█▀▄██▀▀▀██▄▀█▀█████
███████▄███████████▄███████
███████████████████████████
███████▀███████████▀███████
████▄██▄▀██▄▄▄██▀▄██▄████
████▄████▄▀███▀▄████▄████
██▄███▀▀█▀██████▀█▀███▄███
██▀█▀████████████████▀█▀███
███████████████████████████
.
.Duelbits.
..........UNLEASH..........
THE ULTIMATE
GAMING EXPERIENCE
DUELBITS
FANTASY
SPORTS
████▄▄█████▄▄
░▄████
███████████▄
▐███
███████████████▄
███
████████████████
███
████████████████▌
███
██████████████████
████████████████▀▀▀
███████████████▌
███████████████▌
████████████████
████████████████
████████████████
████▀▀███████▀▀
.
▬▬
VS
▬▬
████▄▄▄█████▄▄▄
░▄████████████████▄
▐██████████████████▄
████████████████████
████████████████████▌
█████████████████████
███████████████████
███████████████▌
███████████████▌
████████████████
████████████████
████████████████
████▀▀███████▀▀
/// PLAY FOR  FREE  ///
WIN FOR REAL
..PLAY NOW..
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!