Using the repository instead of downloading the binaries is beneficial since you now will be able to receive updates to Millistream software automatically using the very same tools and systems you use to keep Ubuntu updated. The security is also enhanced since the packages are now signed with our PGP key and the repository is available though secure https. The path to this repository is https://packages.millistream.com/apt and from there you can use a normal web browser to download the packages as normal, however to fully utilize the functionality you should add it as a software repository to your system by following this simple steps. Open a terminal or ssh into your server and enter the following three lines: sudo wget "https://packages.millistream.com/apt/sources.list.d/`lsb_release -cs`.list" -O /etc/apt/sources.list.d/millistream.list wget -O- "https://packages.millistream.com/D2FCCE35.gpg" | gpg --dearmor | sudo tee /usr/share/keyrings/millistream-archive-keyring.gpg > /dev/null sudo apt update Now you can install Millistream software by using apt, aptitute etc, and when we release updates you will be automatically notified on "apt update". If/when you upgrade your system to a new version of Ubuntu make sure to open the '/etc/apt/sources.list.d/millistream.list' file in a text editor and remove the comment signs '#' that the upgrade manager has put in place. The distribution name should already have been updated by the upgrade manager.