How to install Minecraft on Manjaro - LinuxConfig.org

While Linux isn't always known for its stellar support of video games, Minecraft developers have released a version specifically for Linux, and it runs great on Manjaro. You don't even need to use Lutris or install Wine for it to function properly.

In this guide, we'll show you how to download and install Minecraft to get you up and playing in no time.


This is a companion discussion topic for the original entry at https://linuxconfig.org/how-to-install-minecraft-on-manjaro

This does not work, for when I enter “makepkg -si” it spits out 2 errors: “Cannot find the fakeroot binary.” and “Cannot find the strip binary required for object file stripping” Help?

You need to install base-devel package before attempting to install anything from the AUR. Run:
sudo pacman -S base-devel
and then try “makepkg -si”. See the wiki. Also you can install yay and skip all the fuss (nevertheless you should know how to install from AUR by hand). If you want to, just run:
sudo pacman -S yay
and then you can install Minecraft with:
yay -S minecraft-launcher