U user1599 Guest Jan 10, 2008 #1 I noticed that plesk installed SiteBuilder is there a way for me to remove this, because I dont need it on there? Thanks
I noticed that plesk installed SiteBuilder is there a way for me to remove this, because I dont need it on there? Thanks
A Amin Taheri Golden Pleskian Plesk Certified Professional Jan 10, 2008 #2 This will search your installed RPMs and remove anything that case insensitive matches "sitebuilder" Code: rpm -e `rpm -qa | grep -i sitebuilder`
This will search your installed RPMs and remove anything that case insensitive matches "sitebuilder" Code: rpm -e `rpm -qa | grep -i sitebuilder`