Install Vector using dpkg
dpkg is the software that powers the package management system in the Debian operating system and its derivatives. dpkg is used to install and manage software via .deb
packages. This page covers installing and managing Vector through the DPKG package repository.
Installation
1curl \
2 --proto '=https' \
3 --tlsv1.2 -O \
4 https://packages.timber.io/vector/{{< version >}}/vector-{{< version >}}-amd64.deb
5
6sudo dpkg -i vector-{{< version >}}-amd64.deb
Other actions
{{< tabs default="Upgrade Vector" >}} {{< tab title="Upgrade Vector" >}}
1dpkg -i vector-{{< version >}}-amd64
{{< /tab >}} {{< tab title="Uninstall Vector" >}}
1dpkg -r vector-{{< version >}}-amd64
{{< /tab >}} {{< /tabs >}}
Management
{{< jump "/docs/administration/management" "apt-dpkg-rpm-yum" >}}