Ubuntu 20.04 安装QQ、微信等

现在微信,QQ已经是我们日常使用中必不可少的软件了,无论使用什么样的电脑系统,都需要进行安装。针对于Ubuntu20.04系统,QQ官方存在linux版本,但其UI不忍直视,感兴趣可以直接访问下载安装https://im.qq.com/linuxqq/index.html。微信官方还没有给出ubuntu系统的解决方案。这里介绍使用Deepin-wine 环境在ubuntu20.04系统下进行QQ、微信等安装。

1. 安装环境准备

安装必要的工具及deepin-wine依赖

sudo apt install wget g++ git

2. 安装deepin-wine

git clone "https://gitee.com/wszqkzqk/deepin-wine-for-ubuntu.git"
cd deepin-wine-for-ubuntu                    #切换到下载目录
sudo ./install.sh                 #执行安装

这里deepin-wine容器安装完成,下面进行具体软件的安装。

3. 安装Deep-wine版微信及QQ

大家可以直接访问deepin官方软件仓库https://packages.deepin.com/deepin/pool/non-free/d/,下载对应的.dep安装包。

如QQ:https://packages.deepin.com/deepin/pool/non-free/d/deepin.com.qq.im/deepin.com.qq.im_9.1.8deepin0_i386.deb

微信:https://packages.deepin.com/deepin/pool/non-free/d/deepin.com.wechat/deepin.com.wechat_2.6.8.65deepin0_i386.deb

下载完成后直接安装即可。

4. 托盘悬浮

正常安装后wine窗口为独立窗口,为了便于美观建议安装如下插件

Gnome Shell 插件的安装需先安装Gnome-tweak-tools:
sudo apt-get install gnome-tweak-tools

安装Gnome Shell 插件top-icons-plus:
sudo apt-get install gnome-shell-extension-top-icons-plus

安装完成后在优化中开启插件后效果如图

版权声明:本文为voidint07原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。
本文链接:https://www.cnblogs.com/voidint07/p/14097092.html