Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the rocket domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /var/www/practical-tips.com/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wpforms-lite domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /var/www/practical-tips.com/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the soledad domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /var/www/practical-tips.com/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wordpress-seo domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /var/www/practical-tips.com/wp-includes/functions.php on line 6114
Play Minecraft in Linux: Here's how - Practical Tips

Play Minecraft in Linux: Here’s how

by Johannes

To play Minecraft on Linux, all you need is Java and the right version of the installer. This is quite easy to implement

Play Minecraft in Linux: Install Java

Minecraft uses Java. For this reason, it is necessary to install a suitable version on your Linux system. The following instructions will help you:

  • Start the terminal with [Ctrl] + [Alt] + [T]. Now enter the following command to update the package index: sudo apt-get update.
  • This is followed by the command sudo apt install default-jre. This will download and install the current Java version on your system.
  • Confirm the process with [Y] or [J]. Press [Enter] to start the installation.
  • After the installation, use the command java -version to check the current version. You now have Java on your system and can install Minecraft.
  • Note: If you want to play the Bedrock version, an additional Java installation is not necessary.

Minecraft: Download and install Linux version

After installing Java, you only need to install the Minecraft launcher.

  • To do this, visit the official download page in a browser. There you will find several download versions for Linux under MINECRAFT: JAVA & BEDROCK EDITION FÜR LINUX-DISTRIBUTIONEN.
  • You have the choice between Debian- and Arch-based versions, as well as a launcher for other distributions. Download the version you need
  • As with other operating systems, you can usually install the launcher directly by executing the file. Wait until the launcher installation is complete and then log in with the Microsoft account you used to purchase the game.
  • You can then select the desired update version of the Java or Bedrock edition in the launcher. The launcher will take care of the setup and then you can get started. The game itself does not differ from the versions on other operating systems

Related Articles

Leave a Comment