I want to install the program ImageJ from the Ubuntu repositories (mainly because it's easier than compiling the code from source), but I need to add a few plugins to the basic installation.
I would like to know where would the program be installed (physically, like the directory path on my computer) so that I can manually add the plugins. Does anybody knows what it is?
Thank you very much!
dpkg -L packagename
to find all the directories and files related to that package. – g_p Sep 19 '14 at 11:29