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

これらの手法が機能しない場合は、インターネット接続に問題がある可能性があります (または、プロキシ サーバー経由で Web を参照している場合はプロキシ構成に問題がある可能性があります)。あるいは、GitHub に一時的な問題がある可能性があります (以前と同じことを試したら今は機能する場合)。

関連情報