首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >Debian Stretch -存储库'http://192.168.196.1/sw/repo/deb9 stretch Release‘没有发布文件

Debian Stretch -存储库'http://192.168.196.1/sw/repo/deb9 stretch Release‘没有发布文件
EN

Stack Overflow用户
提问于 2018-12-16 01:00:44
回答 1查看 638关注 0票数 0

我使用apt-mirror下载了Debian Stretch Repo,并在本地托管了它。

当我执行apt-get更新时,我收到以下警告:

代码语言:javascript
复制
W: The repository 'http://192.168.196.1/sw/repo/deb9 stretch Release' does not have a Release file.
N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use.
N: See apt-secure(8) manpage for repository creation and user configuration details.

请注意,我可以安装软件包。

但是,我想知道如何删除此警告。

EN

回答 1

Stack Overflow用户

发布于 2018-12-16 01:40:38

将/etc/apt/soures.list从

代码语言:javascript
复制
deb http://192.168.196.1/sw/repo/deb9/ stretch main

代码语言:javascript
复制
deb [trusted=1] http://192.168.196.1/sw/repo/deb9/ stretch main
票数 1
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/53795320

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档