So I’m trying to get a minecraft server running on an old PC with a 32-bit architecture. I installed MineOS Trunkey from the link found here : https://minecraft.codeemo.com/mineoswiki/index.php?title=Main_Page#Previous_version_ISOs
I selected the “Previous 32-bit ISO download”. It works fine, I’m able to login to the webUI.
The first problem I encountered was a download problem (error 403) for the minecraft versions in “Profile”. I managed to fix that by manually downloading the jar file on the official website then uploading it on the server with WinSCP. I can then select the correct .jar file on the server settings.
The second problem is that for the newer versions of minecraft, I need at least Java 8 for the server to work. The pre-installed version on the ISO is Java 7. When I run
java -version
I get
java version "1.7.0_95"
followed by OpenJDK Runtime etc.
First thing I did was to run apt-get update
and apt-get upgrade
as root. I then tried to follow this tutorial. However I’m stuck at the first step and get the error message
E: Unable to locate package libasound2-data
My knowledge of linux is close to zero, sorry if I miss obvious things. Thanks in advance for the help !
EDIT: I tried running a 1.11.2 server to see if there was another issue, but it worked just fine.