• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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