当我这样做时sudo apt update
,最后三行是
E: The repository 'http://ppa.launchpad.net/blueman/ppa/ubuntu yakkety 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.
我想摆脱它?谁能告诉我我应该做什么才能实现这样的事情?
谢谢!
答案1
在/etc/apt/sources.list
或 中的某个文件中/etc/apt/sources.list.d
,您引用了某个存储库,该存储库不提供 yakkety 的软件包 - 也不提供任何最近的软件包ubuntu版本。
您应该能够通过从配置中注释掉相应的行来修复此错误,然后apt-get update
再次运行。