Stack Exchange network consists of 183 Q&A communities including Stack Overflow, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers.
Stack Overflow for Teams is now called Stack Internal. Bring the best of human thought and AI automation together at your work.
Bring the best of human thought and AI automation together at your work. Learn more
Stack Internal
Knowledge at work
Bring the best of human thought and AI automation together at your work.
How can I uninstall Apache2 on Ubuntu 14.04, from the terminal? I don't know the commands.
sudo apt-get sudo apt-get remove apache2
This would do what you want
sudo apt-get remove apache2*
If you just want to remove apache use:
sudo apt-get remove apache2
Though if you don't intend to reinstall at some point and would like to remove all of apache's configuration files then use:
sudo apt-get purge apache2
Start asking to get answers
Find the answer to your question by asking.
Explore related questions
See similar questions with these tags.
sudo apt-get sudo apt-get remove apache2. Please refer here : askubuntu.com/questions/151941/…