Install Vector using APT

Advanced Package Tool, or APT, is a free package manager that handles the installation and removal of software on Debian, Ubuntu, and other Linux distributions.

Our APT repositories are provided by Cloudsmith and you can find instructions for manually adding the repositories. This page covers installing and managing Vector through the APT package repository.

Supported architectures

  • x86_64
  • ARM64
  • ARMv7

Installation

First, add the Vector repo:

1curl -1sLf \
2 'https://repositories.timber.io/public/vector/cfg/setup/bash.deb.sh' \
3| sudo -E bash

Then you can install the vector package:

1sudo apt-get install vector

Other actions

{{< tabs default="Upgrade Vector" >}} {{< tab title="Upgrade Vector" >}}

1sudo apt-get upgrade vector

{{< /tab >}} {{< tab title="Uninstall Vector" >}}

1sudo apt remove vector

{{< /tab >}} {{< /tabs >}}

Management

{{< jump "/docs/administration/management" "apt-dpkg-rpm-yum" >}}