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:
1curl -1sLf 'https://repositories.timber.io/public/vector/cfg/setup/bash.rpm.sh' \
2 | sudo -E bash
Then you can install Vector:
1sudo yum install vector
Other actions
{{< tabs default="Upgrade Vector" >}} {{< tab title="Upgrade Vector" >}}
1sudo yum upgrade vector
{{< /tab >}} {{< tab title="Uninstall Vector" >}}
1sudo yum remove vector
{{< /tab >}} {{< /tabs >}}
Management
{{< jump "/docs/administration/management" "apt-dpkg-rpm-yum" >}}