• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Uninstalling certain plesk packages

W

webunity

Guest
Hello,

How do i uninstall these packages?
- Sitebuilder
- Tomcat
- Java Shell
- DR. Web

I want to remove dr web because i have another antivirus sollution (from 4psa). Drweb is taking up resources as well as java, so i want to remove them. I also don't need sitebuilder atm so i want to uninstall that also.
 
hello,

you could try

rpm -e tomcat

to find the name of the rpm and then use:

rpm -q tomcatxxxxxxx.rpm where the X is the name. Beware it has 3 or 4 dependencies that need to be uninstalled as well.

for the other packages, just replace the tomcat in rpm -e tomcat with the name of the package you want to uninstall.

check Plesk Components section to see if its still listed
 
you're welcome.

I've only recently started using plesk so I dont know how the updates will be. I guess if things turn out bad, the updater will reinstall everything.

so you'd probably have to reapply the steps.

let us know how it worked out :)
 
Back
Top