1
0
mirror of https://codeberg.org/kiss-community/kiss synced 2024-07-02 14:02:26 +00:00
Go to file
2019-08-18 17:12:06 +02:00
.travis.yml kiss: fix issues with requiring root. 2019-08-12 23:57:43 +00:00
kiss kiss: remove log feature for now. 2019-08-18 17:12:06 +02:00
LICENSE.md kiss: fix issues with requiring root. 2019-08-12 23:57:43 +00:00
README.md docs: update 2019-08-15 15:03:01 +00:00

kiss

Tiny package manager for KISS Linux.

Package format

See: https://getkiss.org/pages/package-system/

Usage

kiss
=> kiss [b|c|i|l|r|s|u] [pkg] [pkg] [pkg]
=> build:     Build a package.
=> checksum:  Generate checksums.
=> install:   Install a package.
=> list:      List installed packages.
=> remove:    Remove a package.
=> search:    Search for a package.
=> update:    Check for updates.

Extending the package manager.

See: https://github.com/kisslinux/kiss-utils