Printer gone after last update

Hi there,

After last update I cannot access printer:
image

CUPS is gone as well

Please help.

Thanks

S

Exactly the same, with hp deskjet 4122

I’ve found solution here:

Hi, in the Update Release Info you can read that CUPS-Service has to restart manualy. For me this fixed the problem:

CUPS update need manual intervention

After you update your system, update your systemd services like this:

sudo systemctl disable --now org.cups.cupsd.socket
sudo systemctl disable --now org.cups.cupsd.service
sudo systemctl disable --now org.cups.cupsd.path
sudo systemctl enable --now cups.service
sudo systemctl enable --now cups.socket
sudo systemctl enable --now cups.path

You only need the socket. Service and socket are redundant. I don’t know what the path is for, but mine is disabled.

Kisun’s commands worked for me.