Giter Site home page Giter Site logo

zq1997 / deepin-wine Goto Github PK

View Code? Open in Web Editor NEW
5.0K 58.0 381.0 85 KB

【deepin源移植】Debian/Ubuntu上的QQ/微信快速安装方式

Home Page: https://deepin-wine.i-m.dev

License: GNU General Public License v3.0

Python 80.81% Shell 9.09% Makefile 3.55% HTML 6.55%
linux qq deepin-wine deepin wine wechat

deepin-wine's Introduction

deepin-wine

deepin-wine环境与应用在Debian/Ubuntu上的移植仓库

使用deepin官方原版软件包

安装QQ/微信只需要两条命令

跳转查看

快速开始

常见问题

卸载清理

高级文档

版权与致谢

快速开始

  1. 添加仓库

    首次使用时,你需要运行如下一条命令将移植仓库添加到系统中。

    wget -O- https://deepin-wine.i-m.dev/setup.sh | sh
  2. 应用安装

    自此以后,你可以像对待普通的软件包一样,使用apt-get系列命令进行各种应用安装、更新和卸载清理了。

    比如安装微信只需要运行下面的命令,

    sudo apt-get install com.qq.weixin.deepin

    com.qq.weixin.deepin替换为下列包名,可以继续安装其他应用:

    应用 包名
    微信 com.qq.weixin.deepin
    QQ com.qq.im.deepin
    TIM com.qq.office.deepin
    钉钉 com.dingtalk.deepin
    阿里旺旺 com.taobao.wangwang.deepin
    QQ音乐 com.qq.music.deepin
    QQ视频 com.qq.video.deepin
    爱奇艺 com.iqiyi.deepin

    完整列表参见https://deepin-wine.i-m.dev

  3. 遇到问题?

    别急,也许issue里面也有很多人碰到了和你类似的问题,搜一搜也许就有解决方案。

常见问题

没有应用图标

重新登入即可,可注销或重启。

微信/QQ等无法启动

最新版本可能会遇到这个问题,与WINEPREDLL环境变量有关,参考issue#310

QQ/微信托盘小图标显示异常

这和桌面环境有关,Linux发行版桌众多,面布局千奇百怪,并不是每一个都具有与【Windows系统托盘】对应的控件。

  • 如果是Linux Mint的Cinnamon桌面环境,那基本能直接正常使用。(不过多显示屏情况下有些问题,需要把左侧显示屏的设置为主屏幕)

  • 如果是Gnome桌面环境,任务栏就很别扭,成了个悬浮对话框,可以安装Gnome Shell插件:

    至于插件安装的方法,出门左转搜索引擎。

    • Gnome 老版本的一种方法是sudo apt-get install gnome-shell-extension-top-icons-plus gnome-tweaks,注销重新登录后在tweak工具中启用对应插件。
    • Gnome 新版本可以使用扩展管理器sudo apt install gnome-shell-extension-manager -y, 打开 扩展管理器, 在浏览标签页搜索Tray Icons: Reloaded并安装,然后切换到已安装标签页,确保Tray Icons: Reloaded已启用。
  • KDE之类,我没试过,请自行探索。

没办法进行QQ远程/视频通话

视频相关的功能对硬件和底层驱动的依赖很大,Wine毕竟不是Windows,100%完美模拟是不可能的。

字体相关问题

新版本的deepin-wine似乎已经能比较好地解决字体问题了,一般装上去就能用了。如果有问题,可以先尝试复制一份完整的Windows字体到Linux中。

安装依赖问题

依赖: xxxx 但是它将不会被安装

Depends: xxxx but it is not going to be installed

这说明系统试图安装xxxx但是无法装上去,这一般是你已有的软件源配置问题、或者安装过了一些有冲突的东西。

那么,你应该试着安装xxxx,执行apt-get install -s xxxx(不需sudo,只是模拟,放心测试),它一般又会接着告诉你依赖: yyyy 但是它将不会被安装,说明更底层的错误出在了yyyy,不断尝试,找到罪魁祸首,可以尝试先解决这个罪魁祸首。

