System Grab Bag

View all TLDR pages from Linux (or from all pages)

pkgctl diff

Compare package files using different modes. See also: pkgctl. More information: https://man.archlinux.org/man/pkgctl-diff.1.
  • 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}}

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.