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:
curl -1sLf \
'https://repositories.timber.io/public/vector/cfg/setup/bash.deb.sh' \
| sudo -E bash
Then you can install the vector
package:
sudo apt-get install vector
Other actions
sudo apt remove vector
sudo apt-get upgrade vector