LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Running a new program (https://www.linuxquestions.org/questions/linux-newbie-8/running-a-new-program-53986/)

bananaman 04-08-2003 05:34 AM

Running a new program
 
I think this is a real newbie question, sorry.

I've just been through the procedure to install a new application on Redhat 7.2. (The application was swftools, but I don't think it's relevant to my question).

All the wget, gzip, make, make install commands seemed to work sucessfully, but when I try to run the newly installed application I get this:

pdf2swf -h

bash: pdf2swf: command not found


I get this when I am in the directory where I think the relevant executable file resides.

What am I doing wrong? I am sure it must be something really simple.

bananaman 04-08-2003 05:55 AM

Just so nobody wastes time answering me, I've worked it out:

./pdf2swf -h

acjt 04-08-2003 01:04 PM

You understand why this works though?

nakkaya 04-08-2003 03:54 PM

btw if you dont know where the app is installed do a
whereis app
or locate app

david_ross 04-08-2003 04:00 PM

If you fresh install an app you may want to run "updatedb" before using locate.


All times are GMT -5. The time now is 09:06 AM.