OpenPrinting / system-config-printer

Graphical user interface for CUPS administration
GNU General Public License v2.0
157 stars 88 forks source link

how to configure a printer using a command line for a linux vps #184

Closed abhishekms123 closed 3 years ago

abhishekms123 commented 3 years ago

please give me proper steps to configure a local dlink printer using a command line

zdohnal commented 3 years ago

It depends what do you want to configure... the basic print queue creation is like this:

$ lpadmin -p -v -m <everywhere/driverless:/name_fromlpinfo-l_-m> -E

See CUPS man pages or CUPS documentation for more information.