baicai

白菜

一个勤奋的代码搬运工!

Install WeChat on Ubuntu.

Introduction#

Since the official website of WeChat, https://weixin.qq.com/, does not provide a download and installation method for Linux, but does provide an official version for the Ubuntu Kylin distribution, the following installation methods are available.

Installation Method#

Open the Ubuntu Kylin App Store official website and download the application, then you will see WeChat
https://www.ubuntukylin.com/applications/106-cn.html
Download the deb package and use the command sudo dpkg -i to install it, and it can be used.
This is the native version for Linux, with fewer features but much lighter than Wine.

Installation Method 2#

The download link is in Method 1. Right-click on the WeChat application page in the Ubuntu Kylin App Store and select "64-bit Download" -> "Copy Link"
Download and install the Deb package in the terminal:

    wget  -O ~/weixin.deb "http://archive.ubuntukylin.com/software/pool/partner/weixin_2.1.1_amd64.deb"

    sudo dpkg -i ~/weixin.deb
Loading...
Ownership of this post data is guaranteed by blockchain and smart contracts to the creator alone.