I installed the nosql database Mongodb before on my ubuntu before. now I forget the installation path of it, does anybody know the trick or method to find out the installation path of a program on ubuntu?
|
feedback
|
migrated from stackoverflow.com Nov 8 '11 at 15:35
This question came from our site for professional and enthusiast programmers.
|
I would just do
then
on ubuntu the installation path will probably be somewhere in the /usr/share path. | |||
|
feedback
|
|
To find the path of the application, you can use the which command, followed by the executable that you would have run.
In here something like
I think. | |||
|
feedback
|
|
Try | |||
|
feedback
|