Printers :: canceling a print job



now that i got my printer to work it wont stop printing, how can i delete the curent print jobs or at least cancel them so that i may continue printing other stuff.

thanks alot for your help. im really starting to get familiar with dsl and im loving it.

Take a lot at the command, run a root.

# lpc --help

Many options to control the printer.
But note, many have laser printers with huge print buffers and many times the print job(s) have already left the unix print spooler. Usually a button on the printer will stop the current print job.

If the printer has a small buffer, you may have sucess with the lpc command.
try this

# lpc stop lp all

Where "lp" is the name of your printer when defined during setup.

thankyou very much roberts it worked!

original here.