1. 程式人生 > 實用技巧 >Ubuntu 20.04 安裝QQ、微信等

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 外掛:

sudo apt-get install gnome-shell-extension-top-icons-plus