Ubuntu – How to uninstall programs in ubuntu if they are not in Software Center? 12.04

12.04software installationsoftware-centeruninstall

I've installed a program through the terminal, the program is Cuttlefish.
Now I want to uninstall it and I can't find it in the software Center.

How can I do it?

Best Answer

You can uninstall the program through the terminal, very much like how you installed it.

Run sudo apt-get remove --purge <package-name>

So for cuttlefish you would run sudo apt-get remove --purge cuttlefish