I just did apt-get install cakephp
and it installed cake php but I have no idea where the root directory is. How can I find that? I'm using ubuntu 10.10
Asked
Active
Viewed 204 times
0
3 Answers
3
dpkg -L cakephp
Or if you want to know which package installed a file, use dpkg -S:
user@host:~$ dpkg -S /usr/share/php/cake/libs
cakephp: /usr/share/php/cake/libs

chrishiestand
- 974
- 12
- 23