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