0

I have installed wine from Ubuntu software centre but I don't need that & want to remove the software completely from my system so please tell me How to completely remove wine from Ubuntu 14.04?

1 Answers1

-1

Open the terminal by pressing Control+Alt+T and type:

sudo apt-get remove wine

That will uninstall wine but if you want to get rid of wine and anything related to wine run:

sudo apt-get purge wine
Eliah Kagan
  • 119,640