On Thu, 2005-03-03 at 05:55 +0200, Ahmed Abdel-Aliem wrote: > hi, > i have a problem installing the program zend studio over fedora core 3 > i downloaded the linux version form www.zend.com > the file name is ZendStudio-3_5_2.tar.gz > i extracted it and the result was a folder > ZendStudio-3_5_2 > contains two file which are : > bzip2 > ZendStudio-3_5_2.bin > > when i double click on bzip2 nothing happens, and when i double click > on the ZendStudio-3_5_2.bin it gives error as unknown file type > > i went to the terminal and tried those steps : > > -------------------------------- > > [root@localhost ~]# cd Desktop > [root@localhost Desktop]# cd ZendStudio-3_5_2 > [root@localhost ZendStudio-3_5_2]# dir > bzip2 ZendStudio-3_5_2.bin > [root@localhost ZendStudio-3_5_2]# bzip2 > bzip2: I won't write compressed data to a terminal. > bzip2: For help, type: `bzip2 --help'. > [root@localhost ZendStudio-3_5_2]# bunzip2 > bunzip2: I won't read compressed data from a terminal. > bunzip2: For help, type: `bunzip2 --help'. > [root@localhost ZendStudio-3_5_2]# bzip2 ZendStudio-3_5_2.bin Were there no instructions with this download? Have you tried: # file ZendStudio-3_5_2.bin and if that says that it's executable, try: # ./ZendStudio-3_5_2.bin Paul. -- Paul Howarth <paul@xxxxxxxxxxxx>