Open Source Video Editing
Lesson 1: Downloading Blender
As promised – how to install the latest Blender on (ubuntu) Linux:
Open up terminal, and copy and paste the following lines into it.
After the first line it will ask you for your computer’s password. Type it in (as you type nothing will appear on the screen). The computer will also ask you to say yes/no (tap key Y or N) after some of the lines.
Here are the lines of code:
sudo add-apt-repository ppa:thomas-schiex/blender
sudo apt-get update
sudo apt-get install blender
I hope that helps.