How to Install and Uninstall tardiff Package on Kali Linux

Last updated: September 20,2024

1. Install "tardiff" package

Here is a brief guide to show you how to install tardiff on Kali Linux

$ sudo apt update $ sudo apt install tardiff

2. Uninstall "tardiff" package

This is a short guide on how to uninstall tardiff on Kali Linux:

$ sudo apt remove tardiff $ sudo apt autoclean && sudo apt autoremove

3. Information about the tardiff package on Kali Linux

Package: tardiff
Version: 0.1-7
Installed-Size: 20
Maintainer: Axel Beckert
Architecture: all
Depends: libtext-diff-perl, perl:any
Suggests: diffoscope-minimal | diffoscope
Size: 6616
SHA256: 1dad36fb79782f39a224daae966a73b0c7bdb934e343c5da1396a67e550f1ecb
SHA1: 4bdd3f684ac8b3eea464f49135d7c216b3f1f79a
MD5sum: 24c88cfe8646d93068b3cc9bb8bc5515
Description: Tarball file list comparison tool
TarDiff is a simple tool that compares the contents of two tarballs
and reports primarily file list differences found between them.
.
It can also list files which only had modified content, but are
present in both tarballs. It though does not show the actually
content differences, just which files differ.
.
Its use is mainly for release managers who can use it as a QA tool to
make sure no files have accidentally been left over or were added by
mistake. TarDiff supports compressed tarballs, diff statistics and
suppression of GNU autotool changes.
.
For more detailed diffs like e.g. finding different timestamps inside
a tar ball or similar minimal changes which still cause differences
in hashsums or make a few bytes size difference, please have a look
at diffoscope or the diffoscope-minimal package. Diffoscope can also
compare many more file types than just tarballs, but also has more
hard dependencies and a lot of optional dependencies for specific
file formats.
Description-md5:
Homepage: http://tardiff.coolprojects.org/
Tag: devel::testing-qa, implemented-in::perl, interface::commandline,
role::program, scope::utility, use::checking, use::comparing,
works-with-format::tar, works-with::archive,
works-with::software:source
Section: utils
Priority: optional
Filename: pool/main/t/tardiff/tardiff_0.1-7_all.deb