Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
apt-get purge mysql-server apache2 apache2-utils libapache2-mod-proxy-html libapache2-mod-php5 openssh-client php5 php5-ldap php5-mcrypt php5-mysql php5-snmp nmap zip wget curl sshpass screen smbclient logrotate libtime-modules-perl

RedHat Based

Code Block
languagebash
rpm -e mysql mysql-server httpd php php-cli php-mysql php-ldap php-mbstring php-mcrypt php-process php-snmp php-xml nmap zip curl wget sshpass screen samba-client logrotate perl-Time-modules

To remove the extra repository on RedHat based systems, installed by Open-AudIT run the command.

Code Block
languagebash
rm -f /etc/yum.repos.d/epel*

...

Uninstalling Open-AudIT Enterprise

...