我正在尝试将 i386 源添加到 64 位 Linux MintSteamCMD 的说明。但是我收到以下错误:
user@mintpc:/home/steam/games/steamapps$ sudo apt-add-repository multiverse
No protocol specified
Unable to init server: Could not connect: Connection refused
No protocol specified
Unable to init server: Could not connect: Connection refused
我不知道这意味着什么,并且互联网上似乎没有答案。
答案1
不幸的是,我没有任何答案给你,但我会补充一点,我在尝试在我的 Linux Mint 盒子上添加 python 3.10 的 deadsnake 存储库时遇到了同样的问题:
sudo add-apt-repository ppa:deadsnakes/ppa
Unable to init server: Could not connect: Connection refused
Unable to init server: Could not connect: Connection refused
Cannot add PPA: '"Failed to download the PPA: HTTPSConnectionPool(host='launchpad.net', port=443): Max retries exceeded with url: /api/1.0/~deadsnakes/+archive/ppa (Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x7f9d3e72a340>: Failed to establish a new connection: [Errno 101] Network is unreachable'))."'.
我实际上只是运行了一个完整的系统更新,下载并安装了数十个软件包,如果我运行......
sudo nping --tcp -p 443 ppa.launchpad.net
...我收到了回复,所以我有点无法解释发生了什么。