2025-03-14 21:59:59 -06:00
|
|
|
# pkgctl diff
|
|
|
|
|
|
|
|
|
|
> Compare package files using different modes.
|
|
|
|
|
> See also: `pkgctl`.
|
2025-04-03 20:36:56 -06:00
|
|
|
> More information: <https://manned.org/pkgctl-diff>.
|
2025-03-14 21:59:59 -06:00
|
|
|
|
2025-04-03 20:36:56 -06:00
|
|
|
- Compare package files in tar content list different mode (default):
|
2025-03-14 21:59:59 -06:00
|
|
|
|
2025-04-03 20:36:56 -06:00
|
|
|
`pkgctl diff {{[-l|--list]}} {{path/to/file|pkgname}}`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
2025-04-03 20:36:56 -06:00
|
|
|
- Compare package files in diffoscope different mode:
|
2025-03-14 21:59:59 -06:00
|
|
|
|
2025-04-03 20:36:56 -06:00
|
|
|
`pkgctl diff {{[-d|--diffoscope]}} {{path/to/file|pkgname}}`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Compare package files in `.PKGINFO` different mode:
|
|
|
|
|
|
2025-04-03 20:36:56 -06:00
|
|
|
`pkgctl diff {{[-p|--pkginfo]}} {{path/to/file|pkgname}}`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Compare package files in `.BUILDINFO` different mode:
|
|
|
|
|
|
2025-04-03 20:36:56 -06:00
|
|
|
`pkgctl diff {{[-b|--buildinfo]}} {{path/to/file|pkgname}}`
|