Cups: Rename Printer !!top!!

CUPS doesn't have a single rename command. Instead, you must add a new printer with the desired name and delete the old one (while preserving settings). This is counterintuitive for beginners but perfectly functional. The review covers two methods: command line ( lpadmin ) and the web UI ( localhost:631 ).

Because manual file editing can occasionally cause issues with job logs or permissions, many administrators prefer to simply create a new queue with the correct name and delete the old one. Access the CUPS web interface at http://localhost:631 . Navigate to > Add Printer . Configure the printer with your desired name. cups rename printer

: Alex also had to rename the printer's driver file (called a PPD file) so it matched the new name. CUPS doesn't have a single rename command

To confirm the change, list the printers: The review covers two methods: command line (