• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Remove awstats

E

eebit

Guest
How do I go about cleanly removing awstats and all its configs/log files? (9.5.2)
 
You can't do it due to psa package dependences. For example:

# rpm -e psa-awstats-configurator awstats
error: Failed dependencies:
awstats is needed by (installed) psa-9.5.2-cos5.build95100504.12.i586
 
Thanks Igor, I suppose that's the same for webalizer? (the equivilant command was not recognised)
 
Thanks Igor, I suppose that's the same for webalizer? (the equivilant command was not recognised)

Yes, you are correct.

# rpm -e webalizer
error: Failed dependencies:
webalizer is needed by (installed) psa-9.5.1-cos5.build95100414.15.x86_64
 
Back
Top