Record Ubuntu20.04 to install WeChat

Installation method 1 (installation via Ubuntu Kylin)

Download address: https://www.ubuntukylin.com/applications/106-cn.html
Installation method:

sudo dpkg -i weixin_2.1.1_amd64.deb

Installation method 2 (installation via wine)

deepin-wine open source project: https://github.com/wszqkzqk/deepin-wine-ubuntu
Using wine, you can install QQ, WeChat and other windows software through the deepin wine tool.

  • Add installation source
wget -O- https://deepin-wine.i-m.dev/setup.sh | sh

Which windows software can be installed through deepin-wine.im.dev , click the link to view

  • Install WeChat
sudo apt install com.qq.weixin.deepin
  • Restart the computer to take effect
sudo reboot -f
  • Open WeChat and enter wine initialization

Deepin Screenshot_Select Area_20230422175240.png

  • After the automatic processing is completed, the WeChat login interface will appear

Compare the advantages and disadvantages of the two installation methods

installation method advantage shortcoming
Ubuntu Kylin Basic functions are stable and available few functions
deepin wine The function is similar to the windows version Unstable features, sometimes unavailable

Guess you like

Origin blog.csdn.net/xiaokai1999/article/details/130315199