Uninstall Zarafa
From Zarafa wiki
(Difference between revisions)
m |
|||
| Line 1: | Line 1: | ||
To uninstall Zarafa, use the following commands: | To uninstall Zarafa, use the following commands: | ||
| - | rpm -e zarafa* libical libvmime or | + | rpm -e zarafa* libical libvmime |
| + | or | ||
| + | apt-get --purge remove zarafa* libical libvmime | ||
| + | |||
| + | You can remove any contents from the configuration directory: | ||
rm -rf /etc/zarafa | rm -rf /etc/zarafa | ||
If you want to completely delete the Zarafa database, use: | If you want to completely delete the Zarafa database, use: | ||
| - | |||
mysqladmin -p drop zarafa | mysqladmin -p drop zarafa | ||
| + | If the attachments were not stored in the mysql database, you need to remove that directory as well. The default attachment directory is ''/var/lib/zarafa''. | ||
[[Category:Installation]] | [[Category:Installation]] | ||
Latest revision as of 09:36, 19 September 2008
To uninstall Zarafa, use the following commands:
rpm -e zarafa* libical libvmime
or
apt-get --purge remove zarafa* libical libvmime
You can remove any contents from the configuration directory:
rm -rf /etc/zarafa
If you want to completely delete the Zarafa database, use:
mysqladmin -p drop zarafa
If the attachments were not stored in the mysql database, you need to remove that directory as well. The default attachment directory is /var/lib/zarafa.