在ubuntu 12.04中安装ia32-libs

时间:2014-02-27 09:31:45

标签: ubuntu x86

我正在尝试在我的ubuntu 64bit版本12.04上为ubuntu安装32位libarries,因为我无法设置android SDK和AVD。每次我运行命令

  sudo apt-get install ia32-libs

我收到此错误

  Reading package lists... Done
Building dependency tree       
Reading state information... Done
ia32-libs is already the newest version.
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
 ia32-libs-multiarch:i386 : Depends: gtk2-engines:i386 but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).

运行sudo at-get -f也没有帮助。可能是什么问题?

1 个答案:

答案 0 :(得分:-1)

从终端窗口首次安装Synaptic

sudo apt-get install synaptic

代码中的第二个插入行

 deb http://archive.ubuntu.com/ubuntu/ raring main restricted universe multiverse

第3次更新你的系统

 sudo apt-get update

然后

  sudo apt-get install ia32-libs