我做了以下安装搅拌机:
sudo add-apt-repository ppa:irie/blender
sudo apt-get update
sudo apt-get install blender
收到有关未满足依赖项的消息:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
blender : Depends: libboost-locale1.54.0 but it is not installable
Depends: libopencolorio1 but it is not installable
Depends: libspnav0 (>= 0.2.1) but it is not installable
E: Unable to correct problems, you have held broken packages.
我已经尝试手动安装每个'not installable'软件包及其依赖项,但它没有解决问题。非常感谢任何帮助,谢谢。
答案 0 :(得分:1)
我设法通过Synaptic Package Manager解决了这个问题。我曾尝试从终端重新安装libboot-locale1.54.0
,一切似乎都没问题,但在安装Blender时仍然遇到同样的错误。然后出于绝望,我打开了Synaptic Package Manager并重新安装了相同的软件包,令我惊讶的是它解决了这个问题。