13.04 64位
可以安装,但运行就显示“没能装载模块,。。。。”
用命令行运行显示“QGtkStyle was unable to detect the current GTK+ theme.”
如图
怎么办,如果cad不能用,我还是无法摆脱windows
13.04无法运行DraftSight
- jojo
- 帖子: 102
- 注册时间: 2007-08-06 10:44
- jojo
- 帖子: 102
- 注册时间: 2007-08-06 10:44
Re: 13.04无法运行DraftSight
把ia32-libs都装上就好了
代码: 全选
sudo apt-get install ia32-libs
-
- 帖子: 8
- 注册时间: 2007-05-19 13:34
Re: 13.04无法运行DraftSight
弱问安装ia32-libs出现这些代码是什么意思。。
ademsyou@ademsyou-T-6307c:/usr/share/themes$ sudo apt-get install ia32-libs
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package ia32-libs is not available, but is referred to by another package.
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
ademsyou@ademsyou-T-6307c:/usr/share/themes$ sudo apt-get install ia32-libs
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package ia32-libs is not available, but is referred to by another package.
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
-
- 帖子: 10
- 注册时间: 2012-06-16 22:06
Re: 13.04无法运行DraftSight
好像没有64位的Draftsight
-
- 帖子: 8
- 注册时间: 2007-05-19 13:34
Re: 13.04无法运行DraftSight
后来换了32 ubuntu就可以正常使用了。在这之前安装了32位lib仍然不能正常使用。
-
- 论坛版主
- 帖子: 18279
- 注册时间: 2009-08-04 16:33
Re: 13.04无法运行DraftSight
ia32-libs 來自 universe 套件庫sudo apt-get install ia32-libs
所以要先將 universe 套件庫加入 軟體來源名單中
再
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install ia32-libs
或者
直接從軟體中心安裝 ia32-libs