如何下载 https://github.com/MCMrARM/mcpelauncher-linux?

如何下载 https://github.com/MCMrARM/mcpelauncher-linux?

我无法下载它,因为它给了我一个 404 错误。此外,它会说我需要它libprotobuf17但无法安装。另外,我使用的是 KDE Neon 和 64 位。

任何时候我

sudo add-apt-repository 'deb http://mcpelauncher.mrarm.io/apt/ubuntu/ bionic main'

它会显示错误 404 并给我一些奇怪的 IP 地址。这是我得到的:

alex@alex-HP-Pavilion-dv6-Notebook-PC:~$ sudo apt-get install msa-daemon msa-ui-qt mcpelauncher-client mcpelauncher-ui-qt
Reading package lists... Done
Building dependency tree       
Reading state information... Done
mcpelauncher-client:i386 is already the newest version (20190511-122010-88ad96a~disco).
Starting pkgProblemResolver with broken count: 1
Starting 2 pkgProblemResolver with broken count: 1
Investigating (0) mcpelauncher-ui-qt:amd64 < none -> 20190511-122041-98ac412~disco @un puN Ib >
Broken mcpelauncher-ui-qt:amd64 Depends on libzip5:amd64 < none @un H >
Broken mcpelauncher-ui-qt:amd64 Depends on libprotobuf17:amd64 < none @un H >
Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 mcpelauncher-ui-qt : Depends: libzip5 but it is not installable
                      Depends: libprotobuf17 but it is not installable
E: Unable to correct problems, you have held broken packages.

答案1

我不确定你是如何尝试下载它的,但由于它是一个 Git 存储库,我建议使用git克隆存储库的命令来下载它。为此,git如果尚未安装,请先安装:

sudo apt update
sudo apt install git

然后cd到您想要下载到的任何目录并运行:

git clone https://github.com/MCMrARM/mcpelauncher-linux.git

假设成功(就像我测试时一样),下载的存储库由新创建的mcpelauncher-linux目录及其内容组成。


话虽如此,如果你想在 Web 浏览器中将其作为 ZIP 存档下载,你可以这样做。单击“克隆或下载”按钮,然后单击“下载 ZIP”链接。对于这个特定的存储库,这是https://github.com/MCMrARM/mcpelauncher-linux/archive/master.zip

如果这些技术不起作用,则可能是您的 Internet 连接出现了问题(或者您的代理配置出现了问题,如果您通过代理服务器浏览网页),或者 GitHub 上出现了暂时性问题(如果您尝试之前所做的事情现在有效)。

相关内容