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

removing drweb from Plesk

A

anthony vasileioy

Guest
How can I remove COMPLETELY drweb from Plesk (debian etch version)
It drives me crazy and "eats" lots of memory !!
 
Just find all drweb related packages with

dpkg -l | grep drweb

and remove them after that.
 
i tried this it doesnt matter
[root@ns1 ~]# dpkg -l | grep drweb
bash: dpkg: command not found
[root@ns1 ~]#

Do you have Debian installed there? dpkg is Debian package utility. If you have RH-based OS you should use rpm instead dpkg:

rpm -qa | grep drweb
 
Back
Top