Installing Nosnap Veeam Agent for Linux in Offline Mode
To install nosnap Veeam Agent for Linux, do the following:
- 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:
- /backup/linux/agent/dpkg/debian/public//pool/veeam/v/veeam-nosnap/
- /backup/linux/agent/dpkg/debian/public/pool/veeam/v/veeam-libs/
- 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.
- 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 CentOS 7 / RHEL / Rocky Linux / AlmaLinux
- Installing nosnap Veeam Agent for Linux in Oracle Linux
- Installing nosnap Veeam Agent for Linux in SLES
- Installing nosnap Veeam Agent for Linux in openSUSE
- Installing nosnap Veeam Agent for Linux in Debian / Ubuntu
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 Nosnap Veeam Agent for Linux in CentOS 7 / RHEL / Rocky Linux / AlmaLinux
To install nosnap Veeam Agent for Linux, use the following commands:
For 32-bit RHEL 6
rpm -i <...>/veeam-libs-6.2.0.101-1.i386.rpm rpm -i <...>/veeam-nosnap-6.2.0.101-1.el6.i386.rpm |
For 64-bit RHEL 6
rpm -i <...>/veeam-libs-6.2.0.101-1.x86_64.rpm |
For CentOS 7 / RHEL 7
rpm -i <...>/veeam-libs-6.2.0.101-1.x86_64.rpm |
RHEL 8
rpm -i <...>/veeam-libs-6.2.0.101-1.x86_64.rpm |
RHEL 9 / Rocky Linux / AlmaLinux
rpm -i <...>/veeam-libs-6.2.0.101-1.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.2.0.101-1.i386.rpm |
For 64-bit Oracle Linux 6
rpm -i <...>/veeam-libs-6.2.0.101-1.x86_64.rpm |
For Oracle Linux 7
rpm -i <...>/veeam-libs-6.2.0.101-1.x86_64.rpm |
For Oracle Linux 8
rpm -i <...>/veeam-libs-6.2.0.101-1.x86_64.rpm |
For Oracle Linux 9
rpm -i <...>/veeam-libs-6.2.0.101-1.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.2.0.101-1.x86_64.rpm |
For SLES 15 SP1 – SP6
zypper in <...>/veeam-libs-6.2.0.101-1.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.2.0.101-1.x86_64.rpm |
For openSUSE Leap 15.3 – 15.6
zypper in <...>/veeam-libs-6.2.0.101-1.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.2.0.101_amd64.deb |
where:
<...> — path to a directory where you have saved Veeam Agent packages.