Skip to content

Instantly share code, notes, and snippets.

@bombless
Created November 17, 2023 08:18
Show Gist options
  • Save bombless/86bcfba5f56e9bc89368fae5d373ea56 to your computer and use it in GitHub Desktop.
Save bombless/86bcfba5f56e9bc89368fae5d373ea56 to your computer and use it in GitHub Desktop.
https://websetnet.net/how-to-install-wechat-desktop-client-in-ubuntu-linux/
Snap makes it easier to install WeChat unofficial client in Linux. Before you can install electronic-chat, you will need to install snapd and snapd-xdg-open. Run the below command to install it:
sudo apt install snapd snapd-xdg-open
Once done, type the following command to install it.
sudo snap install electronic-chat
This will install WeChat client. Once done, launch it from the terminal by typing:
electronic-chat
When you launch it for the first time, it will ask you to scan QR code.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment