PDA

View Full Version : [ubuntu] how to install program .bin ?



tonjaa
July 9th, 2009, 05:13 AM
i try to download program and save at Desktop but it's .bin file name CollanosPhoneInstaller.bin
how i can install from terminal ? please guide me by step.

wojox
July 9th, 2009, 05:18 AM
Open a terminal


cd /Desktop


chmod 755 CollanosPhoneInstaller.bin

Then


./CollanosPhoneInstaller.bin

tonjaa
July 9th, 2009, 05:47 AM
:p thank you so much now i can installed . work!

loweehahn
August 3rd, 2009, 03:13 PM
I tried typing cd /Desktop but what I get is:

kelvin@ubuntu:~$ cd /desktop
bash: cd: /desktop: No such file or directory