Install Vector using YUM

The Yellowdog Updater, Modified (YUM) is a free and open-source command-line package-manager for Linux operating system using the RPM Package Manager.

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

Installation

Add the repo:

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

Then you can install Vector:

sudo yum install vector

Other actions

sudo yum remove vector
sudo yum upgrade vector

Management