1. Navigate to ledger.com/ledger-live/download.
2. Download the Ledger Live AppImage.
3. Make the file executable in a terminal:
chmod +x ledger-live-*.AppImage
4. Enter the following command to automatically add the udev rules and reload udev
to allow USB access to your Ledger device:
wget -q -O -
https://raw.githubusercontent.com/LedgerHQ/udev-rules/master/ad
d_udev_rules.sh | sudo bash
5. Launch the AppImage by double-clicking on it or via your terminal.
If you get a sandboxing error, run the app with --no-sandbox:
./ledger-live-desktop-*.AppImage --no-sandbox
Using the graphical user interface
1. Navigate to ledger.com/ledger-live/download.
2. Download the Ledger Live AppImage.
3. Go to the Downloads folder.
4. Right-click on the Ledger Live AppImage you downloaded and click Properties.
5. Go to the Permissions tab.
6. In the Execute field, tick Allow executing file as program.