0

I'm new to Ubuntu and when ever I try to update or install blender, I encounter this error in the terminal.

This is the error that pops up:

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

Could someone tell me what exactly to do?

I have used the following code as suggested in blender website,

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

1 Answers1

4

You don't need to add any repository; simply run

sudo apt install blender

It's available by default, you don't need thomas-shiex repo.

Or alternatively you can do

sudo snap install blender --classic
pomsky
  • 68,507
Jatin-CBS
  • 667