Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/linux/26.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/drupal/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
无法获取https://download.docker.com/linux/ubuntu/dists/serena/stable/binary-amd64/Packages 在Linux Mint中找不到404_Linux_Docker_Linux Mint - Fatal编程技术网

无法获取https://download.docker.com/linux/ubuntu/dists/serena/stable/binary-amd64/Packages 在Linux Mint中找不到404

无法获取https://download.docker.com/linux/ubuntu/dists/serena/stable/binary-amd64/Packages 在Linux Mint中找不到404,linux,docker,linux-mint,Linux,Docker,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: So

当我执行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 Mint 18.1 Serena

发行:18.1

文件/etc/apt/sources.list似乎很重要,其中包含 线路

#deb cdrom:[LinuxMint18.1 Serena u-发布amd64 20161213]/xenial contrib main非免费


非常感谢您的帮助。

您正在尝试从Mint发行版(Serena)进行更新。如果你看一下,你会发现它只支持标准的Ubuntu版本

正如我们所看到的,Serena基于Xenial,因此我认为最好是更改相关的
来源。列出
行并将
Serena
更改为
Xenial
(顺便说一句,这不是您给我们的行)


例如,我有
deb[arch=amd64]https://download.docker.com/linux/ubuntu 仿生稳定
。如果在
/etc/apt/sources/list
中找不到该行,则该行可能位于
/etc/apt/sources.list.d
中的一个文件中,您正试图从Mint版本(Serena)进行更新。如果你看一下,你会发现它只支持标准的Ubuntu版本

正如我们所看到的,Serena基于Xenial,因此我认为最好是更改相关的
来源。列出
行并将
Serena
更改为
Xenial
(顺便说一句,这不是您给我们的行)


例如,我有
deb[arch=amd64]https://download.docker.com/linux/ubuntu 仿生稳定
。如果您在
/etc/apt/sources/list
中找不到该行,则该行可能位于
/etc/apt/sources.list.d

中的文件中。谢谢您,您是对的。我提供了错误的行。正确的一个在文件/etc/apt/sources.list.d/additional-repositories.list中谢谢你,你是对的,我提供了错误的行。正确的文件位于/etc/apt/sources.list.d/additional-repositories.list文件中