无法获取 https://download.docker.com/linux/ubuntu/dists/serena/stable/binary-amd64/Packages 404 在 Linux Mint 中找不到
Failed to fetch https://download.docker.com/linux/ubuntu/dists/serena/stable/binary-amd64/Packages 404 Not Found in Linux Mint
当我执行 sudo apt-get update 时,出现以下错误:
Err:23 https://download.docker.com/linux/ubuntu serena/stable amd64 Packages 404 Not Found
E: Failed to fetch https://download.docker.com/linux/ubuntu/dists/serena/stable/binary-amd64/Packages 404 Not Found
E: Some index files failed to download. They have been ignored, or old ones used instead.
我知道有一个类似的问题
但我仍然无法解决问题。我 运行 在
分销商 ID:LinuxMint
描述:Linux薄荷色 18.1 Serena
版本:18.1
和似乎很重要的文件 /etc/apt/sources.list 包含
行
#deb cdrom:[Linux Mint 18.1 _Serena_ - Release amd64 20161213]/ xenial contrib main non-free
非常感谢任何帮助。
您正在尝试从 Mint 版本 (Serena) 进行更新。如果您查看 https://download.docker.com/linux/ubuntu/dists/,您会发现它仅支持标准 Ubuntu 版本。
我们可以看到here,Serena是基于Xenial的,所以我认为最好的办法是更改相关的sources.list
行并将serena
更改为xenial
(顺便说一句,这不是你给我们的台词)
例如,我有deb [arch=amd64] https://download.docker.com/linux/ubuntu bionic stable
。如果您在 /etc/apt/sources/list
中找不到该行,它可能在 /etc/apt/sources.list.d
中的文件中
当我执行 sudo apt-get update 时,出现以下错误:
Err:23 https://download.docker.com/linux/ubuntu serena/stable amd64 Packages 404 Not Found
E: Failed to fetch https://download.docker.com/linux/ubuntu/dists/serena/stable/binary-amd64/Packages 404 Not Found
E: Some index files failed to download. They have been ignored, or old ones used instead.
我知道有一个类似的问题
但我仍然无法解决问题。我 运行 在
分销商 ID:LinuxMint
描述:Linux薄荷色 18.1 Serena
版本:18.1
和似乎很重要的文件 /etc/apt/sources.list 包含 行
#deb cdrom:[Linux Mint 18.1 _Serena_ - Release amd64 20161213]/ xenial contrib main non-free
非常感谢任何帮助。
您正在尝试从 Mint 版本 (Serena) 进行更新。如果您查看 https://download.docker.com/linux/ubuntu/dists/,您会发现它仅支持标准 Ubuntu 版本。
我们可以看到here,Serena是基于Xenial的,所以我认为最好的办法是更改相关的sources.list
行并将serena
更改为xenial
(顺便说一句,这不是你给我们的台词)
例如,我有deb [arch=amd64] https://download.docker.com/linux/ubuntu bionic stable
。如果您在 /etc/apt/sources/list
中找不到该行,它可能在 /etc/apt/sources.list.d