This is a static archive of the old Zorin Forum.

The information below may be outdated. Visit the new Zorin Forum here ›

If you have registered on the old forum, you will need to create an account on the new forum.

How to Cancel Printing?

barkhat

Wed Sep 26, 2012 2:09:59 pm

I checked through the forum but could not find the answer to this question. How do I cancel a print job? I figured out that I could view the "active print jobs" through the system settings panel but see no way to cancel a pending job. I tried right-clicking but nothing happens with that.

Thanks for any advice.


:?:

madvinegar

Wed Sep 26, 2012 2:42:32 pm

Open terminal and try:

Code:
cancel -a

or
Code:
sudo killall lpr


Just for your info, I think if in terminal you write
Code:
lpstat

you will see the list of your printing jobs in cue.

barkhat

Wed Sep 26, 2012 3:05:52 pm

madvinegar wrote:Open terminal and try:

Code:
cancel -a

or
Code:
sudo killall lpr


Just for your info, I think if in terminal you write
Code:
lpstat

you will see the list of your printing jobs in cue.


Thank you, madvinegar! I will give this a whirl.

Wolfman

Wed Sep 26, 2012 5:10:53 pm

Hi,

if you have an HP printer, you can install the package "hplip-gui" which gives you an easy way of controlling the printer output.

sudo apt-get install hplip-gui

You will find it listed as "HPLip Toolbox".

Regards Wolfman :D