当前位置: 首页 > 工具软件 > Deepin Clone > 使用案例 >

ubuntu 通过deepin-wine安装微信、QQ

尹何平
2023-12-01

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                 

3、通过镜像站下载微信和QQ的安装包

http://packages.deepin.com/deepin/pool/non-free/d/deepin.com.wechat/

选择  deepin.com.wechat_2.6.8.65deepin0_i386.deb 下载

然后将deb包放到 deepin-wine-for-ubuntu 文件夹

回到终端

cd deepin-wine-for-ubuntu             #访问deepin——wine文件夹
sudo dpkg -i *wechat*deb              #安装微信
sudo apt install libjpeg62:i386       #解决微信无法查看发送图片问题

4、同理,通过镜像站找到QQ的deb包

然后将deb包放到 deepin-wine-for-ubuntu 文件夹

然后再终端输入

cd deepin-wine-for-ubuntu         #访问deepin——wine文件夹
sudo dpkg -i *qq*deb              #安装QQ

**************************************************************************************************************

******************************************华-丽-的-分-隔-符************************************************

************************************************************************************************************** 

5、deepin-wine容器卸载软件

终端输入命令查询包名,然后通过包名卸载软件包

以卸载qq为例:

dprg -l | grep qq                    #查询包名

输入卸载命令

sudo apt-get remove #包名#                #卸载软件

 类似资料: