LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   how do I make a program executable through the command prompt? (https://www.linuxquestions.org/questions/linux-software-2/how-do-i-make-a-program-executable-through-the-command-prompt-127020/)

iammeuno 12-18-2003 03:14 PM

how do I make a program executable through the command prompt?
 
I have downloaded, unzipped, and untarred a program called Opera. I want to be able to type the command opera in the command prompt, but I don't know what to do? If anyone could help me out I'd appreciate it a lot. Thanks.

trickykid 12-18-2003 03:29 PM

If its installed and in your current $PATH, then just type: opera &

And that should be the command to launch it.

If its not in your path, cd into the directory where it is located and do a: ./opera &


All times are GMT -5. The time now is 10:07 AM.