Page 2 of 2

Re: How I can uninstall Softaculous?

Posted: Fri Jul 27, 2018 8:03 am
by pablolp
bohemier wrote:
Fri Jul 06, 2018 11:58 am
Even when disabled, Softaculous is sending me cron logs of software updates... How can we completely remove this?
Same problem here

What I did is go to /etc/cron.d/

Code: Select all

chmod 000 softaculous
chmod 000 softaculous2
Another option would be to delete those files

Re: How I can uninstall Softaculous?

Posted: Thu Dec 12, 2019 10:38 am
by katod

Re: How I can uninstall Softaculous?

Posted: Thu Mar 26, 2020 10:34 pm
by KRV
1. in VestaCP web-interface: Server -> Configure -> Vesta Control Panel Plugins
Image

2. OR in console execute the following command :
rm -rf /etc/cron.d/softaculous;
rm -rf /etc/cron.d/softaculous2;
rm -rf /var/softaculous;
rm -rf /usr/local/vesta/softaculous;
rm -rf/usr/local/vesta/web/softaculous/
rm -rf /home/*/.softaculous

(https://www.softaculous.com/docs/admin/ ... trol-panel)

Profit

Re: How I can uninstall Softaculous?

Posted: Wed Apr 08, 2020 8:10 pm
by Loc_rabbirt
KRV wrote:
Thu Mar 26, 2020 10:34 pm
2. OR in console execute the following command :
rm -rf /etc/cron.d/softaculous;
rm -rf /etc/cron.d/softaculous2;
rm -rf /var/softaculous;
rm -rf /usr/local/vesta/softaculous;
rm -rf/usr/local/vesta/web/softaculous/
rm -rf /home/*/.softaculous

(https://www.softaculous.com/docs/admin/ ... trol-panel)

Profit
Option 2 working for me now, I tried option 1 but it not stop the email sending. Thank you so much for your help.