How to Install and Uninstall xdelta Package on Kali Linux

Last updated: July 08,2024

1. Install "xdelta" package

This tutorial shows how to install xdelta on Kali Linux

$ sudo apt update $ sudo apt install xdelta

2. Uninstall "xdelta" package

Learn how to uninstall xdelta on Kali Linux:

$ sudo apt remove xdelta $ sudo apt autoclean && sudo apt autoremove

3. Information about the xdelta package on Kali Linux

Package: xdelta
Source: xdelta (1.1.3-10.4)
Version: 1.1.3-10.4+b1
Installed-Size: 61
Maintainer: LaMont Jones
Architecture: amd64
Depends: libc6 (>= 2.34), libglib2.0-0 (>= 2.16.0), libxdelta2 (>= 1.1.3), zlib1g (>= 1:1.1.4)
Size: 25980
SHA256: eed27933996e7b9fe447887752f969084fa3958e50bc40b3b664962913745613
SHA1: 51dee17afb3cbae027417f22af45774c34b9d169
MD5sum: 1e9a99dc18f168b6203daef9fa1c27b5
Description: A diff utility which works with binary files
Xdelta is an application program designed to compute changes between
files. These changes (deltas) are similar to the output of the
"diff" program in that they may be used to store and transmit only the
changes between files. However, unlike diff, the output of Xdelta is
not expressed in a human-readable format--Xdelta can also apply
these deltas to a copy of the original file. Xdelta uses a fast,
linear algorithm and performs well on both binary and text files.
Description-md5:
Tag: devel::rcs, implemented-in::c, interface::commandline, role::program,
scope::utility, use::synchronizing, works-with::file
Section: utils
Priority: optional
Filename: pool/main/x/xdelta/xdelta_1.1.3-10.4+b1_amd64.deb