无法安装 pdfedit lubuntu 14.04 i386

无法安装 pdfedit lubuntu 14.04 i386

我尝试pdfedit在我的计算机上安装,但无法完成安装。屏幕上显示以下信息,我看不懂。我是 Lubuntu 的新用户,仍在摸索,但学习速度很慢。

~$ FILE=`mktemp`; wget http://us.archive.ubuntu.com/ubuntu/pool/universe/p/pdfedit/pdfedit_0.4.5-2_i386.deb -qO $FILE && sudo dpkg -i $FILE; rm $FILE
Selecting previously unselected package pdfedit.
(Reading database ... 243246 files and directories currently installed.)
Preparing to unpack /tmp/tmp.wsQUAOPX4D ...
Unpacking pdfedit (0.4.5-2) ...
dpkg: dependency problems prevent configuration of pdfedit:
 pdfedit depends on libqt3-mt (>= 3:3.3.8-b); however:
  Package libqt3-mt is not installed.

dpkg: error processing package pdfedit (--install):
 dependency problems - leaving unconfigured
Processing triggers for man-db (2.6.7.1-1ubuntu1) ...
Processing triggers for desktop-file-utils (0.22-1ubuntu1) ...
Processing triggers for mime-support (3.54ubuntu1) ...
Errors were encountered while processing:
 pdfedit

答案1

尝试执行

FILE='mktemp'; wget http://mirrors.kernel.org/ubuntu/pool/main/q/qt-x11-free/libqt3-mt_3.3.8-b-8ubuntu3_i386.deb -qO $FILE && sudo dpkg -i $FILE; rm $FILE

然后尝试再次安装 pdfedit

相关内容