2019-11-11 14:37:20 +00:00
|
|
|
# debman
|
|
|
|
|
|
|
|
> Read man pages from uninstalled packages.
|
2024-09-18 11:00:49 +02:00
|
|
|
> More information: <https://manned.org/debman.1>.
|
2019-11-11 14:37:20 +00:00
|
|
|
|
2025-06-29 11:32:13 +03:00
|
|
|
- Read a man page for a command that is provided by a specified [p]ackage:
|
2019-11-11 14:37:20 +00:00
|
|
|
|
2023-08-26 23:00:06 +05:30
|
|
|
`debman -p {{package}} {{command}}`
|
2019-11-11 14:37:20 +00:00
|
|
|
|
2025-06-29 11:32:13 +03:00
|
|
|
- Specify a [p]ackage version to download:
|
2019-11-11 14:37:20 +00:00
|
|
|
|
2023-08-26 23:00:06 +05:30
|
|
|
`debman -p {{package}}={{version}} {{command}}`
|
2019-11-11 14:37:20 +00:00
|
|
|
|
2025-06-29 11:32:13 +03:00
|
|
|
- Read a man page in a `.deb` [f]ile:
|
2019-11-11 14:37:20 +00:00
|
|
|
|
2023-08-26 23:00:06 +05:30
|
|
|
`debman -f {{path/to/filename.deb}} {{command}}`
|