I have uninstalled lamp but I want to install it again. But when I run this command
sudo apt-get install lamp-server^
But when I run this command through this error message
Unable to correct problems, you have held broken packages.
how to fix that?
sudo apt-get install apache2-mpm-prefork
. It is telling you that dependency is unmet and needs installed. – cutrightjm Dec 16 '15 at 05:34