How can I remove ISP config in Ubuntu?

A1WEBSITEPRO QuestionsCategory: ISP ConfigHow can I remove ISP config in Ubuntu?
Jack asked 7 years ago

I want to remove ISP config in Ubuntu. How do I go about doing that?

How can I remove ISP config in Ubuntu? was last modified: January 28th, 2017 by Jack
1 Answers
Best Answer
Maximus Mccullough Staff answered 7 years ago

Here is the easiest way to remove ISP Config in Ubuntu. Log in as root and follow these steps.
cd /tmp

wget -O ispconfig.tar.gz https://git.ispconfig.org/ispconfig/ispconfig3/repository/archive.tar.gz?ref=stable-3.1

tar xfz ispconfig.tar.gz

cd ispconfig3*/install/
Then what you want to do instead of running the install or update script is run the uninstall script like this
php -q uninstall.php
Are you sure you want to uninstall ISPConfig? [no]yes
Next you will see this message.
>> Uninstalling ISPConfig 3… Backups in /var/backup/ and log files in /var/log/ispconfig are not deleted.Finished uninstalling. root@maximus:/tmp/ispconfig3-stable-3.1-45c429e4c1ffb6cc123c7db9725ec2985316c51d/install#

Only cool people share!

 

Answer for How can I remove ISP config in Ubuntu? was last modified: November 16th, 2018 by Maximus Mccullough