• 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!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.

Removing Webalizer

Status
Not open for further replies.

Atramasis

Basic Pleskian
Whe I try to remove webalizer in the Add and Remove Product Components page, I get an error:
Installation started in background
Getting bootstrapper packages to installation list:
Following bootstrapper packages will be installed: (empty)
----------------

Getting packages to installation list:
Following packages will be installed: (empty)
----------------
Patch will not be installed since it is already applied.
Error: You already have the latest version of product(s) and all selected components
installed. Installation will not continue.

Is this a bug or is webalizer required to be installed?
 
You can remove it manually if you like

rpm -e webalizer --nodeps

Then if you find out Plesk is broken or wont work properly just re-add it

yum install webalizer

or use the auto installer to add it back in
 
I did it (with apt-get). In cron.daily there is still webalizer. Is it put there by Plesk and can I remove it? Is there more stuff left over? It would be great if uninstalling worked in Plesk.

(By the way, I use Plesk 11.5, not 9. Could someone move this thread? Sorry for wrong posting)
 
Do you mean /etc/cron.daily/00webalizer file?
As far as I see this file is a part of webalizer package. On CentOS, at least:

# rpm -qf /etc/cron.daily/00webalizer
webalizer-2.21_02-3.3.el6.i686

I think that you may remove it safely.
 
In my opinion dpkg is better:

# dpkg -P webalizer
 
Status
Not open for further replies.
Back
Top