博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
ubuntu 16.04 安装微信
阅读量:3740 次
发布时间:2019-05-22

本文共 1396 字,大约阅读时间需要 4 分钟。

ubuntu 16.04 安装微信

步骤1下载

https://github.com/wszqkzqk/deepin-wine-ubuntu

这个网址中下载微信deb 软件包随后

sudo dpkg -i deepin.com.wechat_2.6.8.65deepin0_i386.deb

提示错误

Selecting previously unselected package deepin.com.wechat:i386.(Reading database ... 235722 files and directories currently installed.)Preparing to unpack deepin.com.wechat_2.6.8.65deepin0_i386.deb ...Unpacking deepin.com.wechat:i386 (2.6.8.65deepin0) ...dpkg: dependency problems prevent configuration of deepin.com.wechat:i386: deepin.com.wechat:i386 depends on deepin-wine-helper (>= 1.2deepin8); however:  Version of deepin-wine-helper:i386 on system is 1.2deepin0.dpkg: error processing package deepin.com.wechat:i386 (--install): dependency problems - leaving unconfiguredProcessing triggers for gnome-menus (3.13.3-6ubuntu3.1) ...Processing triggers for desktop-file-utils (0.22-1ubuntu5.2) ...Processing triggers for bamfdaemon (0.5.3~bzr0+16.04.20180209-0ubuntu1) ...Rebuilding /usr/share/applications/bamf-2.index...Processing triggers for mime-support (3.59ubuntu1) ...Processing triggers for hicolor-icon-theme (0.15-0ubuntu1.1) ...Errors were encountered while processing: deepin.com.wechat:i386

解决

https://mirrors.aliyun.com/deepin/pool/non-free/d/deepin-wine-helper/

上面的网址中下载

deepin-wine-helper_1.2deepin8_i386.deb
sudo dpkg -i deepin-wine-helper_1.2deepin8_i386.deb   sudo dpkg -i deepin.com.wechat_2.6.8.65deepin0_i386.deb

安装完成~

转载地址:http://ahoin.baihongyu.com/

你可能感兴趣的文章
mysql-Explain
查看>>
mysql-事务
查看>>
C语言排序算法
查看>>
python常用模块整理(超详细)
查看>>
用nginx做反向代理
查看>>
史上最易部署lvs集群-tun模式
查看>>
python进程,线程,协程
查看>>
python网络编程
查看>>
你值得拥有的linux下的网络io 同步/异步/阻塞/非阻塞/BIO/NIO/AIO
查看>>
nginx日志文件配置
查看>>
HTTP over SSL/TLS
查看>>
CentOS安装fortune+cowsay
查看>>
用vue创建一个项目
查看>>
$listeners与.native的使用
查看>>
熟悉Linux 下静态库.a 与.so 库文件的生成与使用——实例
查看>>
算法训练 1的个数(输入正整数n,判断从1到n之中,数字1一共要出现几次。例如1123这个数,则出现了两次1。例如15,那么从1到15之中,一共出现了8个1。)
查看>>
算法训练 素因子去重(给定一个正整数n,求一个正整数p,满足p仅包含n的所有素因子,且每个素因子的次数不大于1)
查看>>
算法训练 二进制数数( 给定L,R。统计[L,R]区间内的所有数在二进制下包含的“1”的个数之和。   如5的二进制为101,包含2个“1”。)
查看>>
宏定义max函数的相关用法,与函数定义max函数的区别!最详细!!!
查看>>
第十届MathorCup高校数学建模D题解题思路
查看>>