You are here
Installation
The easiest way to install HubTools and its dependencies to a TurnKey Linux appliance (or Debian or a Debian based distribution e.g., Ubuntu) is via the package manager. HubTools is in the TurnKey Linux package repository so if you're using a TurnKey Linux installation it's as easy as:
apt-get update apt-get install hubtools
If you're using a non TurnKey Linux system you will first need to install the turnkey-keyring and configure sources.list. Note that the steps below assume you are using Debian or Ubuntu.
Install turnkey-keyring:
wget https://github.com/turnkeylinux/turnkey-keyring/raw/master/turnkey-release-keyring.gpg apt-key add turnkey-release-keyring.gpg
Add the TurnKey repository to your sources list (e.g., /etc/apt/sources.list):
deb http://archive.turnkeylinux.org/debian jessie main
Note: If you would like to install from source, you will need to install the dependencies.