LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

cupsenable

resume printer job processing

TLDR

Enable a printer
$ cupsenable [printer_name]
copy
Enable and release held jobs
$ cupsenable --release [printer_name]
copy
Enable a printer on a remote server
$ cupsenable -h [server:port] [printer_name]
copy
Authenticate as a specific user
$ cupsenable -U [username] [printer_name]
copy
Force an encrypted connection
$ cupsenable -E [printer_name]
copy

SYNOPSIS

cupsenable [-E] [-U username] [-c] [-h server[:port]] [--release] destination(s)

DESCRIPTION

cupsenable starts the named printers or classes, allowing them to process queued jobs. This reverses the effect of cupsdisable.Unlike the System V versions (enable / disable), the CUPS commands have been renamed to avoid conflicts with the bash(1) built-ins. Printer and class names are not case-sensitive and may contain any printable character except SPACE, TAB, "/", or "#".

PARAMETERS

-E

Force encryption of the connection to the server.
-U username
Use the specified username when connecting to the server.
-c
Cancel all jobs on the named destination.
-h server[:port]
Connect to the specified server and port.
--release
Release previously held jobs for printing. Use after cupsdisable --hold to resume printing.

INSTALL

sudo apt install cups-client
copy
sudo dnf install cups-client
copy
sudo apk add cups-client
copy
sudo zypper install cups-client
copy

CAVEATS

Depending on the CUPS configuration, the command may prompt for an administrator password rather than requiring the root user. The --release flag is commonly paired with cupsdisable --hold for scheduled maintenance.

SEE ALSO

cupsdisable(1), cupsaccept(1), cupsreject(1), cancel(1), lp(1), lpadmin(1), lpstat(1)

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid