Wine problem

Asked by Amir

I has installed wine and after that some programms.After a while i unistalled those programms.I unistalled also wine.But there were still wine icon in applications menu.after all this,i tried to install again wine.Everything is ok except C drives.It had been deleted and now when i reinstall wine it doesnt make it.I tried winecfg but it doesnt make any diference.What i have to do?

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
Amir
Solved:
Last query:
Last reply:
Revision history for this message
Steve Pearce (steve-stevepearce-deactivatedaccount) said :
#1

Hopefully I understood this correctly. You want to completely remove wine and then reinstall it, giving you a fresh/clean profile to work with.

To remove wine completely. You should issue "sudo apt-get remove --purge wine". This will remove anything wine created in your home directory (configuration files and history) as well as the packages.

And then obviously to reinstall it you can issue a "sudo apt-get install wine".

Regards,
Steve

Revision history for this message
Amir (amireazad) said :
#2

thanks for your help.I tried it but it still doesnt work.

Revision history for this message
Eric Padman (mentalnotes) said :
#3

To remove your fake wine drive(s) delete ~/.wine. When you run winecfg it will create a fresh one for you.

Wine adds shortcuts in ~/.local/share/applications/wine/, start menu folders in ~/.local/share/desktop-directories/, and icons in ~/.local/share/icons/. Deleting these files will remove them from the Applications menu. Wine adds some default entries to the Applications menu such as 'Configure Wine' when it is installed.

Revision history for this message
Amir (amireazad) said :
#4

.