• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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