I am new to ubuntu, I installed cinelerra through these steps
sudo add-apt-repository ppa:cinelerra-ppa/ppa sudo apt-get update sudo apt-get install cinelerra
now i want to uninstall it, how is it done?
From the terminal, run this command:
sudo apt-get purge cinelerra\*
This will completely remove (uninstall) the package.