Where is my software installed in Linux?
Posted
by David
on Stack Overflow
See other posts from Stack Overflow
or by David
Published on 2010-05-28T14:44:24Z
Indexed on
2010/05/28
15:02 UTC
Read the original article
Hit count: 170
I use whereis matlab
and find:
/usr/local/bin/matlab
, which is a very long bash file.
How can I find where matlab is installed, I mean, its installed folder.
EDIT:
I used the following method: open matlab and use edit svds.m to open the svds.m file and the editor shows the folder:)
© Stack Overflow or respective owner