• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

Help with Plesk addon

U

user1599

Guest
I noticed that plesk installed SiteBuilder is there a way for me to remove this, because I dont need it on there?

Thanks
 
This will search your installed RPMs and remove anything that case insensitive matches "sitebuilder"

Code:
rpm -e `rpm -qa | grep -i sitebuilder`
 
Back
Top