Results 1 to 2 of 2
  1. #1

    How To Uninstall Plesk 8 From FreeBSD?

    how can i uninstall Plesk 8 from FreeBSD 6, the deinstall.sh file that they list on their site dosent exist their however is a deinstall (./deinstall deinstall_now) but all it does is invoke deinstall.sh which isnt their so does anyone know how i can go about removeing Plesk from my server it seriously causes more problems than it solves i'll use webmin before Plesk

  2. #2
    ftp.freebsd.org... download new ISO
    format and install

    You can go in and deinstall all the packages and ports by following these instructions:

    To deinstall Plesk, follow these steps:
    1 Log in as root.
    2 Run the command /usr/local/etc/rc.d/psa.sh stop
    3 Run the command pkg_delete `pkg_info | grep psa | awk
    '{print $1}' | xargs -n100`
    4 Run the command rm -rf /usr/local/psa
    5 Delete all references to DNS zones from the file
    /var/named/etc/namedb/named.conf, remove zone files from
    /var/named/etc/namedb/master/, and modify the file
    /etc/rc.conf appropriately.
    6 Run the command rm -rf /etc/psa

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •