User Tools

Site Tools


akmpkgmanager

This is an old revision of the document!


Akmpkgmanager

About

This is a simple cross platform package manager to install softwares in a terminal.
It is writen in GScript language, compiled to Python script, so Python 3 runtime is needed to use it.

Usage

Self update

python akmpkgmanager.py selfupdate

python akmpkgmanager.py printlicense

List available servers

python akmpkgmanager.py listserver

Set current server

python akmpkgmanager.py setrepository url root
example: python akmpkgmanager.py setrepository http://www.arkhamdev.net/download .

Check if a software have new update

python akmpkgmanager.py check archivename

Install a new software

python akmpkgmanager.py install archivename

Update an existing software

python akmpkgmanager.py update archivename

Update all existing software in root

python akmpkgmanager.py updateall [databasename]

List all softwares in repository

python akmpkgmanager.py list [databasename]

Generate a version file

python akmpkgmanager.py genversion version.txt

Generate a package

akmpkgmanager.py makepkg archivename sourcedir

Configure a new software before uploading to a repository

python akmpkgmanager.py writecfg archivename archivepath versionfile dstversionfile

Prerequisite

Windows users can download and install Python 3 runtime here: https://www.python.org/downloads/windows/

Download

You can download here the latest package manager version.

Store Version Type Link
Akmpkgmanager latest version Program Download
akmpkgmanager.1725096122.txt.gz · Last modified: 2024/08/31 09:22 by pyro