Open In App

How to Install Minecraft on Linux ?

Last Updated : 08 Oct, 2024
Comments
Improve
Suggest changes
Like Article
Like
Report

Minecraft is one of the most popular sandbox video games developed by Mojang, originally created by Markus "Notch" Persson using the Java programming language. If you're an experienced gamer or new to the Minecraft world, playing it on Linux is easy with the right instructions.

Here, we will walk you through the process of downloading and installing Minecraft on Linux systems, including Ubuntu, Debian, and other Linux distributions.

System Requirements for Minecraft on Linux

If you don't have OpenJDK installed, then install it by entering the following commands in Terminal.

1. For Ubuntu/Debian users:

sudo apt-get install openjdk-8-jdk

2. For Other Linux Distributions:

su -c "yum install java-1.8.0-openjdk"

Check your java version by entering the following commands in Terminal:

java -version
javac -version

Steps to Download and Install Minecraft using Terminal

For other Linux distribution users:

Step 1: Download the Minecraft.tar.gz archive from their official website using wget.

wget https://launcher.mojang.com/download/Minecraft.tar.gz

Step 2: Extract the downloaded archive.

tar -xvf Minecraft.tar.gz

Step 3: Go to the newly created folder after extracting and start up the launcher.

cd minecraft-launcher
./minecraft-launcher

For Ubuntu/Debian users:

Step 1: Download the Minecraft.deb file from their official website using wget.

wget https://launcher.mojang.com/download/Minecraft.deb

Step 2: Install the downloaded package.

sudo dpkg -i Minecraft.deb

Step 3: To solve dependency issues, enter the following command.

sudo apt -f install

Step 4: Start up the launcher.

minecraft-launcher

Setting Up Minecraft Game Files on Linux

The following steps represent the remaining steps to installing Minecraft game files and are common for every Linux distribution user.

Step 1: After starting up the launcher, click on either Microsoft Login/Mojang Login to authenticate your account containing a license.

Step 2: Click on Play/Play Demo depending on your License.

Step 3: This will start by downloading the latest release of Minecraft(Java Edition) from Minecraft Servers.

Step 4: After downloading is over, click on Play Demo again to start the game.

Step 5: Click on Play/Play Demo World to load Minecraft World.

Conclusion

Installing Minecraft on Linux is easy and opens up a world of endless gaming possibilities. If you’re on Ubuntu, Debian, or another Linux distribution, following these steps ensures a seamless installation and setup process. Once installed, you can enjoy everything Minecraft has to offer, from creative mode to survival adventures. With Java 8 installed, you’re just a few clicks away from starting your Minecraft journey on Linux.


Next Article

Similar Reads