Where is the phpmyadmin installed when I run apt-get install phpmyadmin?

link|improve this question
feedback

2 Answers

up vote 7 down vote accepted

Use dpkg -L phpmyadmin to list the files installed by the package.

link|improve this answer
I want to move the phpmyadmin to /var/www which is the apache web root folder – dave May 27 '10 at 8:50
Why? The phpmyadmin Ubuntu package comes with a proper apache2 vhost configuration. 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 9:30
feedback

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,

link|improve this answer
feedback

Your Answer

 
or
required, but never shown