LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

pkgdiff

Compare contents of Slackware packages

TLDR

Compare two packages
$ pkgdiff [package1.txz] [package2.txz]
copy
Compare with color output
$ pkgdiff -c [package1.txz] [package2.txz]
copy
Output unified diff format
$ pkgdiff -a [package1.txz] [package2.txz]
copy

SYNOPSIS

pkgdiff [-a] [-c] package1 package2

DESCRIPTION

pkgdiff compares the contents of two Slackware packages and displays the differences. It shows files that were added, removed, or modified between package versions, useful for reviewing package updates.The tool extracts both packages temporarily and compares their file listings and contents, similar to diff but specialized for package archives.

PARAMETERS

-a

Output simple unified diff format
-c
Colorize output for readability

INSTALL

sudo dnf install pkgdiff
copy
sudo pacman -S pkgdiff
copy
sudo zypper install pkgdiff
copy
brew install pkgdiff
copy
nix profile install nixpkgs#pkgdiff
copy

CAVEATS

Slackware-specific tool. Requires txz/tgz package format. Temporary disk space needed for extraction. Large packages may take time to compare.

HISTORY

pkgdiff is part of Slackware's pkgtools package management suite. Slackware uses a simple tar-based package format, and pkgdiff helps maintainers and users understand what changes between package versions.

SEE ALSO

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid