LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   installig and executing softwares (https://www.linuxquestions.org/questions/linux-newbie-8/installig-and-executing-softwares-607052/)

gobicse 12-15-2007 10:11 PM

installig and executing softwares
 
hi all

am new to this forum.. also a fresher in linux platform..

am using red hat linux 9.

i dunno how to install a file in d command prompt and also how to run that software.
i am extracting the filename.bz2 file using file roller. also i got a folder with the extracted files. after that i dunno how to install and execute it... help me out.

Regards
gobi

AceofSpades19 12-16-2007 01:54 AM

first of all, red hat 9 is ancient, you should consider upgrading to a newer distribution such as fedora or ubuntu
to answer your question, you just need to open a terminal, cd to the directory where the .bz2 was unzipped and run ./<filename>, you might have to change the permissions to the executable first by running chmod 755 on the exectuable

lin_myworld 12-16-2007 06:40 AM

for installing ( if it is not a rpm package )
you should go the the directory in terminal in which u have extracted the files ...
Then follow the steps:
1)compile the installer using "./compile" command.
wait for compilation.
2)then run the command "make".
3)Then run the command "make install".
and ur done.

brianL 12-16-2007 09:06 AM

Among the extracted files the should be a 'README' and an 'INSTALL' file. Read them.


All times are GMT -5. The time now is 04:35 PM.