我使用apt-mirror下载了Debian Stretch Repo,并在本地托管了它。
当我执行apt-get更新时,我收到以下警告:
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.请注意,我可以安装软件包。
但是,我想知道如何删除此警告。
发布于 2018-12-16 01:40:38
将/etc/apt/soures.list从
deb http://192.168.196.1/sw/repo/deb9/ stretch main至
deb [trusted=1] http://192.168.196.1/sw/repo/deb9/ stretch mainhttps://stackoverflow.com/questions/53795320
复制相似问题