Page 1 of 2

How I can uninstall Softaculous?

Posted: Thu Jan 04, 2018 6:08 pm
by srfelipe
I just want to uninstall. Thanks.

Re: How I can uninstall Softaculous?

Posted: Thu Jan 04, 2018 6:46 pm
by imperio

Re: How I can uninstall Softaculous?

Posted: Thu Jan 04, 2018 8:01 pm
by srfelipe

Re: How I can uninstall Softaculous?

Posted: Fri Jan 05, 2018 1:56 am
by mehargags
srfelipe wrote:
Thanks.
Please post results if you were able to remove it successfully or not. VestaCP team needs user's feedback for this new feature added recently. Thanks

Re: How I can uninstall Softaculous?

Posted: Fri Jan 05, 2018 7:23 pm
by srfelipe
mehargags wrote:
srfelipe wrote:
Thanks.
Please post results if you were able to remove it successfully or not. VestaCP team needs user's feedback for this new feature added recently. Thanks
Sorry, sadly it does not worked for me, so I needed to manually delete all Softaculous folders and delete the line "<?php if ($_SESSION['SOFTACULOUS'] == 'yes') {?><div class="l-menu__item"><a href="/softaculous/"><?=__('Apps')?></a></div><?php }?>" from the file "panel.html" located in "/usr/local/vesta/web/templates/admin/" to remove "Apps" from Vesta menu. I hope it helps.

Re: How I can uninstall Softaculous?

Posted: Mon Mar 19, 2018 8:20 pm
by PocketDevil
For created users, this does not work.

Re: How I can uninstall Softaculous?

Posted: Fri Apr 20, 2018 2:42 pm
by Nou4r
How can we finally completly uninstall this bs?

Re: How I can uninstall Softaculous?

Posted: Tue Jun 19, 2018 8:02 pm
by numberek
Nou4r wrote:
Fri Apr 20, 2018 2:42 pm
How can we finally completly uninstall this bs?
Maybe this help you?

Uninstall in Vesta Control Panel

Please execute the following command :

root> /usr/bin/sudo /usr/local/vesta/bin/v-delete-vesta-softaculous

Re: How I can uninstall Softaculous?

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

Re: How I can uninstall Softaculous?

Posted: Thu Jul 26, 2018 9:29 am
by pablolp
PocketDevil wrote:
Mon Mar 19, 2018 8:20 pm
For created users, this does not work.
Yes, I need to edit this file

Code: Select all

nano /usr/local/vesta/web/templates/user/panel.html
And change

Code: Select all

if ($_SESSION['SOFTACULOUS'])
To

Code: Select all

if ($_SESSION['SOFTACULOUS'] == 'yes')