A anthony vasileioy Guest Oct 31, 2009 #1 How can I remove COMPLETELY drweb from Plesk (debian etch version) It drives me crazy and "eats" lots of memory !!
How can I remove COMPLETELY drweb from Plesk (debian etch version) It drives me crazy and "eats" lots of memory !!
IgorG Plesk addicted! Plesk Certified Professional Nov 1, 2009 #2 Just find all drweb related packages with dpkg -l | grep drweb and remove them after that.
R RamlazanC New Pleskian Mar 22, 2010 #3 IgorG said: Just find all drweb related packages with dpkg -l | grep drweb and remove them after that. Click to expand... i tried this it doesnt matter [root@ns1 ~]# dpkg -l | grep drweb bash: dpkg: command not found [root@ns1 ~]#
IgorG said: Just find all drweb related packages with dpkg -l | grep drweb and remove them after that. Click to expand... i tried this it doesnt matter [root@ns1 ~]# dpkg -l | grep drweb bash: dpkg: command not found [root@ns1 ~]#
IgorG Plesk addicted! Plesk Certified Professional Mar 22, 2010 #4 RamlazanC said: i tried this it doesnt matter [root@ns1 ~]# dpkg -l | grep drweb bash: dpkg: command not found [root@ns1 ~]# Click to expand... 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 Click to expand...
RamlazanC said: i tried this it doesnt matter [root@ns1 ~]# dpkg -l | grep drweb bash: dpkg: command not found [root@ns1 ~]# Click to expand... 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 Click to expand...