Just wanted to check If there's any way to check If APACHE is installed on my ubntu 14.04 machine.
I am trying to install LAMP
on my ubuntu.
You can use below commands to check if apache is installed or not
dpkg --get-selections | grep apache
or
apache2 -v