2023-08-16 21:39:29 +05:30
|
|
|
# pkgctl diff
|
|
|
|
|
|
|
|
> Compare package files using different modes.
|
|
|
|
> See also: `pkgctl`.
|
2025-03-27 16:42:21 +02:00
|
|
|
> More information: <https://manned.org/pkgctl-diff>.
|
2023-08-16 21:39:29 +05:30
|
|
|
|
2025-03-27 16:42:21 +02:00
|
|
|
- Compare package files in tar content list different mode (default):
|
2023-08-16 21:39:29 +05:30
|
|
|
|
2025-03-27 16:42:21 +02:00
|
|
|
`pkgctl diff {{[-l|--list]}} {{path/to/file|pkgname}}`
|
2023-08-16 21:39:29 +05:30
|
|
|
|
2025-03-27 16:42:21 +02:00
|
|
|
- Compare package files in diffoscope different mode:
|
2023-08-16 21:39:29 +05:30
|
|
|
|
2025-03-27 16:42:21 +02:00
|
|
|
`pkgctl diff {{[-d|--diffoscope]}} {{path/to/file|pkgname}}`
|
2023-08-16 21:39:29 +05:30
|
|
|
|
|
|
|
- Compare package files in `.PKGINFO` different mode:
|
|
|
|
|
2025-03-27 16:42:21 +02:00
|
|
|
`pkgctl diff {{[-p|--pkginfo]}} {{path/to/file|pkgname}}`
|
2023-08-16 21:39:29 +05:30
|
|
|
|
|
|
|
- Compare package files in `.BUILDINFO` different mode:
|
|
|
|
|
2025-03-27 16:42:21 +02:00
|
|
|
`pkgctl diff {{[-b|--buildinfo]}} {{path/to/file|pkgname}}`
|