更多问题

  1. 尽量多测试,排除偶然因素,可能是一个重启/删除重装就能解决的事。

  2. 多多搜索已有issues,大家都列出了各种原因探讨和解决方案了,值得一看。

  3. 新的欢迎提issue,但是也请提供Linux发行版名称与版本号、桌面环境、APT源列表等信息。

  4. Linux不是Windows,Wine也不是Windows,不要期待100%丝滑享受。

卸载清理

卸载与清理按照层次从浅到深可以分为如下四个层级。

如果只是想清除APP账户配置啥的那么请按照1清理;如果你发现程序奔溃之类的,请按照1-2清理;如果需要卸载APP,按照1-2-3清理;如果你想把一切回到最初的起点,执行1-2-3-4清理。

  1. 清理应用运行时目录

    例如QQ/TIM会把帐号配置、聊天文件等保存~/Documents/Tencent Files目录下,而微信是~/Documents/WeChat Files,删除这些文件夹以移除帐号配置等数据。

  2. 清理wine容器

    deepin-wine应用第一次启动后会在~/.deepinwine/目录下生成一个文件夹(名字各不相同)用于存储wine容器(可以理解我一个“Windows虚拟机”),如果使用出了问题,可以试试删除这个目录下对应的子文件夹。

  3. 卸载软件包

    执行sudo apt-get purge --autoremove <包名>命令把你安装过的包给移除。

  4. 移除软件仓库

    sudo rm /etc/apt/preferences.d/deepin-wine.i-m.dev.pref \
            /etc/apt/sources.list.d/deepin-wine.i-m.dev.list \
            /etc/profile.d/deepin-wine.i-m.dev.sh
    sudo apt-get update

高级文档

如果你是资深Linux用户,可以了解一下这部分。

移植原理

Deepin把QQ/微信之类的deepin-wine应用打包放在了deepin仓库中,因此先提取出这些应用及依赖的软件包,再减去Debian/Ubuntu等发行版官方仓库中固有的软件包,就可以打包成一个移植于对应发行版的“差量仓库”,然后把这个差量仓库的索引发布出来即可,其中的.deb可以直接重定向到Deepin官方仓库地址去。

配置过程详解

