dpkg -i deepin.xxx.wechat
# deepin.com.wechat:i386依赖有问题能用但是会导致dpkg无法正常使用,不得不卸载。
wine wechat.exe
# 安装后发现有右键崩溃的问题,凉凉,更新到win4后解决
找到/home/用户名目录/.local/share/applications/wine/Programs (一般能在这里找到卸载程序),将软件对应的文件删除;
最后/home/用户名目录/.config/menus/applications-merged,将软件对应的文件删除;
如果您没有找到如上的文件夹,只需要按 ctrl+F 搜索软件名,把搜索结果中的文件夹和文件删除就可以。
更新wine
sudo dpkg --add-architecture i386
wget -nc https://dl.winehq.org/wine-builds/winehq.key
sudo apt-key add winehq.key
sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ bionic main'
sudo apt-get update
sudo apt-get install --install-recommends winehq-stable
如果不喜欢:
sudo apt-get remove --autoremove wine-stable winehq-stable
如果因为依赖问题没装上
sudo apt install libwine:i386
sudo apt install libjpeg62:i386
#修复图片无法发送的问题
sudo aptitude install winehq-stable
#### 一直点no直到出现4.0的方案
网友评论