Minecraft is a very popular video game that was released in 2011. It can be used with all major platforms like Linux, macOS, and Windows. Today’s article will show you the installation of Minecraft on Ubuntu 20.04.
For installing Minecraft game on Ubuntu 20.04 system, you can follow any of the two methods shared with you below:
For using the .deb package to install Minecraft on Ubuntu 20.04, you will have to perform the following steps:
First, we will download the Minecraft .deb package on Ubuntu 20.04 by running the command shown below:
wget https://launcher.mojang.com/download/Minecraft.deb
The Minecraft .deb package will download quickly if you have a good Internet connection and once it is downloaded, you will get to see these messages:
Now, we will install the downloaded Minecraft .deb package on Ubuntu 20.04 with the following command:
sudo dpkg –i Minecraft.deb
This operation will take a little longer to complete than the previous one after which you might encounter some error messages as shown in the image below:
To resolve the dependency issues encountered during the installing of the Minecraft .deb package on Ubuntu 20.04, we will run the following command:
sudo apt -f install
Once this command executes successfully, you will not see any more errors as shown in the image below:
Alternatively, we can also use the Snap package manager to install Minecraft on Ubuntu 20.04 by going through the following steps:
The Snap package for Minecraft can be installed on Ubuntu 20.04 by running the command shown below:
sudo snap install mc-installer
As soon as the Snap package for Minecraft will be successfully installed on your Ubuntu 20.04 system, you will get the following success message on the terminal:
Now, we will run the newly installed Snap package for Minecraft on Ubuntu 20.04 by running the command shown below:
sudo snap run mc-installer
Whichever method you have used for installing Minecraft on Ubuntu 20.04, you can verify its installation by looking for it in the Activities search bar as shown in the following image:
Now, we are going to share with you the two methods for removing the Minecraft game from Ubuntu 20.04.
If you have installed the Minecraft game by using the .deb package, then you can remove it by running the command shown below:
sudo apt --purge remove minecraft-launcher
The successful removal of the Minecraft game from your Ubuntu 20.04 system will render the following messages:
If you have installed the Minecraft game by using the Snap package manager, then you can remove it by running the command shown below:
sudo snap remove mc-installer
The successful removal of the Minecraft game from your Ubuntu 20.04 system will render the following success message on the terminal:
Whichever method you have installed for removing the Minecraft game from your Ubuntu 20.04 system, you can additionally run the command shown below for getting rid of all the additional packages and dependencies:
sudo apt-get autoremove
When all the additional packages and dependencies will have been removed, you will see the following messages on your screen.
In today’s article, we shared with you the two different methods of installing the Minecraft game on Ubuntu 20.04. Then we shared with you the respective removal methods of this game so that you can easily uninstall this game from your system to free up space whenever you want.
Magento is a free and open-source e-commerce platform written in PHP. It is simple, easy…
ISPConfig is an open-source control panel that allows users to manage multiple servers from a…
As a Linux administrator, you may find it necessary to troubleshoot or test your Simple…
Ubuntu 24.04, like many modern Linux distributions, relies on the NetworkManager for managing network connections.…
Restic is a modern, open-source backup program designed for efficiency, security, and simplicity. It enables…
phpMyAdmin is a popular free tool written in PHP intended to administer MySQL and MariaDB…