Page 1 of 1

Re: how to uninstall an app?

Posted: Sat Apr 26, 2008 4:44 pm
by Husse
You can do it with apt :)
Open Synaptic and right click the application...

Re: how to uninstall an app?

Posted: Sun Apr 27, 2008 3:28 am
by Lantesh
You can install the "Add/Remove" interface in Mint by doing the following.

Open up a terminal. Type the following command:

sudo apt-get install gnome-app-install

I have also seen this command with a -y modifier at the end, but I don't know what the -y does. You can try it that way if you want. It would then be:

sudo apt-get install gnome-app-install -y

Re: how to uninstall an app?

Posted: Sun Apr 27, 2008 2:34 pm
by Lantesh
d3monz wrote:Many thanks, Lantesh!! You saved my life!! Hugs!
You're welcome. 8)