How I can uninstall Softaculous?
Forum rules
Before creating a new topic or reply on the forum you should fill out additional fields "Os" and "Web" in your profile section.
In case of violation, the topic can be closed or response from the support will not be received.
Before creating a new topic or reply on the forum you should fill out additional fields "Os" and "Web" in your profile section.
In case of violation, the topic can be closed or response from the support will not be received.
Re: How I can uninstall Softaculous?
Same problem here
What I did is go to /etc/cron.d/
Code: Select all
chmod 000 softaculous
chmod 000 softaculous2
Re: How I can uninstall Softaculous?
1. in VestaCP web-interface: Server -> Configure -> Vesta Control Panel Plugins
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

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
-
- Posts: 25
- Joined: Fri Nov 18, 2016 3:36 pm
- Os: CentOS 6x
- Web: apache + nginx
Re: How I can uninstall Softaculous?
Option 2 working for me now, I tried option 1 but it not stop the email sending. Thank you so much for your help.KRV wrote: ↑Thu Mar 26, 2020 10:34 pm2. 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