Installation
Requirements
Section titled “Requirements”- jq
- gawk
- grep
- tput
- systemd
- coreutils
- bash
- nano (?)
- ncat
- Basic Linux understanding
Installation
Section titled “Installation”-
Install required packages
Terminal window apt install jq gawk coreutils nano ncatTerminal window # RPMrpm -i sudo jq gawk coreutils nano ncat# DNFdnf install sudo jq gawk coreutils nano ncat# YUMyum install sudo jq gawk coreutils nano ncatTerminal window pacman -S sudo jq gawk coreutils nano ncatTerminal window apk add sudo jq gawk coreutils nano ncatTerminal window emerge sudo jq gawk coreutils nano ncat -
Download the latest release from the XManage Repository
Terminal window wget https://repo.tirito.de/projects/xmanage -O /usr/bin/xmanage -
Make the downloaded file executable
Terminal window chmod +x /usr/bin/xmanage -
Run the executable
Terminal window xmanage --version # or /usr/bin/xmanage --version