MatterLinux package manager
Go to file
2024-08-22 08:41:04 +03:00
install fix: update wiki URL 2024-08-12 04:31:20 +03:00
locale/tr/LC_MESSAGES fix: prevent reallocing previous memory used by lm_ctx_resolve 2024-08-22 08:40:29 +03:00
src fix: prevent reallocing previous memory used by lm_ctx_resolve 2024-08-22 08:40:29 +03:00
.clang-format first commit 2024-07-16 20:37:46 +03:00
.gitignore first commit 2024-07-16 20:37:46 +03:00
LICENSE.txt first commit 2024-07-16 20:37:46 +03:00
Makefile update: Makefile VERSION variable 2024-08-22 08:41:04 +03:00
README.md update: fix README information 2024-07-16 20:38:58 +03:00

matt | MatterLinux package manager

The new MatterLinux package manager (successor of mp), built on top of libmp.

Installation

If you are using MatterLinux, since it's a core part of the system, this package should already be installed If you are not using MatterLinux you can build it from the source and install it.

To this you will need the following tools and libraries:

  • gcc
  • make
  • libmp
  • libinih
  • gettext

After installing these dependencies, you should download the latest release. If you are building this program for development purposes, then you may also build from the latest commit. However latest commit may not always be compilable.

After obtaining the source code, you can compile the program using the make tool:

make

To install the binary and the configuration files, you can use the install command:

make install

Usage

To get simple usage information, just run the program without any arguments or commands:

matt

To learn more about usage of this program and the configuration options, see this MatterLinux wiki page.