Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 582 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 582 Bytes

Trix Package Manager (TPM)

Description

TPM is a package manager designed for Trix OS and other distributions. It is made by a middle school student, so it may be unstable.

Package Format

TPM uses squashfs to build packages, and the package extension is ".tpm". To build a package, you need to write an install.sh script and create a package-head file to save the package name. Additionally, you should write a package-tail file to save the package path.

Installation

sudo bash install.sh

Usage

Type tpm --help to see the available commands.