No puedo descargarlo porque me da error 404. Además, dirá que lo necesito libprotobuf17
pero no se puede instalar. Además, estoy usando KDE Neon y 64 bits.
Cada vez que lo hago
sudo add-apt-repository 'deb http://mcpelauncher.mrarm.io/apt/ubuntu/ bionic main'
Dirá Error 404 y me dará una dirección IP extraña. Esto es lo que obtengo:
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.
Respuesta1
No estoy seguro de cómo intentó descargarlo, pero como es un repositorio de Git, le sugiero descargarlo usando el git
comando para clonar el repositorio. Para hacer esto, primero instale git
si no está instalado:
sudo apt update
sudo apt install git
Luego, cd
al directorio donde desee descargarlo y ejecute:
git clone https://github.com/MCMrARM/mcpelauncher-linux.git
Suponiendo que tenga éxito (como sucedió cuando lo probé), el repositorio descargado consta del mcpelauncher-linux
directorio recién creado y su contenido.
Dicho esto, si desea descargarlo en su navegador web como un archivo ZIP, puede hacerlo. Haga clic en el botón "Clonar o descargar" y luego haga clic en el enlace "Descargar ZIP". Para este repositorio en particular, eso eshttps://github.com/MCMrARM/mcpelauncher-linux/archive/master.zip.
Si estas técnicas no funcionan, puede haber un problema con su conexión a Internet (o con su configuración de proxy, si navega por la web a través de un servidor proxy), o tal vez un problema transitorio en GitHub (si intenta exactamente lo que hizo antes funciona ahora).