2. Installing VectorH : Linux Requirements : Install Linux Required Software
 
Share this page                  
Install Linux Required Software
If your Linux system does not have these packages installed, you can use the rpm or yum command, if available on your system, to install the required software.
Using rpm:
rpm ‑Uvh openssh-clients*.rpm
rpm ‑Uvh rsync*.rpm
rpm ‑ivh libaio*.rpm
Using yum:
yum install rsync
yum install openssh-clients
yum install libaio
To install libaio on Ubuntu:
apt-get update
apt-get install libaio1