第一步:安装Deepin-wine 环境
安装步骤:
1. 克隆deepin-wine-for-ubuntu到本地
git clone https://gitee.com/wszqkzqk/deepin-wine-for-ubuntu.git
![](https://img.haomeiwen.com/i15947932/720edb319e543776.png)
2. 通过ls命令,可以发现文件夹下多了一个deepin-wine-for-ubuntu目录
![](https://img.haomeiwen.com/i15947932/f40b21cdc37db935.png)
3. 进入deepin-wine-for-ubuntu目录,可以找到有一个install.sh文件
cd deepin-wine-for-ubuntu/
![](https://img.haomeiwen.com/i15947932/cf10ad0a7df32866.png)
4. 运行install.sh脚本,等待安装完成即可
sudo sh install.sh
![](https://img.haomeiwen.com/i15947932/1e61d2a333fd3df2.png)
![](https://img.haomeiwen.com/i15947932/ba0e136bcc818285.png)
第二步:安装TIM
1.下载TIM的安装包
下载地址:https://packages.deepin.com/deepin/pool/non-free/d/deepin.com.qq.im/
wget https://packages.deepin.com/deepin/pool/non-free/d/deepin.com.qq.office/deepin.com.qq.office_2.0.0deepin4_i386.deb
![](https://img.haomeiwen.com/i15947932/1e09c26d2cf6e9ea.png)
2.安装
sudo dpkg -i deepin.com.qq.office_2.0.0deepin4_i386.deb
![](https://img.haomeiwen.com/i15947932/dc63ca489792692a.png)
3.更新依赖
sudo apt-get install -f
![](https://img.haomeiwen.com/i15947932/d99ca123cc1ddcf9.png)
4.在显示应用程序搜索TIM,双击打开就行
![](https://img.haomeiwen.com/i15947932/71cff0f7ac44bc41.png)
嫌麻烦直接复制下面代码运行
git clone https://gitee.com/wszqkzqk/deepin-wine-for-ubuntu.git
cd deepin-wine
sudo sh install.sh
wget https://packages.deepin.com/deepin/pool/non-free/d/deepin.com.qq.office/deepin.com.qq.office_2.0.0deepin4_i386.deb
sudo dpkg -i deepin.com.qq.office_2.0.0deepin4_i386.deb
sudo apt-get install -f
无法显示图片,参考https://youwolf.cn/?p=529
参考链接:
https://blog.csdn.net/qq_39268193/article/details/87880219
https://blog.csdn.net/qq_34240459/article/details/104807221
网友评论