前言
今天看到一篇博客,关于ubuntu19.10下qq的安装,于是实验了一下在自己的ubuntu16.04安装qq。
参考博客:
- https://blog.csdn.net/qq_17623363/article/details/104185843
- https://blog.csdn.net/qq_39268193/article/details/87880219
过程
打开terminal之后输入以下命令
cd 桌面/
lsb_release -a
git clone https://gitee.com/wszqkzqk/deepin-wine-for-ubuntu.git
cd deepin-wine-for-ubuntu/
sudo sh install.sh
wget wget http://mirrors.aliyun.com/deepin/pool/non-free/d/deepin.com.qq.im/deepin.com.qq.im_9.1.8deepin0_i386.deb
sudo dpkg -i deepin.com.qq.im_9.1.8deepin0_i386.deb
sudo apt-get install -f
之后在搜索框搜qq打开即可
可用类似方法安装的软件
详见链接:
- https://gitee.com/wszqkzqk/deepin-wine-for-ubuntu