我是靠谱客的博主 自然水壶,最近开发中收集的这篇文章主要介绍亲测有效 debian出现does not have a Release file. N: Updating from such a repository can‘t be done securely,觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

当安装完Debian系统,要安装软件时候,出现如下报错信息:

The repository 'cdrom://[Debian GNU/Linux 10.6.0 _Buster_ - Official amd64 DLBD Binary-1 20200926-10:17] buster Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.

亲测有效的2种解决办法(适合哪种自己测试看看):

  1. 删除源,重新加载更新
    命令:vi /etc/apt/sources.list
    删掉所有内容,保存退出。
    输入命令: apt-cdrom add
    输入命令: apt update 更新源,即可安装软件

  2. 由于系统时间不同步,导致证书错误
    命令:apt install ntp 安装ntp
    之后重新运行安装软件命令 apt install -y 软件名 ,即可正常安装软件。

最后

以上就是自然水壶为你收集整理的亲测有效 debian出现does not have a Release file. N: Updating from such a repository can‘t be done securely的全部内容,希望文章能够帮你解决亲测有效 debian出现does not have a Release file. N: Updating from such a repository can‘t be done securely所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(40)

评论列表共有 0 条评论

立即
投稿
返回
顶部