On 14 June 2018 at 12:51, Ger van Dijck <ger.vandijck@dommel.be> wrote:
Hi all,


Sometimes I get the message check if cups-service is installed or the message cups-service is not running.

I checked with rpm -Q cups if cups is installed and got the message It is.

So next question is How can I check if cups is running and if not how get it running ?

# Check if cups is running
systemctl status cups

# Enabling and starting cups
sudo systemctl enable cups; sudo systemctl start cups
 

--
Kind Regards
Earl Ramirez