无法卸载 wine

无法卸载 wine

正如标题所说,我已经尝试卸载 wine 大约一个小时了,但无论我怎么尝试,似乎都无法取得任何进展。我一直收到此错误::

$ sudo apt-get remove --purge wine:i386
Reading package lists... Done
Building dependency tree       
Reading state information... Done
You might want to run 'apt-get -f install' to correct these:

The following packages have unmet dependencies:

 wine-unstable:i386 : Depends: wine32-unstable:i386 (>= 1.7.15-0.1) but it is not installable or
                               wine64-unstable:i386 (>= 1.7.15-0.1) but it is not installable

E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).

非常感谢任何帮助,谢谢!

答案1

尝试

sudo apt-get install ppa-purge

sudo ppa-purge ppa:wine/wine-builds

来源:

http://linuxdaddy.com/blog/install-wine-1-9-on-ubuntu/

答案2

这对我有用:-

sudo apt purge wine*
sudo apt autoremove
rm -r .wine

相关内容