无法在 Ubuntu 18.04 中安装 blender

无法在 Ubuntu 18.04 中安装 blender

我是 Ubuntu 新手,每当我尝试更新或安装时blender,我都会在终端中遇到此错误。

这是弹出的错误:

https://i.stack.imgur.com/CSssk.png

有人能告诉我具体该怎么做吗?

我按照搅拌机网站的建议使用了以下代码,

sudo add-apt-repository ppa:thomas-schiex/blender  
sudo apt-get update  
sudo apt-get install blender

答案1

你不需要添加任何存储库;只需运行

sudo apt install blender

它默认可用,您不需要 thomas-shiex repo。

或者你也可以这样做

sudo snap install blender --classic

相关内容