Skip to main content

Datometry Documentation

Install Extra Packages for Enterprise Linux on Cent OS

The Extra Packages for Enterprise Linux (EPEL) repository are an additional package repository that provides access to install packages for commonly used software.

To install the EPEL packages, perform the following steps:

  1. Connect to the virtual machine on which you intend to install Hyper-Q using SSH as the root user.

  2. Install the EPEL repository with the following yum install command.

    $ sudo yum install epel-release

  3. Confirm that the EPEL packages are installed using the yum repolist command.

    $ sudo yum repolist