I found this part of bash command on a forum and confused as to why there are two parts in it.
sudo apt-get install php5 libapache2-mod-php5 -y
What is libapache2-mod-php5? If thats PHP why is php5 separately used in the expression?
Thanks for any help.
I only need help understanding the bash expression.