美文网首页ubuntu
Ubuntu18.04 安装TIM教程

Ubuntu18.04 安装TIM教程

作者: h小吴y | 来源:发表于2020-12-07 10:42 被阅读0次

第一步:安装Deepin-wine 环境

Gitee项目地址

安装步骤:

1. 克隆deepin-wine-for-ubuntu到本地

git clone https://gitee.com/wszqkzqk/deepin-wine-for-ubuntu.git

2. 通过ls命令,可以发现文件夹下多了一个deepin-wine-for-ubuntu目录

3. 进入deepin-wine-for-ubuntu目录,可以找到有一个install.sh文件

cd deepin-wine-for-ubuntu/

4. 运行install.sh脚本,等待安装完成即可

sudo sh install.sh

第二步:安装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

2.安装

sudo dpkg -i deepin.com.qq.office_2.0.0deepin4_i386.deb

3.更新依赖

sudo apt-get install -f

4.在显示应用程序搜索TIM,双击打开就行

嫌麻烦直接复制下面代码运行

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

相关文章

网友评论

    本文标题:Ubuntu18.04 安装TIM教程

    本文链接:https://www.haomeiwen.com/subject/fwpzwktx.html