Linux小技巧:完全清除Wine
有时我们想要在Linux下清除Wine,移除该软件包后,可还是残留痕迹,比如菜单栏里挥之不去。大家可以右键单击菜单,选择“编辑菜单”,将其移除即可。或使用下面命令:rm -rf ~/.wine ~/.local/share/applications/winerm -f ~/.local/share/applications/wine-* ~/.local/share/applications/mimeinfo.cache这样wine丝毫痕迹不留了,哈哈。U...