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
curl \
--proto '=https' \
--tlsv1.2 -O \
https://apt.vector.dev/pool/v/ve/vector_0.42.0-1_{arch}.deb
sudo dpkg -i vector_0.42.0-1_{arch}.deb
Make sure to replace {arch}
with one of the following:
amd64
arm64
armhf
Other actions
dpkg -r vector-0.42.0-{arch}
dpkg -i vector-0.42.0-{arch}