• 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

Dr. Web - how to remove

EricVis

Basic Pleskian
How do I completly remove dr.web form Plesk 11 and prevent this form installing/upgrading again?
CentOS 6

why?
- it is annoying with email notifications
- most upgrades fail
- tons of entries in error log/messages
- protects only 10 domains for free? it is useless...
 
# rpm -e drweb-common drweb-updater drweb-bases drweb-daemon drweb-base psa-drweb-configurator
 
# rpm -e drweb-common drweb-updater drweb-bases drweb-daemon drweb-base psa-drweb-configurator

This does not work for me (plesk 11.0.9).


I get a response that the packages are not installed. But in plesk itself I still see the following components:

drweb 5.0.1-0plesk
psa-drweb-configurator 11.0.9-ubuntu12.04.build110120608.16

So the packages must be there...

Also, of course, it is very strange that even tough "Plesk Premium Antivirus" is not enabled in the Email configuration, it seems to be running, and there is no way to correctly stop it from the panel. It is running since drweb is producing several emails frequently, which are quite anoying...
 
What sort of output following command:

# rpm -qa | grep drweb
 
What sort of output following command:

# rpm -qa | grep drweb

Nothing...

But also "rpm -aq" is returning nothing.

But the following gives me (Meaning: Error: The package drweb-common is no installed)

# rpm -e drweb-common
rpm: RPM should not be used directly install RPM packages, use Alien instead!
rpm: However assuming you know what you are doing...
Fehler: Das Paket drweb-common ist nicht installiert
root@h2189196:/#
 
Back
Top