1

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?

ish
  • 141,990

1 Answers1

3

From the terminal, run this command:

sudo apt-get purge cinelerra\*

This will completely remove (uninstall) the package.

ish
  • 141,990
Peachy
  • 7,235
  • 10
  • 40
  • 47