Skip to content

Installation

  • jq
  • gawk
  • grep
  • tput
  • systemd
  • coreutils
  • bash
  • nano (?)
  • ncat
  • Basic Linux understanding
  1. Install required packages

    Terminal window
    apt install jq gawk coreutils nano ncat
  2. Download the latest release from the XManage Repository

    Terminal window
    wget https://repo.tirito.de/projects/xmanage -O /usr/bin/xmanage
  3. Make the downloaded file executable

    Terminal window
    chmod +x /usr/bin/xmanage
  4. Run the executable

    Terminal window
    xmanage --version # or /usr/bin/xmanage --version