项目作者: luk3yx

项目描述 :
luk3yx's unofficial Minetest snap
高级语言: Shell
项目地址: git://github.com/luk3yx/minetest-luk3yx.git
创建时间: 2017-01-03T19:25:02Z
项目社区:https://github.com/luk3yx/minetest-luk3yx

开源协议:Other

下载


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)

  1. $ sudo snap install minetest-luk3yx

Using su:

  1. $ 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:

  1. sudo apt install snapd

OpenSuse:

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

Arch Linux:

  1. sudo pacman -S snapd
  2. 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.