How do I install cinelerra? [duplicate]
open the Terminal window and type in the below commands.
sudo apt-add-repository ppa:cinelerra-ppa/ppa
sudo apt-get update
sudo apt-get install cinelerra
In Ubuntu 12.04 replace the last command by
sudo apt-get install cinelerra-cv
There is a PPA for that: Cinelerra PPA
- What are PPAs and how do I use them?