Issue
I tried installing php in ubuntu 16.04 using following command:
sudo apt-get install php7.0-mysql php7.0-curl php7.0-json php7.0-cgi php7.0 libapache2-mod-php7
but it says
Unable to locate package libapache2-mod-php7
Should I skip this or install by an alternative way?
Solution
The name of the package is libapache2-mod-php7.0
Try again by having that .0
at the end and it should work.
Answered By - rinSer Answer Checked By - Clifford M. (WPSolving Volunteer)