I download it directly from the Exodus website but I can't run the software by double clicking or directly from the terminal
Asked
Active
Viewed 1,670 times
0
-
what is name of downloaded file – Arun Jun 09 '17 at 18:57
-
Exodus-linux-x64-1.26.2.zip – tafurovich Jun 09 '17 at 19:08
-
A .zip indicates an archive, a compressed set of file(s). You will need to expand the archive, and see what's in it to determine how to install the program. Please look at this long question to see installation methods for various types of files. Archive extraction can be done by right-clicking on the file, in the file manager. – Charles Green Jun 09 '17 at 20:02
1 Answers
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!

prolificslacker
- 1,275
-
-
-
cannot find or open Exodus-linux-x64-1.27.2.zip, Exodus-linux-x64-1.27.2.zip.zip or Exodus-linux-x64-1.27.2.zip.ZIP. – tafurovich Jun 09 '17 at 20:19
-
Are you in the directory you downloaded it to? Or did you follow my steps? – prolificslacker Jun 09 '17 at 20:20
-