我想在 Ubuntu 20.04 上安装 Mariadb。我按照下载页面上的说明进行操作。
这是我得到的。
joe@joeslinux:~$ curl -LsS https://downloads.mariadb.com/MariaDB/mariadb_repo_setup | sudo bash
[sudo] password for joe:
[info] Repository file successfully written to /etc/apt/sources.list.d/mariadb.list
[info] Adding trusted package signing keys...
[info] Running apt-get update...
E: The repository 'http://ppa.launchpad.net/zanchey/asciinema/ubuntu focal Release' does not have a Release file.
W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: https://ocean.surfshark.com/debian stretch InRelease: The following signatures were invalid: EXPKEYSIG 1DB7590E83C8F643 Surfshark package maintainer <admin@surfshark.com>
W: GPG error: http://dl.google.com/linux/earth/deb stable Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 78BD65473CB3BD13
E: The repository 'http://dl.google.com/linux/earth/deb stable Release' is not signed.
[error] Failed to add trusted package signing keys
joe@joeslinux:~$
我注意到它在与 Surfshark 相关的事情上犹豫不决。是的,我正在运行 surfshark vpn。
请指教。
答案 0 :(得分:0)
我不确定 Mariadb 安装问题是否与 surfshark 相关(我没有检查 MariaDB 安装脚本,但可能在 apt 失败时失败)。
但是, 更改了 surfshark 存储库的 GPG 密钥。去官方surfshark网站,下载新的deb包。这个包安装 repo 和公钥,而不是 surfshark 本身。