先装deepin

sudo apt-get install -y build-essential git
cd ~
git clone https://github.com/wszqkzqk/deepin-wine-ubuntu.git
cd deepin-wine-ubuntu
./install.sh

如果出现错误就

sudo apt --fix-broken install -y
./install.sh

然后看看你要装qq,tim,微信还是什么
去这个网站https://packages.deepin.com/deepin/pool/non-free/d/
下载下来
以qq为例

sudo dpkg -i deepin.com.qq.im_9.1.8deepin0_i386.deb

然后win+a找一下qq,启动(不能启动就重启一下,应该就能启动了

然后你就会发现乱码了

所以我们装个字体

sudo apt install -y fonts-wqy-microhei fonts-wqy-zenhei
sudo apt-get install -y ttf-wqy-microhei
sudo apt-get install -y ttf-wqy-zenhei
sudo apt-get install -y xfonts-wqy

修改配置配件

sudo vim /opt/deepinwine/tools/run.sh

把WINE_CMD=“deepin-wine”
修改为WINE_CMD=“LC_ALL=zh_CN.UTF-8 deepin-wine”

登入后,提示要装flash

sudo ln -sf /usr/lib/i386-linux-gnu/deepin-wine/libwine.so.1.0 /usr/lib/i386-linux-gnu/deepin-wine/libwine.so.1
wget -P ~/.deepinwine/Deepin-TIM/drive_c https://www.flash.cn/flashplayer/3000113/install_flash_player_ppapi_cn.exe -O ~/.deepinwine/Deepin-TIM/drive_c/install_flash_player_ppapi.exe
WINEPREFIX=~/.deepinwine/Deepin-TIM deepin-wine "c:\\install_flash_player_ppapi.exe"

编写脚本比如a.sh
写入

#!/bin/bash
echo         建立临时目录/tmp/flash_download
mkdir         /tmp/flash_download
rm         /tmp/flash_download/*
echo         进入目录/tmp/flash_download
cd         /tmp/flash_download
echo         正在从https://www.flash.cn/flashplayer/3000113/下载install_flash_player_ppapi_cn.exe
wget         https://www.flash.cn/flashplayer/3000113/install_flash_player_ppapi_cn.exe
echo         文件下载完成,正在初始化安装环境
export         WINEPREFIX=~/.deepinwine/Deepin-TIM
echo         正在安装install_flash_player_ppapi_cn.exe到~/.deepinwine/Deepin-TIM
deepin-wine install_flash_player_ppapi_cn.exe
echo         删除下载文件及目录
rm         /tmp/flash_download/*
rmdir         /tmp/flash_download
echo         安装结束

然后

chmod a+x a.sh
sudo sh a.sh

然后解决头像很古老

sudo sysctl -w net.ipv6.conf.all.disable_ipv6=1
sudo sysctl -w net.ipv6.conf.default.disable_ipv6=1
sudo sysctl -w net.ipv6.conf.lo.disable_ipv6=1

安装TopIcons Plus

sudo apt install -y gnome-tweak-tool

进入https://extensions.gnome.org/extension/1031/topicons/

sudo apt install -y gnome-tweak-tool
sudo apt-get install -y gnome-shell-extension-top-icons-plus gnome-tweaks
git clone https://github.com/phocean/TopIcons-plus.git
cd TopIcons-plus
sudo apt-get install make
sudo make install INSTALL_PATH=/usr/share/gnome-shell/extensions

按alt+f2
输入r,回车
重启

安装微信

wget -O- https://deepin-wine.i-m.dev/setup.sh | sh
sudo apt-get install com.qq.weixin.deepin

然后把语言改中文

ubuntu 安装qq相关推荐

  1. 32/64位Ubuntu安装QQ

    1 查看Ubuntu相关信息 打开终端:Ctl+Alt+t 命令:cat /etc/issue 结果:Ubuntu 18.04.1 LTS \n \l 命令:lsb_release -a 结果: No ...

  2. 【Ubuntu安装QQ】

    [Ubuntu安装QQ] 1. 前言 2. QQ下载准备 2.1选择架构: 2.2 linux发行版选择格式: 3.安装步骤 3.1 安装依赖gtk2.0 3.2 卸载QQ 4. 总结 欢迎大家阅读2 ...

  3. Ubuntu安装QQ、百度网盘

    Ubuntu安装QQ.微信.百度网盘等工具 1.安装 deepin-wine 环境 https://github.com/wszqkzqk/deepin-wine-ubuntu 这是 deepin-w ...

  4. QQ for Linux(Ubuntu安装QQ)

    Ubuntu安装QQ 1 下载网址 https://im.qq.com/linuxqq/download.html 根据个人系统按需下载(以下以ubuntu为例) 2 安装依赖 当前版本的Linux ...

  5. 适应Linux32位的qq,Ubuntu 安装 QQ (简易安装 适合32位操作系统)

    ubuntu又崩溃了,泪奔啊!这次安装了13.04,也顺便把QQ安装了,本文将结合自己的安装经验和大家分享. 首先我不建议直接先安装wine,再安装QQ,一是安装完完整的wine太大,二是deskto ...

  6. Ubuntu安装QQ、VM、Chrom软件

    安装QQ 先安装工具 sudo apt install wget g++ 安装deepin-wine mkdir /tmp/deepintemp cd /tmp/deepintemp wget htt ...

  7. ubuntu安装QQ最新版(2019.10.29)

    如何在Linux系统里面安装QQ 在过去,我曾经想要在我的Ubuntu16.04系统里面安装QQ,结果很无奈,一直安装不了,尝试的N种方法,都是都是徒劳. 前几天我看新闻上说QQ出Linux版了,我上 ...

  8. Ubuntu安装QQ、TIM、迅雷、百度网盘等

    [❤作者简介:研究生在读 IT女; 如果文章有错请指正,让我们一起学习,天天向上,一起进步! 如果对你有帮助,还请点赞收藏哦~❤] Ubuntu安装搜狗输入法https://blog.csdn.net ...

  9. ubuntu - 安装QQ国际版

    我用的是 Ubuntu 16.04 安装QQ非常简单 首先下载国际版QQ : 点击打开链接 然后解压完成会有三个deb文件 :   fonts-wqy-microhei_0.2.0-beta-2_al ...

  10. [Ubuntu]安装QQ国际版

    Ubuntu系统里是没有QQ,办公有很多不方便的地方.本文介绍的是如何在Ubuntu 14.04 64位系统安装QQ International版本. 1.安装wine 1.7 sudo add-ap ...

最新文章

  1. 前、后端分离权限控制设计和实现思路
  2. lnmp mysql 哪个好_lamp与lnmp的选择
  3. leetcode算法题--整数拆分
  4. AngularJS之禅
  5. ASP.NET MVC 从后台获取的字符串转换成HTML标签
  6. java web 框架整合开发_SpringBoot(二)Web整合开发
  7. WINCE6.0下开始菜单的“挂起(suspend)”是否可见及阻止系统进入睡眠模式
  8. linux screen vim 颜色不一样,tmux中的Vim显示错误的颜色
  9. 2019死磕java面试题_死磕 java同步系列之开篇
  10. ExtJS应用架构设计(二)
  11. 飞秋(FeiQ)与飞鸽传书(IP Messenger)区别
  12. java自定义生成js代码_基于JavaScript的代码自动生成工具
  13. PhotoShop 之钢笔工具
  14. 2次拒领诺贝尔奖,爱迪生嫉妒他才华,被美国政府列为绝密人物
  15. 计算机无法连上网怎么办,电脑显示已连接上但是无法上网怎么办
  16. 【MySQL】MySQL 存储引擎、索引、锁、集群
  17. ROS到ROS2的多节点组合运行
  18. STM32F407系统标准库函数之时钟配置 和 位带操作
  19. Glide加载图片模糊问题
  20. 国盛源投资量化买卖一定会挣钱吗?量化买卖怎样挣钱的?

热门文章

  1. win10远程桌面Android软件,微软远程桌面安卓版
  2. R语言中ggplot Theme Assist安装使用教程
  3. 怎么把c盘的软件移到d盘?
  4. 免费的思维导图工具推荐(幕布-ProcessOn)2020年最新测评
  5. 4_蒙特卡罗算法求圆周率PI
  6. 高通android7.0刷机工具使用介绍
  7. c语言烟花表白程序代码,表白神器-七彩烟花源码
  8. Camera成像中的Demosaic
  9. 面试精选-solr篇
  10. 学习笔记 —— 吴恩达《机器学习》课程