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