Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/jean0t/archon
- Owner: jean0t
- Created: 2024-05-26T02:40:02.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-07-16T00:33:09.000Z (6 months ago)
- Last Synced: 2024-07-16T03:57:18.747Z (6 months ago)
- Language: Shell
- Size: 8.79 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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