无法在 Debian 11 上安装 Mariadb

无法在 Debian 11 上安装 Mariadb

我正在尝试在 Debian 11 上安装它

curl -LsS https://r.mariadb.com/downloads/mariadb_repo_setup | sudo bash -s -- --os-type=debian --os-version=11 --mariadb-server-version="mariadb-10.5"
# [info] Skipping OS detection and using OS type 'debian' and version '11' as given on the command line
# [info] Checking for script prerequisites.
# [warning] Found existing file at /etc/apt/sources.list.d/mariadb.list. Moving to /etc/apt/sources.list.d/mariadb.list.old_2
# [error] Problem encountered while trying to verify the MariaDB Server version:
          curl: (28) Failed to connect to dlm.mariadb.com port 443: Connection timed out
#         The latest MariaDB Server versions are:
#
#
#         More information on MariaDB releases is available at:
#             https://mariadb.com/kb/en/release-notes/

我看过这个帖子https://stackoverflow.com/questions/73988085/mariadb-version-10-5-9-unable-to-install

我也尝试过“10.5.10”版本,但出现同样的错误。我检查了 /etc/apt/sources.list.d/mariadb.list 文件,发现它是空的。

有人知道我该如何修复它吗?

相关内容