TelemetryJet is in early beta. Need help getting started, or found a bug? Open an Issue on our GitHub repository.

Install on Ubuntu

The CLI is in early alpha. Need help getting started, or found a bug? Open an Issue on our GitHub repository. We appreciate your patience and early support.

The TelemetryJet CLI uses apt to manage installations on Linux-based environments. The CLI is distributed using our own third-party repository. These instructions are for Ubuntu and other amd64-based Linux environments.

Import GPG Key

Releases on our repository are signed to verify authenticity. Run the following command to add the GPG key for the TelemetryJet releases:

curl -fsSL https://downloads.telemetryjet.com/builds/cli/linux/amd64/repo/KEY.gpg | sudo apt-key add -

Add APT Repository

Add the TelemetryJet repository, which will allow apt to install TelemetryJet software from our download server:

sudo sh -c "echo 'deb https://downloads.telemetryjet.com/builds/cli/linux/amd64/repo/ /' > /etc/apt/sources.list.d/telemetryjet.list"
sudo apt update

Installing

To install the CLI, run:

sudo apt install telemetryjet-cli

Upgrading

To upgrade to the latest version, use apt’s update and upgrade commands:

# Pull the list of outdated software and update the CLI
sudo apt update
sudo apt upgrade telemetryjet-cli

Uninstalling

To uninstall the CLI, run:

sudo apt remove telemetryjet-cli


Manual Installation

The TelemetryJet CLI can also be manually installed on Ubuntu. See Manual Installation for detailed instructions on how to manually install the CLI.

TelemetryJet © 2020, Chris Dalke · sitemap.xml · telemetryjet.com