环境配置其实就是添加我自行构建的软件仓库为源,具体包括以下几步。

  1. 添加i386架构

    因为deepin-wine相关的软件包都是i386的,而现在的系统基本是64位的,所以需要先添加i386架构支持。

    通过dpkg --print-architecturedpkg --print-foreign-architectures命令查看系统原生和额外添加的架构支持,如果输出结果不含i386,则需要手动添加支持。

    sudo dpkg --add-architecture i386
  2. 添加软件源

    创建/etc/apt/sources.list.d/deepin-wine.i-m.dev.list文件,编辑其内容如下,

    deb [trusted=yes] https://deepin-wine.i-m.dev /
    
  3. 设置源优先级

    这步是为了降低本仓库的优先级,尽可能使用发行版仓库中固有的软件包而不是Deepin仓库的软件包,最小化风险。

    创建/etc/apt/preferences.d/deepin-wine.i-m.dev.pref文件,编辑其内容如下,

    Package: *
    Pin: release l=deepin-wine
    Pin-Priority: 400
    
  4. 添加XDG_DATA_DIRS配置

    这是为了让应用图标能正常显示,创建/etc/profile.d/deepin-wine.i-m.dev.sh文件,编辑其内容如下,

    XDG_DATA_DIRS=${XDG_DATA_DIRS:-/usr/local/share:/usr/share}
    for deepin_dir in /opt/apps/*/entries; do
       if [ -d "$deepin_dir/applications" ]; then
          XDG_DATA_DIRS="$XDG_DATA_DIRS:$deepin_dir"
       fi
    done
    export XDG_DATA_DIRS
  5. 刷新软件源

    sudo apt-get update

版权与致谢

这个git仓库中的代码只包括了移植版软件仓库的构建工具,最后仓库中软件包的下载地址会被301重定向到deepin的官方仓库(或者镜像)中去,其版权由 deepin 所有。

本项目受 wszqkzqk/deepin-wine-ubuntu 项目启发,改进了一下安装方式,因此兼容原项目,已经按照deepin-wine-ubuntu项目安装好后,依然可以再按此项目进行配置,可以更方便地进行后续更新。

deepin-wine's People

Contributors

newproplus avatar xiaopangju avatar xuelingkang avatar yhh2021 avatar zq1997 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

deepin-wine's Issues

Certificate verification failed

非常感谢
但是现在遇到了这个问题

Err:13 https://deepin-wine.i-m.dev  Packages                                                                                                                                                             
  Certificate verification failed: The certificate is NOT trusted. The certificate chain uses expired certificate.  Could not handshake: Error in the certificate verification. [IP: 2001:xxxx:2fc1 443]
Ign:14 https://deepin-wine.i-m.dev  Translation-en                                                                                                                                                       
Ign:18 https://deepin-wine.i-m.dev  Translation-en_US                                                                                                                                                    
Fetched 252 kB in 10s (26.4 kB/s)                                                                                                                                                                        
Reading package lists... Done
E: Failed to fetch https://deepin-wine.i-m.dev/Packages  Certificate verification failed: The certificate is NOT trusted. The certificate chain uses expired certificate.  Could not handshake: Error in the certificate verification. [IP: 2001:xxxx:2fc1 443]
E: Some index files failed to download. They have been ignored, or old ones used instead.

安装依赖问题

安装不了啊,报错如下:

Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
deepin.com.wechat:i386 : Depends: deepin-wine-helper:i386 (>= 1.2deepin8) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

安装容器时报依赖问题

你好,按照添加仓库后安装软件依然报了依赖问题

The following packages have unmet dependencies:
 deepin.com.qq.im.light:i386 : Depends: deepin-wine:i386 (>= 1.9-11)
                               Depends: deepin-wine32:i386 but it is not going to be installed
                               Depends: deepin-wine32-preloader:i386 but it is not going to be installed

请问如何解决

非常Nice!

环境:Ubuntu 16.04
试了下最新的微信,很稳定。使用方式也比以前的移植方便多了。

Ubuntu focal `python-gobject`被`python-gobject-2`取代

$ sudo apt install deepin-wine-plugin-virtual
正在读取软件包列表... 完成
正在分析软件包的依赖关系树       
正在读取状态信息... 完成       
有一些软件包无法被安装。如果您用的是 unstable 发行版,这也许是
因为系统无法达到您要求的状态造成的。该版本中可能会有一些您需要的软件
包尚未被创建或是它们已被从新到(Incoming)目录移出。
下列信息可能会对解决问题有所帮助:

下列软件包有未满足的依赖关系:
 deepin-wine-plugin-virtual : 依赖: python-gobject 但无法安装它
E: 无法修正错误,因为您要求某些软件包保持现状,就是它们破坏了软件包间的依赖关系。

$ sudo apt install python-gobject
正在读取软件包列表... 完成
正在分析软件包的依赖关系树       
正在读取状态信息... 完成       
没有可用的软件包 python-gobject,但是它被其它的软件包引用了。
这可能意味着这个缺失的软件包可能已被废弃,
或者只能在其他发布源中找到
然而下列软件包会取代它:
  python-gobject-2

E: 软件包 python-gobject 没有可安装候选

https://deepin-wine.i-m.dev 连接不上

--2020-04-21 15:10:42--  https://deepin-wine.i-m.dev/setup.sh
正在解析主机 deepin-wine.i-m.dev (deepin-wine.i-m.dev)... 140.82.62.192, 2001:19f0:5:324c:5400:2ff:fea8:3e4f
正在连接 deepin-wine.i-m.dev (deepin-wine.i-m.dev)|140.82.62.192|:443... 失败:连接超时。
正在连接 deepin-wine.i-m.dev (deepin-wine.i-m.dev)|2001:19f0:5:324c:5400:2ff:fea8:3e4f|:443... 失败:网络不可达。

厉害了大神

linuxmint安装qq,微信 百度网盘,运行不赖。
不知道有没有 archlinux版的

中文变成黑线

大佬你好
系统 linux mint 19.2 Cinnamon
安装微信成功 中文输入后 变成黑线

请教大佬如何解决?谢谢拉

使用 https://deepin-wine.i-m.dev 软件源安装,登录QQ立马被封号

安装流程参考 README.md,执行 setup.sh 后 sudo apt install deepin.com.qq.im.
安装完成后,登录QQ,登录成功,QQ弹窗提示安装ActiveX等插件,还没来得及反应,QQ自动被退出。手机QQ也被下线,通知“该帐号涉嫌传播违法违规信息被暂时冻结”。

相关信息:

$ dpkg -l | grep qq
ii  deepin.com.qq.im:i386   9.1.8deepin0    i386   Tencent QQ Client on Deepin Wine

Debian 10.3.0, 登录QQ后什么操作都没的来及做,立马被封号!!!

请确认 https://deepin-wine.i-m.dev 软件源 package 的安全性。

找不到服务器

在刷新源的时候,找不到服务器,自行添加hosts记录(20开头的IP)则是443端口无法链接

错误:12 https://deepin-wine.i-m.dev/deepin ./ InRelease
无法发起与 deepin-wine.i-m.dev:443 (2001:19f0:5:553f:5400:2ff:fe40:c78e) 的连接 - connect (101: 网络不可达) 无法连接上 deepin-wine.i-m.dev:443 (104.156.224.107),连接超时
正在读取软件包列表... 完成
正在分析软件包的依赖关系树
正在读取状态信息... 完成
有 1 个软件包可以升级。请执行 ‘apt list --upgradable’ 来查看它们。
W: 无法下载 https://deepin-wine.i-m.dev/deepin/./InRelease 无法发起与 deepin-wine.i-m.dev:443 (2001:19f0:5:553f:5400:2ff:fe40:c78e) 的连接 - connect (101: 网络不可达) 无法连接上 deepin-wine.i-m.dev:443 (104.156.224.107),连接超时
W: 部分索引文件下载失败。如果忽略它们,那将转而使用旧的索引文件。

搜狗输入法无法使用

系统:ubuntu 18.04
deepin-wine --version: wine-2.18

无法输入中文到微信或TIM中

已按网上方法导入如下语句,但不起作用
export GTK_IM_MODULE=fcitx
export QT_IM_MODULE=fcitx
export XMODIFIERS=@im=fcitx

字体

请问,QQ微信显示的字体是框框怎么办?

缺少 deepin-wine32-preloader:i386

deepin-wine32-preloader:i386您也许需要运行“apt --fix-broken install”来修正上面的错误。
下列软件包有未满足的依赖关系:
deepin.com.wechat:i386 : 依赖: deepin-wine:i386 (>= 2.18-19)
依赖: deepin-wine32:i386 但是它将不会被安装
依赖: deepin-wine32-preloader:i386 但是它将不会被安装
E: 有未能满足的依赖关系。请尝试不指明软件包的名字来运行“apt --fix-broken install”(也可以指定一个解决办法)。

QQ轻聊版语音问题

QQ轻聊版语音时,其他人说话会有电流声,我说话其他人听不见。

设置界面截图
在这个设置界面点测试麦克风,说话没有任何反映。点击播放测试声音后也有电流声,音频如下:

OneDrive文件链接

我真的不知道音频该如何外链

debian9.9安装完美使用

No LSB modules are available.
Distributor ID: Debian
Description: Debian GNU/Linux 9.9 (stretch)
Release: 9.9
Codename: stretch

debian以上内核版本,完美使用

linux mint 19.3 xfce 微信视频闪退

大佬你好,感谢你提供的教程,我一个小白已经很顺利的两步安装上微信和TIM了,但是当前遇到一个问题,微信一开视频,就会闪退,TIM视频正常。

deep-wine-wechat 运行的小bug

操作系统:ubuntu 18.04
deepin-wine 版本为使用该项目安装的版本
在安装微信后可以正常使用,但是在最小化到托盘的时候,屏幕**会留下黑色小方块,浮动在窗口最底层,可以被其他窗口覆盖,鼠标移动到上面后指针会显示wechat点击按钮的图标,估计可能是窗口loading初始化的时候的相关图标加载bug
(图片不知道怎么上传呜呜呜)
在截图的过程中发现了一个小bug,使用该项目安装的TIM在最小化到托盘后,再次启动则截图功能失效,或更改截图设置使得截图时会隐藏tim窗口,此操作也会导致截图功能失效,这个感觉不是这个项目本身编译的问题,个人认为是wine的问题,提出issue的目的是希望能够讨论一下相关的解决方案。本人非常欣赏且感激您的项目为开发者带来的便利,也希望能变得更好^_^

【QQ截图问题集中讨论区】无法使用QQ/TIM的截图快捷键

非常感谢作者的工作,方便我们这些小白的使用,已star。今天我按照READMEL里面安装好了qq,微信,发现qq能够截图,但是完成 后消息框里并没有刚刚截的图,微信没有这个问题,不知道你们有没有这个问题,谢谢回复

安装的时候依然会报依赖问题

有一些软件包无法被安装。如果您用的是 unstable 发行版,这也许是
因为系统无法达到您要求的状态造成的。该版本中可能会有一些您需要的软件
包尚未被创建或是它们已被从新到(Incoming)目录移出。
下列信息可能会对解决问题有所帮助:

下列软件包有未满足的依赖关系:
deepin.com.wechat:i386 : 依赖: deepin-wine:i386 (>= 2.18-19)
依赖: deepin-wine32:i386 但是它将不会被安装
依赖: deepin-wine32-preloader:i386 但是它将不会被安装

E: 无法修正错误,因为您要求某些软件包保持现状,就是它们破坏了软件包间的依赖关系

我已经按照md操作的

X Error of failed request: BadWindow (invalid Window parameter)

RT

这个 repo Jactor-Sue/Deepin-Apps-Installation 说 KDE Plasma不支持
可能就是不支持吧

u@u:~$ cat /etc/issue
KDE neon 5.18 \n \l
u@u:~$ cat /proc/version 
Linux version 5.3.0-53-generic (buildd@lgw01-amd64-016) (gcc version 7.5.0 (Ubuntu 7.5.0-3ubuntu1~18.04)) #47~18.04.1-Ubuntu SMP Thu May 7 13:10:50 UTC 2020
u@u:~$ "/opt/deepinwine/apps/Deepin-WeChat/run.sh" -u %u
Run Deepin-WeChat 2.6.8.65deepin0 c:/Program Files/Tencent/WeChat/WeChat.exe -u %u
run Deepin-WeChat progress pid 
Gtk-Message: 14:53:21.815: GtkDialog mapped without a transient parent. This is discouraged.
total 0
lrwxrwxrwx 1 u u 10 5月  28 14:53 c: -> ../drive_c
lrwxrwxrwx 1 u u 10 5月  28 14:28 com1 -> /dev/ttyS0
lrwxrwxrwx 1 u u 10 5月  28 14:28 com10 -> /dev/ttyS9
lrwxrwxrwx 1 u u 11 5月  28 14:28 com11 -> /dev/ttyS10
lrwxrwxrwx 1 u u 11 5月  28 14:28 com12 -> /dev/ttyS11
lrwxrwxrwx 1 u u 11 5月  28 14:28 com13 -> /dev/ttyS12
lrwxrwxrwx 1 u u 11 5月  28 14:28 com14 -> /dev/ttyS13
lrwxrwxrwx 1 u u 11 5月  28 14:28 com15 -> /dev/ttyS14
lrwxrwxrwx 1 u u 11 5月  28 14:28 com16 -> /dev/ttyS15
lrwxrwxrwx 1 u u 10 5月  28 14:28 com2 -> /dev/ttyS1
lrwxrwxrwx 1 u u 10 5月  28 14:28 com3 -> /dev/ttyS2
lrwxrwxrwx 1 u u 10 5月  28 14:28 com4 -> /dev/ttyS3
lrwxrwxrwx 1 u u 10 5月  28 14:28 com5 -> /dev/ttyS4
lrwxrwxrwx 1 u u 10 5月  28 14:28 com6 -> /dev/ttyS5
lrwxrwxrwx 1 u u 10 5月  28 14:28 com7 -> /dev/ttyS6
lrwxrwxrwx 1 u u 10 5月  28 14:28 com8 -> /dev/ttyS7
lrwxrwxrwx 1 u u 10 5月  28 14:28 com9 -> /dev/ttyS8
lrwxrwxrwx 1 u u  8 5月  28 14:28 d:: -> /dev/sdb
lrwxrwxrwx 1 u u 17 5月  28 14:28 e: -> /media/wayne/Ntfs
lrwxrwxrwx 1 u u  9 5月  28 14:28 e:: -> /dev/sdb1
lrwxrwxrwx 1 u u  9 5月  28 14:53 y: -> /home/u
lrwxrwxrwx 1 u u  1 5月  28 14:53 z: -> /
CallApp Deepin-WeChat c:/Program Files/Tencent/WeChat/WeChat.exe %u 
Disable auto update
rm: cannot remove '/home/u/.deepinwine/Deepin-WeChat/drive_c/users/u/Application Data/Tencent/WeChat/All Users/config/configEx.ini': No such file or directory
2020年 05月 28日 星期四 14:53:21 CST:kill WeChat.exe block
2020年 05月 28日 星期四 14:53:21 CST:No wine process found
/home/u/.deepinwine/Deepin-WeChat/drive_c/Program Files/Tencent/WeChat
Starting process c:/Program Files/Tencent/WeChat/WeChat.exe %u  ...
u@u:~$ X Error of failed request:  BadWindow (invalid Window parameter)
  Major opcode of failed request:  20 (X_GetProperty)
  Resource id in failed request:  0x0
  Serial number of failed request:  10
  Current serial number in output stream:  10

安装第一步的问题

请问按照你这个安装,第一步之前需要去wszqkzqk那里,通过./install.sh安装deepin起吗?

Could not wait for server fd - select (11: Resource temporarily unavailable)

强哥的这个包对我很有帮助,我装wszqkzqk的deepin-wine-ubuntu的时候碰到了 "sudo apt-get install -f"也修不好的dependency问题,装你的deepin-wine就没碰到问题.但是我现在换了一个mirror,就又提示有故障了.qq装不上,但是可以装上了tim.所以想问下你用的是哪个mirror.
Debian 10.3.0 amd64
用的是这个mirror
https://mirrors.tuna.tsinghua.edu.cn/deepin/pool/non-free/d/deepin.com.qq.im/

`
Reading package lists... Done

Building dependency tree

Reading state information... Done

The following packages were automatically installed and are no longer required:

gir1.2-gtkspell3-3.0 libpocketsphinx3 libsphinxbase3 python3-aeidon python3-enchant

Use 'sudo apt autoremove' to remove them.

The following NEW packages will be installed:

deepin.com.qq.im:i386

0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.

Need to get 85.9 MB of archives.

After this operation, 99.5 MB of additional disk space will be used.

Get:1 https://deepin-wine.i-m.dev/deepin ./ deepin.com.qq.im 9.1.8deepin0 [85.9 MB]

Get:1 https://deepin-wine.i-m.dev/deepin ./ deepin.com.qq.im 9.1.8deepin0 [85.9 MB]

Err:1 https://deepin-wine.i-m.dev/deepin ./ deepin.com.qq.im 9.1.8deepin0

Could not wait for server fd - select (11: Resource temporarily unavailable) [IP: 101.6.8.193 443]

E: Failed to fetch https://mirrors.tuna.tsinghua.edu.cn/deepin/pool/non-free/d/deepin.com.qq.im
/deepin.com.qq.im_9.1.8deepin0_i386.deb Could not wait for server fd - select (11: Resource temporarily unavailable) [IP: 101.6.8.193 443]

E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
`

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.