【已解决】apt update QV2Ray仓库 显示¨不支持i386体系架构¨
Tofloor
poster avatar
mal1029
deepin
2020-08-21 20:35
Author
本帖最后由 mal1029 于 2020-9-7 11:27 编辑

信息如下:

N: 鉴于仓库 'https://raw.fastgit.org/Qv2ray/debian/master stable InRelease' 不支持 'i386' 体系结构,跳过配置文件 'main/binary-i386/Packages' 的获取。
N: 鉴于仓库 'https://qv2ray.net/debian stable InRelease' 不支持 'i386' 体系结构,跳过配置文件 'main/binary-i386/Packages' 的获取。


请问该如何处理?


Reply Favorite View the author
All Replies
avatar
不做伸手党
deepin
2020-08-22 02:52
#1
这不用管
Reply View the author
avatar
忘记、过去
deepin
2020-08-22 04:38
#2
不用管啊......Qv2ray只支持amd64架构,32位架构支持是在安装wine时候打开的而已。
Reply View the author
avatar
mal1029
deepin
2020-08-22 10:12
#3
了解了.谢谢.

但是怎么消除这个烦人的信息呢?
Reply View the author
avatar
stone
deepin
2021-01-25 21:45
#4

sudo nano /etc/apt/sources.list.d/qv2ray.list

在 deb 后面 http 前面加入 [arch=amd64]

sudo apt update

再看看还有没有提示

Reply View the author