Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jean0t/archon

A minimalist low level package manager for your linux, compatible with all linux distros due to the use of POSIX.
https://github.com/jean0t/archon

Last synced: 2 months ago
JSON representation

A minimalist low level package manager for your linux, compatible with all linux distros due to the use of POSIX.

Awesome Lists containing this project

README

        


cat

ARCHON PACKAGE MANAGER


A minimalist low level package manager for your linux



Created entirely in Bourne Shell, it is guarateed portability with all unix systems.
Manipulates its own extension `.archon`

Wants to create your own linux distro and want a low level package manager with its custom type of package? Why not use Archonpkg? It offers all you need to install packages, from creating to installing.

## How to use

### creating a package
You use the command:
```
createpkg -c --.archon
```

### installing a package
you use the command:
```
installpkg -i .archon
```
## Creator: Jean0t