Welcome to the Exablaze yum repository. Currently this repository contains packages for RHEL 7/CentOS 7, RHEL 8/CentOS 8 and Fedora Core 32. Other distributions may be added in the future, if you have specific requests please contact us at support@exablaze.com. To add this repository to your system, create a file /etc/yum.repos.d/exablaze.repo with the following contents (replace el8 with el7/el8/fc32 as appropriate): [exablaze] name=Exablaze baseurl=http://exablaze.com/downloads/yum/redhat/el8/x86_64/ enabled=1 gpgcheck=1 gpgkey=http://exablaze.com/downloads/GPG-KEY-exablaze Then run 'sudo yum install exanic' to install the most common components, or specify one of the specific packages below: * exanic: Installs exanic-dkms, exanic-utils, exanic-devel * exanic-dkms: ExaNIC kernel drivers (automatically managed by dkms system) * exanic-utils: ExaNIC utilities and ExaSock wrapper * exanic-devel: ExaNIC development library (libexanic) If you do not want to add the repository to your system, the individual packages can also be found under redhat/el8/x86_64. NOTE 1: The exanic-dkms package depends on dkms. If yum cannot locate dkms, see https://fedoraproject.org/wiki/EPEL to enable the EPEL repository. NOTE 2: if you have previously installed the ExaNIC software with 'make install' from the source code package, please run 'make uninstall' first (from any version of the source code package) to avoid installing two different versions.