faqts : Computers : Operating Systems : Linux : Shell Commands

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

53 of 135 people (39%) answered Yes
Recently 3 of 10 people (30%) answered Yes

Entry

how to uninstall apache on linux from tar

Apr 7th, 2005 18:44
Michael Thomas, Kenan Bektas, emitkins@leetirc.com emitkins@leetirc.com,


Unless you installed it to the different directory, it is very hard to 
track all of the files in the disk.

The major directory/files could be removed are as follows;

/usr/local/apache*
/usr/bin/http*

________

rm -rf /usr/local/apache2

will well and truly zap it. In general, the entire distribution is
installed under the path defined by the "--prefix" switch during the
"configure" stage.

from Owen.Boyle@swx.com at http://mail-archives.eu.apache.org/