Gangmax Blog

Install WeChat Desktop Client in Ubuntu

From here.

Make sure you have “snapd” and “snapd-xdg-open” installed. If not, install them with the following command:

1
sudo apt-get install snapd snapd-xdg-open

Install “electronic-wechat’ and run:

1
2
3
4
5
6
# Install:
sudo snap install electronic-wechat
# Run:
electronic-chat
# Remove:
sudo snap remove electronic-wechat

Comments