apt-get update 使用自定义存储库失败

apt-get update 使用自定义存储库失败

在我的 /etc/apt/sources.list 中有一个条目

deb https://www.myserver.tld/download/Linux/Ubuntu/ bionic main

此服务器上的路径有效,可以在以下位置找到软件包

https://www.myserver.tld/download/Linux/Ubuntu/dists/bionic/main/binary-amd64/

并且包文件位于

https://www.myserver.tld/download/Linux/Ubuntu/dists/bionic/main/binary-amd64/Packages.gz

然而,当我执行“apt-get update”时,它会抱怨

"http://www.myserver.tld/download/Linux/Ubuntu bionic Release" does not contain a release file

那么...这里出了什么问题? release-file 是什么意思?

谢谢!

答案1

您需要在主文件夹中有一个 Release 文件,类似于其他 apt 存储库 -http://ftp.debian.org/debian/dists/buster/Release

相关内容