How to Install and Uninstall diffpdf Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 10,2024

1. Install "diffpdf" package

Please follow the steps below to install diffpdf on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install diffpdf

2. Uninstall "diffpdf" package

Please follow the steps below to uninstall diffpdf on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove diffpdf $ sudo apt autoclean && sudo apt autoremove

3. Information about the diffpdf package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: diffpdf
Priority: optional
Section: universe/utils
Installed-Size: 497
Maintainer: Ubuntu Developers
Original-Maintainer: David Paleino
Architecture: amd64
Version: 2.1.3-1
Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libpoppler-qt4-4 (>= 0.20.1), libqtcore4 (>= 4:4.7.0~beta1), libqtgui4 (>= 4:4.6.1), libstdc++6 (>= 4.1.1)
Filename: pool/universe/d/diffpdf/diffpdf_2.1.3-1_amd64.deb
Size: 167906
MD5sum: 7f4a0a0460c9728887ad1121c0fd4e93
SHA1: 1b03045fc7e6888799ffcaebe031918679d577b0
SHA256: 8bca6cf3dfdf4cd3c3f5437f8f9b52f6f47e2090cf4feb1a07d962a7932a4ef1
Description-en: compare two PDF files textually or visually
DiffPDF is used to compare two PDF files.
By default the comparison is of the text on each pair of pages, but
comparing the appearance of pages is also supported (for example, if
a diagram is changed or a paragraph reformatted). It is also possible
to compare particular pages or page ranges. For example, if there are
two versions of a PDF file, one with pages 1-12 and the other with
pages 1-13 because of an extra page having been added as page 4, they
can be compared by specifying two page ranges, 1-12 for the first and 1-3,
5-13 for the second. This will make DiffPDF compare pages in the pairs
(1, 1), (2, 2), (3, 3), (4, 5), (5, 6), and so on, to (12, 13).
Description-md5: 1ae07bf3d536852dd5ae20b7e5bbab0d
Homepage: http://www.qtrac.eu/diffpdf.html
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu