how to install minecraft in ubuntu code example
Example: how to install minecraft to ubuntu
$ wget -o ~/Minecraft.deb https://launcher.mojang.com/download/Minecraft.deb
sudo apt install gdebi-core
sudo gdebi ~/Minecraft.deb
$ wget -o ~/Minecraft.deb https://launcher.mojang.com/download/Minecraft.deb
sudo apt install gdebi-core
sudo gdebi ~/Minecraft.deb