0

I download it directly from the Exodus website but I can't run the software by double clicking or directly from the terminal

1 Answers1

0

Looking at the website, the Exodus wallet for Linux downloads as a zip archive containing a binary file.

Here is how you can download/install Version 1.27.2:

$ wget https://exodusbin.azureedge.net/releases/Exodus-linux-x64-1.27.2.zip
$ unzip Exodus-linux-x64-1.27.2.zip 
$ exodus-1.27.2/Exodus-linux-x64/Exodus

And Exodus now installs!