Installing Nosnap Veeam Agent for Linux in Offline Mode

IMPORTANT

Starting from Veeam Agent for Linux version 6.1, for size optimization purposes, Veeam Agent for Linux installation packaging has been reconfigured and now includes the additional veeam-libs package that must be installed before the veeam-nosnap package.

To install nosnap Veeam Agent for Linux, do the following:

  1. On a computer that is connected to the internet, download Veeam Agent packages intended for your Linux distribution from the Veeam software repository.
  • For RPM packages of nosnap Veeam Agent for Linux, the Veeam Agent directory has the following structure: Package format > Distribution > Version > Architecture.

For example, Veeam Agent packages for 64-bit RHEL 9 reside in the /rpm/el/9/x86_64/ folder of the Veeam software repository, and packages for 64-bit SLES 15 SP5 reside in the /rpm/sles/SLE_15_SP5/x86_64/ folder.

  • Nosnap Veeam Agent for Linux packages in the Debian format reside in the following folders of the Veeam software repository:
  1. Save the veeam-nosnap and veeam-libs packages to a directory that can be accessed from the computer where you want to install the product, for example, a directory on a local drive or USB drive, or a network shared folder.
  2. On the computer where you want to install Veeam Agent, navigate to the directory where you have saved the packages and install Veeam Agent:  

 

Installing Nosnap Veeam Agent for Linux in Offline Mode TIP

You can also set up a local mirror of the Veeam software repository in your internal network and add this repository to the list of software sources on a computer where you want to install the product. These operations may differ depending on the Linux distribution and package manager that you use. To learn more, refer to the documentation of your Linux distribution.

After you add a local repository to the list of software sources on a computer, you will be able to install and upgrade Veeam Agent in a regular way. To learn more, see Installing Veeam Agent for Linux and Upgrading Veeam Agent for Linux.

 

Installing Veeam Agent for Linux in CentOS 7 / RHEL

To install nosnap Veeam Agent for Linux, use the following commands:

For 32-bit RHEL 6

rpm -i <...>/veeam-libs-6.1.0.1498-1.i386.rpm

rpm -i <...>/veeam-nosnap-6.1.0.1498-1.el6.i386.rpm

For 64-bit RHEL 6

rpm -i <...>/veeam-libs-6.1.0.1498-1.x86_64.rpm
rpm -i <...>/veeam-nosnap-6.1.0.1498-1.el6.x86_64.rpm

For CentOS 7 / RHEL 7

rpm -i <...>/veeam-libs-6.1.0.1498-1.x86_64.rpm
rpm -i <...>/veeam-nosnap-6.1.0.1498-1.el7.x86_64.rpm

RHEL 8

rpm -i <...>/veeam-libs-6.1.0.1498-1.x86_64.rpm
rpm -i <...>/veeam-nosnap-6.1.0.1498-1.el8.x86_64.rpm

RHEL 9

rpm -i <...>/veeam-libs-6.1.0.1498-1.x86_64.rpm
rpm -i <...>/veeam-nosnap-6.1.0.1498-1.el9.x86_64.rpm

where:

<...> — path to a directory where you have saved Veeam Agent packages.

 

Installing nosnap Veeam Agent for Linux in Oracle Linux

To install nosnap Veeam Agent for Linux, use the following commands:

For 32-bit Oracle Linux 6

rpm -i <...>/veeam-libs-6.1.0.1498-1.i386.rpm
rpm -i <...>/veeam-nosnap-6.1.0.1498-1.el6.i386.rpm

For 64-bit Oracle Linux 6

rpm -i <...>/veeam-libs-6.1.0.1498-1.x86_64.rpm
rpm -i <...>/veeam-nosnap-6.1.0.1498-1.el6.x86_64.rpm

For Oracle Linux 7

rpm -i <...>/veeam-libs-6.1.0.1498-1.x86_64.rpm
rpm -i <...>/veeam-nosnap-6.1.0.1498-1.el7.x86_64.rpm

For Oracle Linux 8

rpm -i <...>/veeam-libs-6.1.0.1498-1.x86_64.rpm
rpm -i <...>/veeam-nosnap-6.1.0.1498-1.el8.x86_64.rpm

For Oracle Linux 9

rpm -i <...>/veeam-libs-6.1.0.1498-1.x86_64.rpm
rpm -i <...>/veeam-nosnap-6.1.0.1498-1.el9.x86_64.rpm

where:

<...> — path to a directory where you have saved Veeam Agent packages.

Installing nosnap Veeam Agent for Linux in SLES

To install nosnap Veeam Agent for Linux, use the following commands:

For SLES 12 SP4 – SP5

zypper in <...>/veeam-libs-6.1.0.1498-1.x86_64.rpm
zypper in <...>/veeam-nosnap-6.1.0.1498-1.sle12.x86_64.rpm

For SLES 15 SP1 – SP5

zypper in <...>/veeam-libs-6.1.0.1498-1.x86_64.rpm
zypper in <...>/veeam-nosnap-6.1.0.1498-1.sle15.x86_64.rpm

where:

<...> — path to a directory where you have saved Veeam Agent packages.

Installing nosnap Veeam Agent for Linux in openSUSE

To install nosnap Veeam Agent for Linux, use the following commands:

For openSUSE Tumbleweed

zypper in <...>/veeam-libs-6.1.0.1498-1.x86_64.rpm
zypper in <...>/veeam-nosnap-6.1.0.1498-1.suse.x86_64.rpm

For openSUSE Leap 15.3 – 15.5

zypper in <...>/veeam-libs-6.1.0.1498-1.x86_64.rpm
zypper in <...>/veeam-nosnap-6.1.0.1498-1.sle15.x86_64.rpm

where:

<...> — path to a directory where you have saved Veeam Agent packages.

Installing nosnap Veeam Agent for Linux in Debian / Ubuntu

To install nosnap Veeam Agent for Linux, use the following commands:

apt-get install <...>/veeam-libs_6.1.0.1498_amd64.deb
apt-get install <...>/veeam-nosnap_6.1.0.1498_amd64.deb

where:

<...> — path to a directory where you have saved Veeam Agent packages.