2019-11-11 14:37:20 +00:00
|
|
|
# debman
|
|
|
|
|
|
|
|
> Read man pages from uninstalled packages.
|
2021-07-09 16:45:55 +02:00
|
|
|
> More information: <https://manpages.debian.org/latest/debian-goodies/debman.1.html>.
|
2019-11-11 14:37:20 +00:00
|
|
|
|
2023-08-26 23:00:06 +05:30
|
|
|
- Read a man page for a command that is provided by a specified package:
|
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
|
|
|
|
|
|
|
- Specify a package version to download:
|
|
|
|
|
2023-08-26 23:00:06 +05:30
|
|
|
`debman -p {{package}}={{version}} {{command}}`
|
2019-11-11 14:37:20 +00:00
|
|
|
|
2021-01-31 14:05:18 -03:00
|
|
|
- Read a man page in a `.deb` file:
|
2019-11-11 14:37:20 +00:00
|
|
|
|
2023-08-26 23:00:06 +05:30
|
|
|
`debman -f {{path/to/filename.deb}} {{command}}`
|