I need cinelerra for my video eediting in Ubuntu but i cant install that. Anybody can help me?
Asked
Active
Viewed 9,477 times
7
-
2Wow... that's a lot of information to get along with... Seriously, maybe it'd be helpful for anyone trying to help you what happens when you try to install it? Any error messages? – RobinJ Oct 17 '11 at 14:22
3 Answers
5
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

TrailRider
- 7,087

ginoe
- 51
-
-
ginoe, you should edit your question to include you comment in your answer, just click the edit link. All expansions to your answer should be edited into the answer. The comment section is for others to comment on your answer for correction, clarification or compliments. – TrailRider Jan 24 '13 at 02:42