Ubuntu installs deepin-wine and installs WeChat

Install deepin-wine

Only three simple commands are needed:

git clone https://gitee.com/wszqkzqk/deepin-wine-for-ubuntu.git
cd deepin-wine-for-ubuntu
./install.sh

Note that this script Ubuntumay have dependency problems in lower versions, but I Ubuntu 20.04installed it successfully in .

Install WeChat

sudo apt-get install libjpeg62:i386
wget https://gitee.com/wszqkzqk/deepin-wine-containers-for-ubuntu/raw/master/deepin.com.wechat_2.6.8.65deepin0_i386.deb
sudo dpkg -i deepin.com.wechat_2.6.8.65deepin0_i386.deb

project address

If you have any problems during the installation process, you can visit the deepin-wine-ubuntu project address and view the official documents.

Guess you like

Origin blog.csdn.net/nnKevi/article/details/132204449