LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   program invoc. prob... (https://www.linuxquestions.org/questions/linux-software-2/program-invoc-prob-126358/)

mahamkali 12-16-2003 10:57 AM

program invoc. prob...
 
Hi ,
I have recently installed realplayer and from the command line when i tried to type 'realplay' the player is not getting started but insted when i go to the directory '/usr/lib/RealPlayer8/' and then i type 'realplay', it is getting started.
My question is how to make the command 'realplay' work from anywhere on my system. Is there a place to write all these comands?

thanks,
siva

kilgoretrout 12-16-2003 11:15 AM

Create a link to it in /usr/bin by running the following as root:

# ln -s /usr/lib/RealPlayer8/realplay /usr/bin/realplay

That should work.

mahamkali 12-16-2003 11:18 AM

Great! it worked thank you very much


siva


All times are GMT -5. The time now is 09:34 PM.