
qpdf 5.1.3 をインストールしようとしましたが、デフォルトは 5.1.1 です (Ubuntu 14.04 を使用しています)。
それをコンパイルした後SourceForgeのダウンロード、バージョン 5.1.1 がインストールされています。 の出力は次の/usr/local/bin/qpdf --version
ようになります。
qpdf version 5.1.1
Copyright (c) 2005-2015 Jay Berkenbilt
This software may be distributed under the terms of version 2 of the
Artistic License which may be found in the source distribution. It is
provided "as is" without express or implied warranty.
の出力apt-cache policy qpdf
qpdf:
Installed: 5.1.3-1
Candidate: 5.1.3-1
Version table:
*** 5.1.3-1 0
100 /var/lib/dpkg/status
5.1.1-1 0
500 fr.archive.ubuntu.com/ubuntu trusty/main amd64 Packages
混乱しますし、走れば
find . -type f -name 'qpdf' -exec {} --version \;
ソースフォルダに
qpdf version 5.1.1
Copyright (c) 2005-2015 Jay Berkenbilt
This software may be distributed under the terms of version 2 of the
Artistic License which may be found in the source distribution. It is
provided "as is" without express or implied warranty.
qpdf version 5.1.3
Copyright (c) 2005-2015 Jay Berkenbilt
This software may be distributed under the terms of version 2 of the
Artistic License which may be found in the source distribution. It is
provided "as is" without express or implied warranty.
したがって、2 つのバージョンがコンパイルされているようです。
ここで何が問題なのですか?