2023-11-02 20:59:27 +01:00
|
|
|
# pkgctl diff
|
|
|
|
|
|
|
|
> Vergelijk pakketbestanden met behulp van verschillende modi.
|
|
|
|
> Bekijk ook: `pkgctl`.
|
2025-04-01 19:16:20 +02:00
|
|
|
> Meer informatie: <https://manned.org/pkgctl-diff>.
|
2023-11-02 20:59:27 +01:00
|
|
|
|
|
|
|
- Vergelijk pakketbestanden in tar-inhoud [l]ijst verschillende modus (standaard):
|
|
|
|
|
2025-06-02 18:50:56 +02:00
|
|
|
`pkgctl diff {{[-l|--list]}} {{pad/naar/bestand|pkgname}}`
|
2023-11-02 20:59:27 +01:00
|
|
|
|
|
|
|
- Vergelijk pakketbestanden in [d]iffoscope verschillende modus:
|
|
|
|
|
2025-06-02 18:50:56 +02:00
|
|
|
`pkgctl diff {{[-d|--diffoscope]}} {{pad/naar/bestand|pkgname}}`
|
2023-11-02 20:59:27 +01:00
|
|
|
|
|
|
|
- Vergelijk pakketbestanden in `.PKGINFO` verschillende modus:
|
|
|
|
|
2025-06-02 18:50:56 +02:00
|
|
|
`pkgctl diff {{[-p|--pkginfo]}} {{pad/naar/bestand|pkgname}}`
|
2023-11-02 20:59:27 +01:00
|
|
|
|
|
|
|
- Vergelijk pakketbestanden in `.BUILDINFO` verschillende modus:
|
|
|
|
|
2025-06-02 18:50:56 +02:00
|
|
|
`pkgctl diff {{[-b|--buildinfo]}} {{pad/naar/bestand|pkgname}}`
|