分享

How To Remove Uninstall Apache From Linux Shell Command Re-install Back

 engineer 2010-01-26
REMOVE apache:
to remove apache, there are serveral way these are the ways i know

OPTION 1: Run this command if you installed apache with RPM or throug the automatic option during the Fedora/Red Hat OS installation.

     Code:
yum remove httpd


OPTION 2: Run
     Code:
/etc/init.d/httpd stop

to get the package name. It should come back with something like this:
     Code:
apachecfg-0.3.1-6
apache-1.2.5-1
You can then use this command to remove Apache:

     Code:
rpm -e apache-1.2.5-1


OPTION 3. If you compiled apache on your own. If you did a manual install then just delete /usr/local/apache (or wherever it is installed).

OPTION 4. f you are doing it manually then to remove Apache from your Linux server, enter this line at the Linux command prompt:
     Code:
rm -rf /usr/local/apache2


OPTION 5: To find files by name try "locate"; it will force you to run updatedb the first time.

To find packages that are installed try
rpm -qa *apache* *mysql*
{ note "rpm -qa" lists all installed packages }

On mthis system:


     Code:
[root@foo ~]# rpm -qa *apache* *mysql*
ant-apache-resolver-1.6.5-2jpp.2
koffice-kexi-driver-mysql-1.6.1-4.fc6
mysql-server-5.0.27-1.fc6
ant-apache-log4j-1.6.5-2jpp.2
mysql-bench-5.0.27-1.fc6
mysql-connector-odbc-3.51.12-2.2
apachetop-0.12.6-2.fc6
ant-apache-oro-1.6.5-2jpp.2
ant-apache-regexp-1.6.5-2jpp.2
mod_auth_mysql-3.0.0-3.1
libdbi-dbd-mysql-0.8.1a-1.2.2
mysql-5.0.27-1.fc6
php-mysql-5.1.6-3.3.fc6
ruby-mysql-2.7.1-2.fc6
ant-apache-bcel-1.6.5-2jpp.2
mysql-devel-5.0.27-1.fc6


To see what files are in a specifig package
     Code:
[root@foo ~]# rpm -ql ant-apache-bcel
/etc/ant.d/apache-bcel
/usr/lib/gcj/ant
/usr/lib/gcj/ant/ant-apache-bcel-1.6.5.jar.db
/usr/lib/gcj/ant/ant-apache-bcel-1.6.5.jar.so
/usr/share/java/ant/ant-apache-bcel-1.6.5.jar
/usr/share/java/ant/ant-apache-bcel.jar
/usr/share/java/ant/ant-jakarta-bcel.jar


---------------------------------- INSTALLATION PART -------------------------

the way i know how to install are these commands. there might me more, but i only know of these


     Code:
yum install httpd



     Code:
yum install php php-devel php-gd php-imap php-ldap php-mysql php-odbc php-pear php-xml php-xmlrpc curl curl-devel perl-libwww-perl ImageMagick libxml2 libxml2-devel

    本站是提供个人知识管理的网络存储空间,所有内容均由用户发布,不代表本站观点。请注意甄别内容中的联系方式、诱导购买等信息,谨防诈骗。如发现有害或侵权内容,请点击一键举报。
    转藏 分享 献花(0

    0条评论

    发表

    请遵守用户 评论公约

    类似文章 更多