Ubuntu 14.04にPDFeditをインストールするにはどうすればよいですか?



How Can I Install Pdfedit Ubuntu 14



解決:

Linux用のpdfeditは次の場所にあります。

http://sharadchhetri.com/2013/12/29/install-pdfedit-for-editing-pdf-file-in-ubuntu/



現在のUbuntuはlibqt3-mtライブラリのサポートを終了しました。現在、/ etc / apt / sources.listを編集して次の行を追加することで、追加できます。

#libqt3-mnt deb http://old-releases.ubuntu.com/ubuntu lucid main

次に、以下を実行します。



$ sudo apt-get update $ sudo apt-get install libmng1 libqt3-mt

これで、pdfeditorを(32bまたは64ビットのいずれかを選択して)インストールできます。

pdfedit(32ビット)をインストールします

$ wget http://us.archive.ubuntu.com/ubuntu/pool/universe/p/pdfedit/pdfedit_0.4.5-2_i386.deb $ sudo dpkg -i pdfedit_0.4.5-2_i386.deb

64ビットバージョン:



pdfeditをダウンロードしてインストールします

$ wget http://us.archive.ubuntu.com/ubuntu/pool/universe/p/pdfedit/pdfedit_0.4.5-2_amd64.deb $ sudo dpkg -i pdfedit_0.4.5-2_amd64.deb