0

I'm trying to install latest Sencha Cmd on linux and it is failing.

Failed to execute default file manager.

I would think an install would be the easy part?

agaezcode
  • 168
  • 2
  • 2
  • 15
Greg Lafrance
  • 809
  • 15
  • 35

2 Answers2

0

Sencha Cmd is not supported by all Linux versions so maybe you have an older version. Try upgrading or installing on Windows

sexp1stol
  • 445
  • 4
  • 17
0

I had to do this:

file SenchaCmd-4.0.2.67-linux-x64.run.zip SenchaCmd-4.0.2.67-linux-x64.run.zip mkdir ala cd ala unzip ../SenchaCmd-4.0.2.67-linux-x64.run.zip chmod +x SenchaCmd-4.0.2.67-linux-x64.run ./SenchaCmd-4.0.2.67-linux-x64.run

Greg Lafrance
  • 809
  • 15
  • 35