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 Datadog. This page covers installing and managing Vector through the YUM package repository.
Installation
Add the repo:
bash -c "$(curl -L https://setup.vector.dev)"
Then you can install Vector:
sudo yum install vector
Other actions
sudo yum remove vector
sudo yum upgrade vector