1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/linux/pkgctl-diff.md

22 lines
614 B
Markdown
Raw Normal View History

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