Information
The Common Unix Print System (CUPS) provides the ability to print to both local and network printers. A system running CUPS can also accept print jobs from remote systems and print them to local printers. It also provides a web based remote administration capability.
Solution
Run one of the following commands to disable cups :
# chkconfig cups off
# systemctl disable cups
# update-rc.d cups disable