Установка Docker на Arch Linux - ошибка 404 с URL - PullRequest
0 голосов
/ 05 апреля 2019

Я, вероятно, упустил что-то очевидное здесь, но в любом случае ... Я пытаюсь установить докер на arch linux (manjaro).

sudo Pacman -S docker

дает мне следующее:

resolving dependencies...
looking for conflicting packages...

Packages (4) bridge-utils-1.6-3  containerd-1.2.5-1  runc-1.0.0rc6-1  docker-1:18.09.3-1

Total Download Size:    36.72 MiB
Total Installed Size:  285.39 MiB

:: Proceed with installation? [Y/n] Y
:: Retrieving packages...
error: failed retrieving file 'runc-1.0.0rc6-1-x86_64.pkg.tar.xz' from mirror.tuchola-dc.pl : The requested URL returned error: 404
error: failed retrieving file 'runc-1.0.0rc6-1-x86_64.pkg.tar.xz' from mirror.inode.at : The requested URL returned error: 404
error: failed retrieving file 'runc-1.0.0rc6-1-x86_64.pkg.tar.xz' from ftp.nluug.nl : The requested URL returned error: 404
error: failed retrieving file 'runc-1.0.0rc6-1-x86_64.pkg.tar.xz' from linorg.usp.br : The requested URL returned error: 404
error: failed retrieving file 'runc-1.0.0rc6-1-x86_64.pkg.tar.xz' from ct.mirror.garr.it : The requested URL returned error: 404
error: failed retrieving file 'runc-1.0.0rc6-1-x86_64.pkg.tar.xz' from manjaro.dcc.uchile.cl : The requested URL returned error: 404
error: failed retrieving file 'runc-1.0.0rc6-1-x86_64.pkg.tar.xz' from mirrors.tuna.tsinghua.edu.cn : The requested URL returned error: 404
error: failed retrieving file 'runc-1.0.0rc6-1-x86_64.pkg.tar.xz' from mirror.0x.sg : The requested URL returned error: 404
warning: failed to retrieve some files
error: failed retrieving file 'docker-1:18.09.3-1-x86_64.pkg.tar.xz' from mirror.tuchola-dc.pl : The requested URL returned error: 404
error: failed retrieving file 'docker-1:18.09.3-1-x86_64.pkg.tar.xz' from mirror.inode.at : The requested URL returned error: 404
error: failed retrieving file 'docker-1:18.09.3-1-x86_64.pkg.tar.xz' from ftp.nluug.nl : The requested URL returned error: 404
error: failed retrieving file 'docker-1:18.09.3-1-x86_64.pkg.tar.xz' from linorg.usp.br : The requested URL returned error: 404
error: failed retrieving file 'docker-1:18.09.3-1-x86_64.pkg.tar.xz' from ct.mirror.garr.it : The requested URL returned error: 404
error: failed retrieving file 'docker-1:18.09.3-1-x86_64.pkg.tar.xz' from manjaro.dcc.uchile.cl : The requested URL returned error: 404
error: failed retrieving file 'docker-1:18.09.3-1-x86_64.pkg.tar.xz' from mirrors.tuna.tsinghua.edu.cn : The requested URL returned error: 404
error: failed retrieving file 'docker-1:18.09.3-1-x86_64.pkg.tar.xz' from mirror.0x.sg : The requested URL returned error: 404
warning: failed to retrieve some files
error: failed to commit transaction (unexpected error)
Errors occurred, no packages were upgraded.

Любые подсказки будут очень кстати. Заранее спасибо!

1 Ответ

0 голосов
/ 05 апреля 2019

Исправлено.

Мне нужно было:

sudo Pacman -Syy docker

, который первым обновляет репо. К сожалению.

...