Where is the phpmyadmin installed when I run apt-get install phpmyadmin?
Asked
Active
Viewed 3,359 times
2 Answers
3
You should be able to track down all details with this article,
How To Manage Packages Using apt-get, apt-cache, apt-file and dpkg Commands
(With 13 Practical Examples).
There is also a similar question here,
List of files installed from apt package.
You might find these pages useful,
Now if you really want to put everything in /var/www, maybe you should install it manually instead of using a package.
– raphink May 27 '10 at 09:30