Okay, when you use 'autoremove' it only removes the main bits - if you use 'purge' everything is removed so lets try 'purging' wine.
1. Open a terminal (Menu | Accessories | Terminal) and enter:
- Code:
sudo apt-get purge wine
2. You will be asked for your password which will not show up in any shape or form i.e., asterisks, so be careful you enter your login password correctly! (You get three attempts before having to enter the sudo command and you don't have to retype at the prompt, just use your up cursor arrow
3. You will be asked to answer Y or N to remove wine - obviously we want Y.
4. Still in the terminal enter:
- Code:
sudo apt-get install wine
You willl be asked do you want to install x addtitional packages etc - Y you do
5. Still in the terminal enter:
- Code:
sudo apt-get update && sudo apt-get dist-upgrade
Then re-start your machine to see if things are back to normal.
Keep us posted!