File: quick-install.md

package info (click to toggle)
zabbix-cli 3.6.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,980 kB
  • sloc: python: 19,920; makefile: 5
file content (44 lines) | stat: -rw-r--r-- 1,364 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
=== "uv"

    Install with [`uv`](https://docs.astral.sh/uv/getting-started/installation/) to avoid conflicts with other Python packages in your system:

    ```bash
    uv tool install zabbix-cli-uio
    ```

    To try out Zabbix-CLI without installing it, run it directly with [`uvx`](https://docs.astral.sh/uv/#tool-management):

    ```bash
    uvx --from zabbix-cli-uio zabbix-cli
    ```

    {% include-markdown ".includes/admonition-pypi.md" %}

=== "pipx"

    Install with [`pipx`](https://pipx.pypa.io/stable/) to avoid conflicts with other Python packages in your system:

    ```bash
    pipx install zabbix-cli-uio
    ```

    {% include-markdown ".includes/admonition-pypi.md" %}

=== "Homebrew"

    You can install `zabbix-cli` with Homebrew:

    ```bash
    brew install zabbix-cli
    ```

    !!! warning
        The Homebrew package is maintained by a third party. It may be outdated or contain bugs. For the most up to date version, follow the installation instructions for pipx.

=== "Binary"

    Binaries are built with PyInstaller for each release and can be downloaded from the [GitHub releases page](https://github.com/unioslo/zabbix-cli/releases). Download the correct binary for your platform and save it as `zabbix-cli`.

    !!! warning "Linux & macOS"

        Remember to make the binary executable with `chmod +x zabbix-cli`.