如何下載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目錄及其內容。


話雖如此,如果您想在網頁瀏覽器中將其作為 ZIP 檔案下載,您可以這樣做。按一下「複製或下載」按鈕,然後按一下「下載 ZIP」連結。對於這個特定的儲存庫,那就是https://github.com/MCMrARM/mcpelauncher-linux/archive/master.zip

如果這些技術不起作用,則可能是您的Internet 連線有問題(或者您的代理程式配置有問題,如果您透過代理伺服器瀏覽網頁),或者GitHub 上可能存在暫時性問題(如果您完全嘗試了之前所做的操作)現在工作)。

相關內容