HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

cups-config — Show technical information about your CUPS print server installation. More information: <https://ope

Submitted by: @import:tldr-pages··
0
Viewed 0 times
technicalcommandshowcliinformationaboutcups-configyour

Problem

How to use the cups-config command: Show technical information about your CUPS print server installation. More information: <https://openprinting.github.io/cups/doc/man-cups-config.html>.

Solution

cups-config — Show technical information about your CUPS print server installation. More information: <https://openprinting.github.io/cups/doc/man-cups-config.html>.

Show where CUPS is currently installed:
cups-config --serverbin


Show the location of CUPS' configuration directory:
cups-config --serverroot


Show the location of CUPS' data directory:
cups-config --datadir


Display help:
cups-config --help


Display version:
cups-config --version

Code Snippets

Show where CUPS is currently installed

cups-config --serverbin

Show the location of CUPS' configuration directory

cups-config --serverroot

Show the location of CUPS' data directory

cups-config --datadir

Display help

cups-config --help

Display version

cups-config --version

Context

tldr-pages: common/cups-config

Revisions (0)

No revisions yet.