• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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