I'm trying to install phpMyAdmin to use with my already-installed LAMP server. I used
Code:
$ sudo apt-get install phpmyadmin
...which downloaded the software successfully, but when I try typing http://localhost/phpMyAdmin, I get a 404. Apache is up and running smoothly, but how can I access phpMyAdmin?