LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Where is my ezpublish-src install? (https://www.linuxquestions.org/questions/linux-software-2/where-is-my-ezpublish-src-install-484697/)

evildreamer 09-18-2006 01:03 PM

Where is my ezpublish-src install?
 
I'm running ubuntu dapper and tried to install ezpublish-src via the synaptic package manager. It did it's bits and all seemed to go well. But where has it gone and how do i run it? I can't find it on the menu's anywhere. I've seen it various directories so i believe it is there. How do i run it and use it etc?

stress_junkie 09-19-2006 10:55 PM

You might find it in /usr/src. If it isn't there then you can find it with the find command as follows:
Code:

find / -name \*ezpub\*
Hopefully at least some of the files, or the directory where they reside, have "ezpub" in their name.


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