简体   繁体   English

无法在树莓派上下载 MySQL 软件

[英]Cant download MySQL software on Raspberry Pi

I run the command below, I have tried sudo apt-get update , --fix flag and rebooting.我运行下面的命令,我试过sudo apt-get update--fix标志并重新启动。 I have checked my internet connection as well, any help would be appreciated.我也检查了我的互联网连接,任何帮助将不胜感激。

Command issued:发出的命令:

pi@raspberrypi:~ $ sudo apt-get install mysql-server

Output of the command including error:命令的输出包括错误:

Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following additional packages will be installed:
  default-mysql-server galera-3 gawk libaio1 libcgi-fast-perl libcgi-pm-perl
  libdbd-mysql-perl libdbi-perl libencode-locale-perl libfcgi-perl
  libhtml-parser-perl libhtml-tagset-perl libhtml-template-perl
  libhttp-date-perl libhttp-message-perl libio-html-perl libjemalloc1
  liblwp-mediatypes-perl libmariadbclient18 libreadline5 libsigsegv2
  libterm-readkey-perl libtimedate-perl liburi-perl lsof mariadb-client-10.1
  mariadb-client-core-10.1 mariadb-common mariadb-server-10.1
  mariadb-server-core-10.1 mysql-common socat

Suggested packages:
  gawk-doc libclone-perl libmldbm-perl libnet-daemon-perl
  libsql-statement-perl libdata-dump-perl libipc-sharedcache-perl libwww-perl
  mailx mariadb-test tinyca

The following NEW packages will be installed:
  default-mysql-server galera-3 gawk libaio1 libcgi-fast-perl libcgi-pm-perl
  libdbd-mysql-perl libdbi-perl libencode-locale-perl libfcgi-perl
  libhtml-parser-perl libhtml-tagset-perl libhtml-template-perl
  libhttp-date-perl libhttp-message-perl libio-html-perl libjemalloc1
  liblwp-mediatypes-perl libmariadbclient18 libreadline5 libsigsegv2
  libterm-readkey-perl libtimedate-perl liburi-perl lsof mariadb-client-10.1
  mariadb-client-core-10.1 mariadb-common mariadb-server-10.1
  mariadb-server-core-10.1 mysql-common mysql-server socat

0 upgraded, 33 newly installed, 0 to remove and 72 not upgraded.

Need to get 19.5 MB/23.3 MB of archives.
After this operation, 173 MB of additional disk space will be used.

Do you want to continue? [Y/n] Y
Err:1 http/raspbian.raspberrypi.org/raspbian stretch/main armhf mariadb-common all 10.1.23-9+deb9u1

  404  Not Found [IP: 93.93.128.193 80]
Err:2 http/raspbian.raspberrypi.org/raspbian stretch/main armhf mariadb-client-core-10.1 armhf 10.1.23-9+deb9u1
  404  Not Found [IP: 93.93.128.193 80]

Err:3 http/raspbian.raspberrypi.org/raspbian stretch/main armhf mariadb-client-10.1 armhf 10.1.23-9+deb9u1
  404  Not Found [IP: 93.93.128.193 80]

Err:4 http/raspbian.raspberrypi.org/raspbian stretch/main armhf mariadb-server-core-10.1 armhf 10.1.23-9+deb9u1
  404  Not Found [IP: 93.93.128.193 80]

Err:5 http/raspbian.raspberrypi.org/raspbian stretch/main armhf mariadb-server-10.1 armhf 10.1.23-9+deb9u1
  404  Not Found [IP: 93.93.128.193 80]

Err:6 http/raspbian.raspberrypi.org/raspbian stretch/main armhf libmariadbclient18 armhf 10.1.23-9+deb9u1
  404  Not Found [IP: 93.93.128.193 80]

E: Failed to fetch http
/raspbian.raspberrypi.org/raspbian/pool/main/m/mariadb-10.1/mariadb-common_10.1.23-9+deb9u1_all.deb  404  Not Found [IP: 93.93.128.193 80]

E: Failed to fetch htp
/raspbian.raspberrypi.org/raspbian/pool/main/m/mariadb-10.1/mariadb-client-core-10.1_10.1.23-9+deb9u1_armhf.deb  404  Not Found [IP: 93.93.128.193 80]

E: Failed to fetch htp
/raspbian.raspberrypi.org/raspbian/pool/main/m/mariadb-10.1/mariadb-client-10.1_10.1.23-9+deb9u1_armhf.deb  404  Not Found [IP: 93.93.128.193 80]
E: Failed to fetch htp
/raspbian.raspberrypi.org/raspbian/pool/main/m/mariadb-10.1/mariadb-server-core-10.1_10.1.23-9+deb9u1_armhf.deb  404  Not Found [IP: 93.93.128.193 80]
E: Failed to fetch htp
/raspbian.raspberrypi.org/raspbian/pool/main/m/mariadb-10.1/mariadb-server-10.1_10.1.23-9+deb9u1_armhf.deb  404  Not Found [IP: 93.93.128.193 80]
E: Failed to fetch 
htp/raspbian.raspberrypi.org/raspbian/pool/main/m/mariadb-10.1/libmariadbclient18_10.1.23-9+deb9u1_armhf.deb  404  Not Found [IP: 93.93.128.193 80]
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?

This error can be shown when the repositories are being updated, the general advice is to try again a couple hours later.更新存储库时可能会显示此错误,一般建议是几个小时后重试。 https://www.raspberrypi.org/forums/viewtopic.php?p=1344790 https://www.raspberrypi.org/forums/viewtopic.php?p=1344790

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM