2

How can I uninstall Apache2 on Ubuntu 14.04, from the terminal? I don't know the commands.

1

2 Answers 2

15

This would do what you want

sudo apt-get remove apache2*
6

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
0

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.