Step-by-step – Electrum Installation in LXLE

December 3, 2020 | By the+gnu+linux+evangelist.

Installing

  1. 2. Installing Dependencies

    Then to Install Required Stuff
    Run:

    sudo apt install python3-pyqt5 libsecp256k1-0 python3-cryptography python3-setuptools python3-pip
  2. 3. Downloading Electrum

    Download Electrum for LXLE GNU/Linux

    Electrum tar.gz Archive

    Possibly, on Firefox Prompt Choose “Save File”:

    Firefox Prompt
  3. 4. Installing Electrum

    Then to Install Electrum on LXLE
    First, access the Target Folder usually with:

    cd && cd Downloads

    To Check it’s there List the contents with:

    ls . | grep Electrum

    The grep Command refine the output List showing only the Entries matching the Keyword.
    But if you are in Trouble to Find the Location on Terminal then See: How to Access Downloads Folder from Browser.
    And then simply play:

    python3 -m pip install --user ./Electrum-4.0.5.tar.gz

    Finally, to amend the User’s Path:

    echo "export PATH=$PATH:$HOME/.local/bin" >> ~/.bashrc

    Again to reload the Environment:

    bash

Contents


QuickChic Theme • Powered by WordPress