Skip to content

Installation

The Document Succession Highly Manual Toolkit consists of the following command-line tools:

  • basenc
  • bash
  • curl
  • diff
  • find
  • git
  • jq
  • sort
  • ssh-keygen
  • tee
  • tr
  • uniq
  • wc
  • xargs
  • xxd

These tools are available on popular Linux distributions and POSIX systems, such as macOS.

Fedora Linux

On Fedora, the following dnf command will install all these tools:

dnf install bash coreutils curl diffutils findutils git jq openssh xxd

Debian and Ubuntu Linux

On Debian and Ubuntu, the following apt command will install all these tools:

apt install bash coreutils curl diffutils findutils git jq openssh-client xxd