• The new Python extension is now available. It allows customers to deploy and manage WSGI-based Python applications on their websites directly from Plesk.
  • Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is 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 Uninstallation

Shawn M

Basic Pleskian
Hi,

I used this command to uninstall Dr.Web:
#yum remove drweb-base drweb-bases drweb-common drweb-daemon drweb-updater psa-drweb-configurator

Is there anything else I need to do, or is that it?
 
First of all find all drweb related packages with

rpm -qa | grep drweb

For example:

# rpm -qa | grep drweb
drweb-updater-5.0.1-0plesk
drweb-common-5.0.1-0plesk
drweb-bases-5.0.1-0
drweb-base-5.0.1-0
drweb-daemon-5.0.1-0plesk
psa-drweb-configurator-9.5.2-cos5.build95100504.12

Then remove it with

# rpm -e drweb-updater drweb-common drweb-bases drweb-base drweb-daemon psa-drweb-configurator
 
php5

Hi,
I'm trying to uninstall DrWeb on my Debian Etch server, but it seems like php5 will be uninstalled aswell.

The following packages will be REMOVED:
drweb-base{p} drweb-bases{p} drweb-common{p} drweb-daemon{p} drweb-updater{p} php5{u} psa-drweb-configurator{p}
0 packages upgraded, 0 newly installed, 7 to remove and 104 not upgraded.

Thats not my intention, how can i stop php5 from being uninstalled?

Kind Regards
M
 
Back
Top