Can't delete task from printer queue
Message: You must be an administrator to delete this job.
MacBook, macOS 13.2
You can make a difference in the Apple Support Community!
When you sign up with your Apple Account, you can provide valuable feedback to other community members by upvoting helpful replies and User Tips.
When you sign up with your Apple Account, you can provide valuable feedback to other community members by upvoting helpful replies and User Tips.
Message: You must be an administrator to delete this job.
MacBook, macOS 13.2
In addition to leroydouglas and vikingosx excellent responses, and since you are a novice at Terminal commands, after you type lprm in Terminal, you need to press the return key to make it execute. If that gives you an error, then type sudo lprm and when prompted, enter your account login password. This is a much easier method than removing your printers and re-adding them should this happen again in the future.
In addition to leroydouglas and vikingosx excellent responses, and since you are a novice at Terminal commands, after you type lprm in Terminal, you need to press the return key to make it execute. If that gives you an error, then type sudo lprm and when prompted, enter your account login password. This is a much easier method than removing your printers and re-adding them should this happen again in the future.
MarinMusicLover wrote:
Message: You must be an administrator to delete this job.
You can from the Terminal.app cancel a job, —Remove the current print request to the default printer, copy and paste:
lprm
ref: Solve printing problems on Mac
Solve printing problems on Mac - Apple Support
The current stable release of Ventura including bug fixes, security updates is macOS Ventura 13.5
Keep your Mac up to date - Apple Support
Keep your Mac up to date - Apple Support
Depending on how much memory the printer has, the print job may be in its buffer and the operating system won't be able to cancel it. Or…
Launch the Terminal application. Type the command in lowercase at the Terminal prompt, and quit Terminal.
lprm
That command removes the current job from the printer queue provided the first paragraph has not yet happened.
I am using an Administrator account and no option appears that allows me to enter an admin username and PW. The problem isn't deleting specific jobs. The problem is I shouldn't have to use terminal every time I need to delete a job.
I finally decided to run Disk Utility - Disk First Aid and it worked!
I have no experience using the terminal app. I was able to bypass the problem by deleting the printer, then re-adding it. Doesn't seem like a very elegant fix.
The command-line lprm command is owned by root and in group wheel so does not need any sudo enticements.
Roger that! Thanks for the clarification.
Can't delete task from printer queue