2021-10-19 17:54:59 +01:00
|
|
|
# cups-config
|
|
|
|
|
|
|
|
> Show technical information about your CUPS print server installation.
|
2023-12-28 15:33:50 +00:00
|
|
|
> More information: <https://openprinting.github.io/cups/doc/man-cups-config.html>.
|
2021-10-19 17:54:59 +01:00
|
|
|
|
|
|
|
- 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`
|
|
|
|
|
2024-01-30 04:55:24 +00:00
|
|
|
- Display help:
|
2021-10-19 17:54:59 +01:00
|
|
|
|
|
|
|
`cups-config --help`
|
2024-01-30 04:55:24 +00:00
|
|
|
|
|
|
|
- Display CUPS version:
|
|
|
|
|
|
|
|
`cups-config --version`
|