minecraft-mgr is a script that makes installing and updating Minecraft Java
Edition on Ubuntu easier.
This project supports 64-bit desktop installations of Ubuntu. Specifically, these releases:
- Ubuntu 20.04 "Focal"
- Ubuntu 22.04 "Jammy"
- Ubuntu 24.04 "Noble"
- Ubuntu Resolute
For 32-bit support or other distros, please open a Pull Request or Issue.
minecraft-mgr is a Bash script that can be run from anywhere in your home
directory.
Here's a typical install:
cd ~
curl -O https://raw.githubusercontent.com/felicianotech/minecraft-mgr/trunk/minecraft-mgr.sh
chmod +x ~/minecraft-mgr.sh
~/minecraft-mgr.sh install
Installs the Minecraft Java Edition on your machine.
~/minecraft-mgr.sh update
If a newer version of Minecraft or Minecraft Manager is available, download and install it.
Minecraft Manager will update itself when running ./minecraft-mgr.sh update.
Instructions coming in the future.
The source code for minecraft-mgr is licensed under the MIT license.
This repo's license can be found here.
Minecraft itself is a proprietary product by Mojang/Microsoft.
This project is not affiliated with nor endorsed by them.