How to activate cups

To check if your system has cups enabled with the correct command, perform the following check:

sudo systemctl status cups.service
If you get an error, or you are told that the service is not active, from the terminal, do the following:
sudo systemctl enable --now cups.service

Before the cups service was activated with (Not valid now):

sudo systemctl enable org.cups.cupsd.service