How can I remove the wine program completely from my computer?

Asked by Neisha

I'm trying to remove the wine program because I'm finding that its taking up too much space on my computer.

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu firefox-3.0 Edit question
Assignee:
No assignee Edit question
Solved by:
actionparsnip
Solved:
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

Why have you set the source package to firefox? The source package is clearly wine as this is what the question is about.....

anyway,

if you hit alt+f2 and type
uninstaller

you can uninstall any program you have installed.

Revision history for this message
Neisha (candywoman407) said :
#2

ok i did that but its still not removing the wine program

Revision history for this message
Best actionparsnip (andrew-woodhead666) said :
#3

if you mean wine itself:

sudo apt-get --purge remove wine; sudo apt-get --purge autoremove; rm -rf ~/.wine

will completely uninstall wine as well as get rid of ALL wine apps and ALL configurations for the current user.

If this is not what you want then DO NOT run that command.

Revision history for this message
Neisha (candywoman407) said :
#4

Thanks actionparsnip, that solved my question.