User Tools

Site Tools


akmpkgmanager

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

List available databases

python akmpkgmanager.py listdatabase

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.txt · Last modified: 2024/10/13 08:51 by pyro