You can also remove a printer queue through the command line.
To remove a printer queue:
redhat-config-printer-tui --Xremove-local options |
Options:
The device node used (for example, /dev/lp0). Required.
The IEEE 1284 MANUFACTURER string, or (if none is available) the printer manufacturer's name as in the foomatic database. Required.
The IEEE 1284 MODEL string, or (if none is available) the printer model as in the foomatic database. Required.
After removing the printer from the Red Hat Printer Configuration Tool configuration, restart the printer daemon for the changes to take effect:
service lpd restart |
If you removed all printers and do not want to run the printer daemon anymore, execute the following command:
service lpd stop |