Go to file
luk3yx 31bf317f0a Update for 5.6.0 2022-08-05 08:47:51 +12:00
scripts Try and fix audio on the first run of the snap 2022-07-10 11:29:45 +12:00
snap Update for 5.6.0 2022-08-05 08:47:51 +12:00
LICENSE Copy snapcraft.yaml from snapcrafters/minetest 2018-10-11 08:38:46 +13:00
README.md Update launcher and (finally) add deprecation notice 2020-10-19 18:48:09 +13:00

README.md

luk3yx's unofficial Minetest snap

This is my unofficial Minetest snap package, derived from the Minetest snap in the snappy playpen.

Deprecation

This snap is now deprecated, you should install the minetest snap instead. I will probably continue to update it, however I will not guarantee that it will have the latest version of Minetest.

NOTE: The snapcraft.yaml here is now mostly copied from the official snap.

How to install

Using sudo: (Ubuntu & Derivatives)

$ sudo snap install minetest-luk3yx

Using su:

$ su -c 'snap install minetest-luk3yx'

Note: Make sure that snapd is installed before running the above commands.

Unstable builds

You can find unstable builds here.

FAQ

What is a snap?

Snaps are universal Linux packages.

Where can I find a forum topic for this?

You can find it here.

How do I install snapd?

Debian, Ubuntu, and Ubuntu derivatives:

sudo apt install snapd

OpenSuse:

sudo zypper addrepo http://download.opensuse.org/repositories/system:/snappy/openSUSE_Leap_42.2/ snappy
sudo zypper install snapd

Arch Linux:

sudo pacman -S snapd
sudo systemctl enable --now snapd.socket

More: https://snapcraft.io/docs/core/install

Credit to https://snapcraft.io for the resources shown in the FAQ.