KDELibs: 4.13.0
Qt: 4.8.6
Kernel: 3.13.0-24-generic
按照以前的经验
sudo apt-get install ia32-libs
提示错误
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
lib32z1 lib32ncurses5 lib32bz2-1.0
E: Package 'ia32-libs' has no installation candidate
然后,根据提示
sudo apt-get install lib32z1 lib32ncurses5 lib32bz2-1.0
然后再
sudo dpkg --force-all -i draftSight.deb
----------------------------------------
出现如下错误提示:
Preparing to unpack draftSight.deb ...
access control disabled, clients can connect from any host
access control disabled, clients can connect from any host
access control disabled, clients can connect from any host
(ShowLicense:16839): Gtk-WARNING **: Unable to locate theme engine in module_path: "oxygen-gtk",
(ShowLicense:16839): Gtk-WARNING **: Unable to locate theme engine in module_path: "oxygen-gtk",
access control enabled, only authorized clients can connect
access control enabled, only authorized clients can connect
access control enabled, only authorized clients can connect
Unpacking draftsight (2014.3.70) over (2014.3.70) ...
Setting up draftsight (2014.3.70) ...
^Cdpkg: error processing package draftsight (--install):
subprocess installed post-installation script was interrupted
Errors were encountered while processing:
draftsight
-------------------

各位大侠,请指教