Minecraft is a sandbox video game developed by Mojang Studios. The game was created by Markus “Notch” Persson in the Java programming language.
In this tutorial, i am going to show you how to install and uninstall Minecraft on Linux ubuntu 22.04 using the command line.
How to Install and Uninstall Minecraft on Linux Ubuntu 22.04
Use the below given steps to install and uninstall minecraf on linux ubuntu 22.04 machine:
- Step 1 – Install Snap
- Step 2 – Install the Minecraft
- Step 3 – Start Minecraft
- Step 4 – Uninstall Minecraft
Step 1 – Install Snap
Start terminal and run the following command on the command line to install snapd:
sudo apt install snapd
Step 2 – Install the Minecraft
Run the following command on the command line to install Minecraft using snapd:
sudo snap install mc-installer
Step 3 – Start Minecraft
Once the installation has been done, Visit to search bar and search Minecraft game. And will see minecraft game logo into our system.
Step 4 – Uninstall Minecraft
Run the following command on command line to uninstall minecraft game:
sudo snap remove mc-installer
Conclusion
In this tutorial, i have shown to you how to install and uninstall Minecraft on Linux ubuntu 22.04 using the command line.
Be First to Comment