> For the complete documentation index, see [llms.txt](https://notes.ronething.cn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://notes.ronething.cn/ubuntu-install-deepin-wechat.md).

# Ubuntu 安装 Deepin 版微信客户端指南

tags： wechat xubuntu

***

> 环境: xubuntu 18.04

[~~deepin-wechat~~](https://aur.archlinux.org/packages/deepin-wechat/)

~~这个`deepin.com.wechat_2.6.2.31deepin0_i386.deb`包下载下来放在另一个目录 暂且不会用到~~

直接下载我分享的文件 [`deepin-wine.tar.gz`](https://drive.google.com/file/d/1C9mbDWWkwRohWykDB8hFW3lybFejkss8/view?usp=sharing) 也行。里面包含必须的依赖 deb 包 和 上面的 wechat deb 包

## 安装 `deepin-wine`

```
sudo apt install libasound2:i386
sudo apt install liblcms2-2:i386 libldap-2.4-2:i386 libmpg123-0:i386 libopenal1:i386 
sudo apt install libstdc++6:i386 libudev1:i386 libusb-1.0-0:i386 libxext6:i386 libxml2:i386 libxcursor1:i386 libxi6:i386 libxxf86vm1:i386 libxrender1:i386 libxrandr2:i386 libxfixes3:i386
sudo apt install libxinerama1:i386 libxcomposite1:i386 libgl1-mesa-glx:i386 libglu1-mesa:i386 libosmesa6:i386 libxslt1.1:i386 libncurses5:i386 libv4l-0:i386
sudo apt install libfreetype6:i386 libcups2:i386 libfontconfig1:i386 libgsm1:i386 libtiff5:i386
sudo apt install libgcrypt11-dev:i386
```

安装 `gcc:i386`

```
sudo apt install cpp:i386
sudo apt install binutils:i386
sudo apt install gcc-7:i386
sudo apt install gcc:i386
```

安装依赖包

```sh
# 注意这里 deepin-wine.tar.gz 是开头提到的下载的文件
tar -zxvf deepin-wine.tar.gz
cd deepin-wine
sudo dpkg -i *.deb
```

如果出现依赖错误：

```
sudo apt install -f
```

## 安装 `deepin-wechat`

```sh
# deepin-wine 里面有一个 wechat 目录
cd wechat
sudo dpkg -i deepin.com.wechat_2.6.2.31deepin0_i386.deb
```


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://notes.ronething.cn/ubuntu-install-deepin-wechat.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
