• 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.

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