Categories: Ubuntu

Install Minecraft on Ubuntu 22.04

Minecraft is a video game that was designed by Mojang Studios but Microsoft purchased it later on. Minecraft is a three-dimensional virtual legos game that originated in the year 2011 and can be played on multiple platforms such as Windows, Linux, Mac OS, etc. Although it is not an open-source application, its demo version can be played for free by creating a Mojang account.

This blog specifically focuses on the procedures that can be used to install Minecraft on the latest Ubuntu release which is Ubuntu 22.04.

Install Minecraft on Ubuntu 22.04

Minecraft can be installed on Ubuntu 22.04 using two methods which are:

Both of these methods have been discussed in this blog in detail.

Method 1: Using Debian Package

The following steps should be followed in order to install Minecraft using the .deb package.

Step 1: Download the package

The first step is to download the Debian package of Minecraft by running the following command on the terminal.

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

Output

Step 2: Install package

After the package has been downloaded, use the below-given command to install the package.

$ sudo apt install ./Minecraft.deb

Output

Press ‘Y’ to continue the procedure.

How to launch Minecraft on Ubuntu 22.04

To launch Minecraft, search for Minecraft in ubuntu application search menu.

Click on the “Minecraft Launcher” icon to launch Minecraft.

It will start to download update files and start the Minecraft in a while.

Login with your Microsoft or Mojang Account and you are good to go.

How to uninstall Minecraft using the Debian package

The Debian package can be used to uninstall Minecraft.

$ sudo apt –purge remove minecraft-launcher

Output

Sponsored

Minecraft has been uninstalled.

Method 2: Using Snap Package

Here we will discuss how Snap can be used to install Minecraft. The Snap package includes all the required dependencies.

Step 1: Install Minecraft using Snap store

If snap in not installed, you can install it using the command:

$ sudo apt install snapd

To install the Minecraft through Snap package on your system, use this command.

$ sudo snap install mc-installer

Output

The package has been installed.

Step 2: Run Minecraft

Once installed, you can now check the applications menu to verify that the game has been installed successfully.

Click the icon to open the app.

Now sign up and enjoy the game.

How to uninstall Minecraft from Ubuntu 22.04 using snap

You can use this package to uninstall Minecraft by running this command.

$ sudo snap remove mc-installer

Output

The game has been uninstalled.

Conclusion

In order to install Minecraft you can either use the Debian package or the Snap package. In the case of the Debian package use this command to install the package $ sudo dpkg -i Minecraft.deb, whereas in the case of the Snap package use this command to install the package $ sudo snap install mc-installer. Once installed you can search for the app in the menu and click on the icon to launch the game.

Ubuntu Server Admin

Recent Posts

Cut data center energy costs with bare metal automation

Data centers are popping up everywhere. With the rapid growth of AI, cloud services, streaming…

22 hours ago

Build the future of *craft: announcing Starcraft Bounties!

Our commitment to building a thriving open source community is stronger than ever. We believe…

22 hours ago

NodeJS 18 LTS EOL extended from April 2025 to May 2032 on Ubuntu

The clock was ticking: Node.js 18’s upstream End of Life (EOL) The OpenJS Foundation is…

22 hours ago

Native integration now available for Pure Storage and Canonical LXD

June 25th, 2025 – Canonical, the company behind Ubuntu, and Pure Storage, the IT pioneer…

2 days ago

Revolutionizing Web Page Creation: How Structured Content is Slashing Design and Development Time

Co-authored with Julie Muzina A year ago, during our Madrid Engineering Sprint, we challenged ourselves…

3 days ago

Ubuntu Weekly Newsletter Issue 897

Welcome to the Ubuntu Weekly Newsletter, Issue 897 for the week of June 15 –…

4 days ago