No description
Find a file
2022-12-27 23:07:20 +01:00
src feat: add apk 2022-12-27 08:49:01 +01:00
tests test: test package manager avaible only for ubuntu 2022-12-27 08:42:20 +01:00
.gitlab-ci.yml ci: install pcre in archlinux 2022-12-27 23:07:20 +01:00
checkpack.nimble 0.3.0 2021-02-28 00:03:34 +01:00
LICENSE.md chore: change links 2022-01-22 17:22:24 +01:00
README.md feat: add apk 2022-12-27 08:49:01 +01:00

checkpack

Tiny library to check if a system package is already installed.

Contributions are welcome.

"Buy Me A Coffee"

Installation

Install checkpack with Nimble:

$ nimble install -y checkpack

Add Norm to your .nimble file:

requires "checkpack"

Usage

It's very simple. See following code:

import checkpack

if not checkPack("git"):
    echo "Git not found"

Package manager support

The supported package manager are following: