1

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

Skyhawk
  • 14,230

2 Answers2

7

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

raphink
  • 13,027
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,

nik
  • 7,140