Apache
Apache Server
# install apache apt-get install -y apache2 # stop apache apachectl stop sudo systemctl stop apache2 # remove apache sudo apt-get purge apache2 sudo apt remove apache2* sudo apt autoremove
# install apache apt-get install -y apache2 # stop apache apachectl stop sudo systemctl stop apache2 # remove apache sudo apt-get purge apache2 sudo apt remove apache2* sudo apt autoremove