How do i uninstall applications in ubuntu 9.10

Asked by Ritesh Mahajan

In the ubuntu software centre i only see options for upgrading the installed applications. how do i unistall them. i am using ubuntu 9.10 moblin.

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu nautilus Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Jacky Alciné (jackyalcine) said :
#1

There's many ways of doing this.
What application do you want to uninstall?

Revision history for this message
Jacky Alciné (jackyalcine) said :
#2

Well, it's been almost a week so.

You can remove (or uninstall) applications via the command line by executing the command:

sudo apt-get remove <package-name>

where package name is the application to remove. You can delete its configuration files as well by executing

sudo apt-get purge <package-name>

You can also remove applications using Synaptic Package Manager (System > Administration > Synaptic Package Manager) or the Ubuntu Software Center.

Does that answer your questions?

Can you help with this problem?

Provide an answer of your own, or ask Ritesh Mahajan for more information if necessary.

To post a message you must log in.