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