• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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