The print queue stuck in my Mac machine. I’m not able to clear the print queue. Whenever i clear the print queue, the print job will show up again. These print jobs has stucked in my Mac machine for long time.
To clear print queue in Mac, follow the steps below:-
Advertisements
- Go to Finder -> Application -> Utilities -> Terminal
- Enter the command below:-
$ cancel -a
- Once entered, it will clearall the print queue in your machine
* ‘cancel’ is a command that used to clear all the print job in Mac OS X. With the parameter -a, it meas clear all the print job, in other words clear the print queue.
Related posts:
How to loop thru directory files in bash shell
Mac: How to create recent applications shortcut in Dock?
Mac Migration Assistant keeps "looking for other computers"
How to find your MAC address in Mac and Window
Mac RDP to Win 8.1 error - Remote Desktop Connection cannot verify the identity of the computer that...
How to burn ISO file in Mac OS X
How to open .chm file in Mac OS X
How to send message to syslog server?
Share this with your friends:-
Thank you SO much! I was having this same problem and it worked for me, too! Notice the TWO spaces “cancel(space)-a(space)-” and hit enter – voila!
I used to, just a little while ago, clear from clicking on my printer logo and there the request showed for pausing, resuming or canceling. What happened to the canceling request in such a simple way., just by clicking on the printer logo
Thanks! I had the same problem and it worked for me. So easy! 🙂
OMG … Thank you so much.
This worked for me. Thank you. It too was driving me insane!
Thank you so much. It works fine however I should mention here for other folks out there that in my case the $ symbol was not needed as it was already there and it wouldn’t work if entered it again.
@J
This will work OS 10.4 (I think) through OS 10.8
In Terminal type
“cancel -a -”
(notice the space after the “a”)
Cannot make this work, any other ideas?
Doesn’t work but thanks.
Thankyou so much! That was driving me crazy! 🙂