天天看點

Ubuntu 20.04 安裝QQ、微信等

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

安裝完成後在優化中開啟插件後效果如圖

Ubuntu 20.04 安裝QQ、微信等