4

I have downloaded this file and can't open it.

I haven't much experience in Linux but I tried several programs; Software-Center, synaptic, Archive manager, and gedit which was set as default and none of the will open it.

The file I'm trying to install is hexen2-installer-1.5.6-linux.run, which is available for download from here under Linux-installer.

Any help will be greatly appreciated.

Braiam
  • 67,791
  • 32
  • 179
  • 269

2 Answers2

5

Most likely as a result of it being downloaded it won't have the correct file permissions, first you'll need to make it executable:

chmod u+x hexen2-installer-1.5.6-linux.run

Then simply execute the file:

./hexen2-installer-1.5.6-linux.run
Richard
  • 8,502
  • 11
  • 47
  • 72
Flyk
  • 1,480
3

I will give you the GUI way;

  • Select that file with right click
  • Choose "Properties" from the menu
  • Select the "Permissions" tab
  • Check "Allow executing as a program"

enter image description here

Click on "Close" and double click the file to run it.

Flyk
  • 1,480
Raja G
  • 102,391
  • 106
  • 255
  • 328