LinuxCommandLibrary

pkgdelta

TLDR

Create delta package

$ pkgdelta [old_package] [new_package]
copy
Apply delta
$ xdelta3 -d -s [old_package] [delta] [new_package]
copy

SYNOPSIS

pkgdelta [options] oldpkg newpkg

DESCRIPTION

pkgdelta creates delta packages. Reduces download size for updates.
The tool generates binary diffs. Part of Arch Linux pacman.
pkgdelta makes update deltas.

PARAMETERS

OLDPKG_

Original package file.
NEWPKG_
New package file.
-q
Quiet mode.

CAVEATS

Arch Linux specific. Requires xdelta3. Space savings vary.

HISTORY

pkgdelta was created for bandwidth-efficient Arch package updates.

SEE ALSO

pacman(8), xdelta3(1)

Copied to clipboard