Installing additional RHEL 8.4 or RHEL 8.10 packages manually

Last Updated : Jun 10, 2026 |

About this task

If you do not have the EPEL repository on your RHEL 8.4 or RHEL 8.10, you can install the additional packages required by Avaya Aura® Device Services manually.

Before you begin

Download the appropriate package or packages on your local machine.

Procedure

  1. Log in to the virtual machine as the root user using an SSH connection.
  2. Upload packages to the virtual machine to the /root directory.

    Use a file transfer program of your choice, such as SFTP, SCP, or WinSCP.

  3. To install a package, run the following command:
    rpm -ivh /root/<PACKAGE_NAME>
    

    For example, to install Haveged package haveged-1.9.14-1.el8.x86_64.rpm, run the following command:

    rpm -ivh /root/haveged-1.9.14-1.el8.x86_64.rpm

  4. Repeat the previous step for all packages you need to install.

Next Steps

Enable the Haveged service on RHEL.