10

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?

anonymous2
  • 4,325
spkkya
  • 121

3 Answers3

8

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

Dan
  • 6,784
7

install synaptic package manager. Go to terminal by clrt+alt+T and type

sudo apt-get install synaptic

Form this you can install and remove packages in ubuntu without software center. Have a nice time.

raz
  • 1,882
1
sudo apt-get purge cuttlefish

Instead of uninstall, it removes anything related (most of the time).