Install Minecraft on Linux?

Vi
12

I wanted to install Minecraft on my old Linux laptop. I already have Java on my laptop and downloaded Minecraft with the Tar.gz extension (32 bit system). Did I unpack it and what should I do now?

Install Minecraft on Linux
ju

Enter mal./minecraft-launcher in the terminal.

Vi

Unfortunately this is not possible. There comes: That it is a directory

ju

Then you have to do cd minecraft-launcher /

then./minecraft-launcher

Vi

Can't execute the binary file: An error in the format of the program file then occurs.

ju

Follow the instructions

https://wiki.ubuntuusers.de/Spiele/Minecraft/

Vi

I'll do, thanks.

Vi

But I don't find Minecraft.jar

ju

Then do sudo updatedb and then locate Minecraft.jar

if there's no command, you do sudo apt install locate

then sudo updatedb and then sudo locate Minecraft.jar

sudo of course only works if you have installed it.

Sk

In the terminal:

cd Downloads / Minecraft / minecraft-launcher
chmod + x minecraft launcher
./minecraft-launcher

ch

Right-click on the "minecraft-launcher" file → Properties → Access rights and make sure that the "Run file as program" check box is set, if not set.

Then click on the "3 bars" ("Burger") menu in the top right corner (this is right next to the x with which you close the file manager) → Settings → Behavior and see that under "Executable text files" it says "Ask what should happen "or" Execute "is set.

Then double-click on the "minecraft-launcher" file (if you are asked whether you want to run or view the file, click "Run").

Alternatively in the terminal:

cd ~ / Downloads / Minecraft / minecraft-launcher

chmod + x minecraft launcher

./minecraft-launcher

What kind of distribution do you use? There may already be a suitable package (e.g. Deb) that makes it a little easier.

Vi

Is that because I use Debian 32 bit and no Arch Linux
Sry but my old laptop isn't good. The laptop is only for vacation

ch

That goes for all distros.