• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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