I want to install complete LAMP stack on my Ubuntu 14.04 in order to install Wordpress.
sudo apt-get install apache2
I am trying to install APACHE with the above and here's the error I am getting
dpkg: error processing package libapache2-mod-php5 (--configure):
subprocess installed post-installation script returned error exit status 1
E: Sub-process /usr/bin/dpkg returned an error code (1)
Can anyone recommend the best method to get the up and running.
Thanks
sudo apt-get install lamp-server^
... – Parto Dec 14 '15 at 10:00