remove apache tar binary package in centos
Posted
by
user119720
on Server Fault
See other posts from Server Fault
or by user119720
Published on 2012-07-10T08:08:53Z
Indexed on
2012/07/10
9:17 UTC
Read the original article
Hit count: 234
I need help in removing binary package that had been installed in my linux machine. The scenario that I am having are such as like this:
I've already install latest apache that I get from its website(httpd.apache.org) through Unix binary package(tar.gz)
After successfully install program,the apache server web perfectly without any issues.
But then I having a thought,if there are another latest release version of apache in the future,then I need to make sure that i can upgrading current apache or reinstalling the new version apache.
So my question is, how do I ensure that I have remove the old remove apache and all its dependencies so that it will not having conflict(probably) when installing the new apache.
Right now the only thing that i can think of is to remove all the apache folder manually :
rm -rf /apache2
Hope someone can shed some light about this.Thanks.
© Server Fault or respective owner