Kubuntu14.10 64位安装draftsight出错,求助!

OOo,TeX,KO,ABI,GIMP,Picasa,ProE,QCAD,Inkscape,Kicad,Eagle
回复
jimlon
帖子: 57
注册时间: 2013-06-28 15:06
系统: ubuntu

Kubuntu14.10 64位安装draftsight出错,求助!

#1

帖子 jimlon » 2014-05-12 17:28

Kubuntu14.10 64位
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

-------------------

:em20
各位大侠,请指教
jimlon
帖子: 57
注册时间: 2013-06-28 15:06
系统: ubuntu

Re: Kubuntu14.10 64位安装draftsight出错,求助!

#2

帖子 jimlon » 2014-05-14 9:31

viewtopic.php?f=35&t=456245&start=15

参照上面的帖子,已经解决了

16 楼 xision
14.04的ubuntu 64位因为没有了32为支持库的缘故,我也装了很久没搞定,经研究这样装才行,
sudo apt-get install libcanberra-gtk-module:i386 libcanberra-gtk0:i386 libglu1-mesa:i386 libaudio2:i386 libice6:i386 libsm6:i386 libxt6:i386
再sudo dpkg --force-all -i draftSight.deb(draftSight.deb是下载的最新软件,不用管他,直接的安装)
回复