Здравствуйте.
Система:
root@scw-4cfa65:/etc/apt# uname -a
Linux scw-4cfa65 4.4.119-mainline-rev1 #1 SMP Wed Feb 28 10:44:16 UTC 2018 aarch64 GNU/Linux
Нужно установить mysql 5.7.
Через apt устанавливается 5.5
Делаю так
wget <a href="https://dev.mysql.com/get/mysql-apt-config_0.8.9-1_all.deb">https://dev.mysql.com/get/mysql-apt-con … -1_all.deb</a>
dpkg -i mysql-apt-config_0.8.9-1_all.deb
Выбираю версию 5.7, далее
apt-get update
и получаю
Hit <a href="http://security.debian.org">http://security.debian.org</a> jessie/updates/main Translation-en
Fetched 114 kB in 3s (28.9 kB/s)
W: Failed to fetch <a href="http://repo.mysql.com/apt/debian/dists/jessie/InRelease">http://repo.mysql.com/apt/debian/dists/jessie/InRelease</a> Unable to find expected entry 'mysql-apt-config/binary-arm64/Packages' in Release file (Wrong sources.list entry or malformed file)
E: Some index files failed to download. They have been ignored, or old ones used instead.
В чем может быть причина?
Пробовал dpkg-reconfigure mysql-apt-config, не помогло.