PDA

View Full Version : Can't open install file.


gurkan
08-10-2009, 12:13 PM
Hi!

Got Ubuntu 9.04. Downloaded RegnumOnlineInstall_32. When i try to open the file to extract all the files it says "Doesent support archive type" in swedish.

Thanks! :lightsabre:

DkySven
08-10-2009, 12:48 PM
Does the file have permission to be executed as a program?

gurkan
08-10-2009, 01:00 PM
yes, i am the owner of the file -_-
do i miss something to begin with, do i need something other than the "archivemanager" ?

DkySven
08-10-2009, 01:25 PM
To make a file executable you need to check a box at the bottom of the Permissions tabs, simply being owner of the file isn't enough.

_dracus_
08-10-2009, 02:00 PM
open a terminal:


chmod +x RegnumOnlineInstall_32
./RegnumOnlineInstall_32


Replace 32 by 64 if you are using the 64 bits installer.

gurkan
08-11-2009, 09:26 AM
Thnx, that helped!

volco
11-01-2009, 05:27 PM
To make a file executable you need to check a box at the bottom of the Permissions tabs, simply being owner of the file isn't enough.

lol, this is the most simplest but effective answer i've ever seen..

Myxir
11-01-2009, 06:10 PM
Copy and paste from terminal is even easier :p