【发布时间】:2023-03-31 15:09:01
【问题描述】:
我做了以下安装搅拌机:
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.
我已尝试手动安装每个“不可安装”的软件包及其依赖项,但并没有解决问题。任何帮助都非常感谢,谢谢。
【问题讨论】:
标签: ubuntu-14.04 blender