Ubuntu wine卸载时提示没有安装,但是仍能使用wine命令?

原来安装过一次wine,后来重装了,但是安装软件都不能运行,卸载的时候发现没有安装上,但是又能使用wine查看版本,和使用winecfg;求大神指点这是怎么回事,求解决方案。

以下是命令:

$:sudo apt-get remove wine
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package 'wine' is not installed, so not removed
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

$ wine --version
wine-1.7.55

$ whereis wine
wine: /usr/bin/wine /usr/bin/X11/wine /usr/share/wine
阅读 3.5k
1 个回答

wine是有版本号的,安装时加版本号,卸载时也得带上版本号。
执行sudo apt-get remove wine命令时,按Tab键补齐,会打印出候选项,其中就有安装的wine版本号

所以执行sudo apt-get remove wine1.7就可以啦

撰写回答
你尚未登录,登录后可以
  • 和开发者交流问题的细节
  • 关注并接收问题和回答的更新提醒
  • 参与内容的编辑和改进,让解决方法与时俱进