我在试图执行apt-获取更新时出现了以下错误
‘'deb’在/etc/apt/sources.list中不为人所知。
我的sources.list
deb http://deb.debian.org/debian/ stable main contrib
deb-src http://deb.debian.org/debian/ stable main contrib
deb http://deb.debian.org/debian/ stable-updates main contrib
deb-src http://deb.debian.org/debian/ stable-updates main contrib
deb http://deb.debian.org/debian-security stable/updates main
deb-src http://deb.debian.org/debian-security stable/updates main
deb http://ftp.debian.org/debian stretch-backports main
deb-src http://ftp.debian.org/debian stretch-backports main我在不同的论坛上看过,但找不到解决办法。这不是打字错误。
输出.
hex -C /etc/apt/sources.list没有任何可疑之处。我是不是错过了一些apt的配置?
我使用微内核Linux8.0并通过rpm安装apt
发布于 2017-09-10 21:01:18
由于您使用的是dCore,所以您应该使用SCE工具来安装软件,而不是直接安装apt。SCE工具知道如何从适当的Debian版本中检索包,以及如何将它们转换为dCore中使用的包格式。
https://unix.stackexchange.com/questions/391487
复制相似问题