commands.sh

pkgdiff

linux

Compare the file contents of two Slackware packages.

More info →

Examples (3)

Compare two packages and display differences

pkgdiff path/to/package1.txz path/to/package2.txz

Compare two packages with colorized output

pkgdiff -c path/to/package1.txz path/to/package2.txz

Compare two packages and output a simple unified diff

pkgdiff -a path/to/package1.txz path/to/package2.txz
made by @shridhargupta | data from tldr-pages