Difference between revisions of "Printing"

no edit summary
imported>Verityproductions
imported>Verityproductions
Line 10: Line 10:
= Enabling CUPS =
= Enabling CUPS =


'''To permanently enable CUPS''', open your terminal and input the command:
All commands listed below require that you first open your terminal.
 
 
'''To permanently enable CUPS''', input the command:


  sudo systemctl enable cups.service
  sudo systemctl enable cups.service
Line 23: Line 26:


  sudo cupsd
  sudo cupsd
In either instance, CUPS will be immediately enabled and ready.