pdfcompare from Documentation:Tools project
Select Your Operating System
Add repository and install manually
For Debian 7.0 run the following:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/Documentation:/Tools/Debian_7.0/ /' | sudo tee /etc/apt/sources.list.d/Documentation:Tools.list curl -fsSL https://download.opensuse.org/repositories/Documentation:Tools/Debian_7.0/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/Documentation_Tools.gpg > /dev/null sudo apt update sudo apt install pdfcompare
Grab binary packages directly
Add repository and install manually
For Ubuntu 15.10 run the following:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/Documentation:/Tools/Ubuntu_15.10/ /' | sudo tee /etc/apt/sources.list.d/Documentation:Tools.list curl -fsSL https://download.opensuse.org/repositories/Documentation:Tools/Ubuntu_15.10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/Documentation_Tools.gpg > /dev/null sudo apt update sudo apt install pdfcompare
For Ubuntu 14.04 run the following:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/Documentation:/Tools/Ubuntu_14.04/ /' | sudo tee /etc/apt/sources.list.d/Documentation:Tools.list curl -fsSL https://download.opensuse.org/repositories/Documentation:Tools/Ubuntu_14.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/Documentation_Tools.gpg > /dev/null sudo apt update sudo apt install pdfcompare