Computer Tips - systemd: I disabled CUPS but its still active - how to really disabled it

Date: 2024jan8 OS: Linux Keywords: Common UNIX Printing System (CUPS) Q. systemd: I disabled CUPS but its still active - how to really disabled it A. You also need to disable the things that can start it:
systemctl disable cups.service cups.socket cups.path
I would prefer to uninstall it but it keeps comming back.