Created
November 17, 2023 08:18
-
-
Save bombless/86bcfba5f56e9bc89368fae5d373ea56 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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