Dear all:
I successfully unzipped and installed the software: miRanda-aug2010.tar.gz, on the xubuntu in Oracle VM VirtualBox under my Window 7, following the instruction: http://www.microrna.org/microrna/faq.do#question8anchor
But I can't run the installed program. Whenever I typed: miranda, it gave me this message: miranda: command not found
Does anyone know how to solve this problem?
Thanks a lot. Frank
1 answer
Go into the directory where you have installed miRanda and do run ls command. If you find miRanda there, then you can run it usually like
$ miranda
If not, then check where the program is installed (assuming that you installed it correctly). Some programs are installed in a folder named bin inside the installation folder
If the program installed correctly and runs by above method, you may need to set the PATH of the directory so that you can run from anywhere. See here
Log in to answer this question.
Dear Santosh:
Thank you very much for your help.
With your information, in addition, I changed my command from: miranda to ./miranda
it worked!
Best regards, Frank
Please use
ADD COMMENTorADD REPLYto answer to previous reactions, as such this thread remains logically structured and easy to follow. I have now moved your reaction but as you can see it's not optimal. Adding an answer should only be used for providing a solution to the question asked.If an answer was helpful you should upvote it, if the answer resolved your question you should mark it as accepted.

That's fantastic! A side note: If you were able to add PATH, you may also add
"."(the current directory) in the PATH. That will allow you to run it simply as miranda (ie no need to prefix with ./ )