Connecting to Veeam Software Repository

To install Veeam Agent for Linux on a Linux computer, you must first connect the computer to the Veeam software repository. The Veeam software repository contains the Veeam Agent installation packages specific to the Linux distribution, version and architecture of the computer where you plan to install the product.

To connect to the Veeam software repository, do the following:

  1. Download the Veeam software repository installation package (veeam-release) from the this Veeam webpage, and save the downloaded package on your computer.
  2. Navigate to the directory where you have saved the veeam-release package and install the package.

NOTE

To ensure authenticity and integrity of the veeam-release package, Veeam signs this package with a GPG (GNU Privacy Guard) key. When you install the veeam-release package for the first time, your package manager may prompt you to accept or import the Veeam GPG key. When prompted, you must accept or import the GPG key.

To install the veeam-release package, use the following commands:

For CentOS 7 / RHEL / Oracle Linux / Fedora / Rocky Linux / AlmaLinux

rpm -ivh ./veeam-release* && yum check-update

For openSUSE / SLES

zypper in ./veeam-release* && zypper refresh

For Debian / Ubuntu

dpkg -i ./veeam-release* && apt-get update

 

TIP

If the user account you use for Veeam Agent installation does not have root privileges, you can temporarily elevate this user account to root by using the sudo prefix in the install commands. If you run multiple commands in one command line, you must use the sudo prefix before each command — for example, sudo rpm -ivh ./veeam-release* && sudo yum check-update. Make sure the sudo user has sufficient privileges to run these commands.

Page updated 6/18/2025

Page content applies to build 6.3.2.1207