手动卸载wine-stable卸载

装了wine发现运行TIM全都乱码,于是手动卸载wine:

删除文件:(参考https://blog.csdn.net/taizhoufox/article/details/5496568)

~/.wine

~/.local/share/applications

/usr/lib/wine
然后查了以下有关wine的软件包:

dpkg -l | grep wine*
发现了4个相关结果:

wine-stable
wine-stable-amd64
wine-stable-i386:i386
winehq-stable
于是随手卸载wine-stable软件包和依赖:

sudo apt-get autoremove --purge wine-stable
然后不用再卸载其他软件包了,因为都wine-stable和一起卸载了。如果不放心就再查以下:

dpkg -l | grep wine*
干净了!

原文:https://blog.csdn.net/qq_42773735/article/details/81170644

原文地址:https://www.cnblogs.com/wangchuang/p/10869201.html