HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

pkgctl diff — Compare package files using different modes. See also: `pkgctl`. More information: <https://manned.o

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandfilescliusingpackagecomparepkgctl diffdifferent
linux

Problem

How to use the pkgctl diff command: Compare package files using different modes. See also: pkgctl. More information: <https://manned.org/pkgctl-diff>.

Solution

pkgctl diff — Compare package files using different modes. See also: pkgctl. More information: <https://manned.org/pkgctl-diff>.

Compare package files in tar content list different mode (default):
pkgctl diff {{[-l|--list]}} {{path/to/file|pkgname}}


Compare package files in diffoscope different mode:
pkgctl diff {{[-d|--diffoscope]}} {{path/to/file|pkgname}}


Compare package files in .PKGINFO different mode:
pkgctl diff {{[-p|--pkginfo]}} {{path/to/file|pkgname}}


Compare package files in .BUILDINFO different mode:
pkgctl diff {{[-b|--buildinfo]}} {{path/to/file|pkgname}}

Code Snippets

Compare package files in tar content list different mode (default)

pkgctl diff {{[-l|--list]}} {{path/to/file|pkgname}}

Compare package files in diffoscope different mode

pkgctl diff {{[-d|--diffoscope]}} {{path/to/file|pkgname}}

Compare package files in `.PKGINFO` different mode

pkgctl diff {{[-p|--pkginfo]}} {{path/to/file|pkgname}}

Compare package files in `.BUILDINFO` different mode

pkgctl diff {{[-b|--buildinfo]}} {{path/to/file|pkgname}}

Context

tldr-pages: linux/pkgctl diff

Revisions (0)

No revisions yet.